]> git.parisson.com Git - slides.git/commitdiff
add wasabi customized architecture images, include them into slides with further...
authorAntoine Grandry <antoine.grandry@ircam.fr>
Tue, 13 Oct 2020 18:41:24 +0000 (20:41 +0200)
committerAntoine Grandry <antoine.grandry@ircam.fr>
Tue, 13 Oct 2020 18:41:24 +0000 (20:41 +0200)
src/img/Architecture_WASABI-deezer.png [new file with mode: 0644]
src/img/Architecture_WASABI-frontend.png [new file with mode: 0644]
src/img/Architecture_WASABI-providers.png [new file with mode: 0644]
src/img/Architecture_WASABI-server.png [new file with mode: 0644]
src/slides/timeside-2020.md

diff --git a/src/img/Architecture_WASABI-deezer.png b/src/img/Architecture_WASABI-deezer.png
new file mode 100644 (file)
index 0000000..7c2e7a0
Binary files /dev/null and b/src/img/Architecture_WASABI-deezer.png differ
diff --git a/src/img/Architecture_WASABI-frontend.png b/src/img/Architecture_WASABI-frontend.png
new file mode 100644 (file)
index 0000000..19c6a6e
Binary files /dev/null and b/src/img/Architecture_WASABI-frontend.png differ
diff --git a/src/img/Architecture_WASABI-providers.png b/src/img/Architecture_WASABI-providers.png
new file mode 100644 (file)
index 0000000..9098925
Binary files /dev/null and b/src/img/Architecture_WASABI-providers.png differ
diff --git a/src/img/Architecture_WASABI-server.png b/src/img/Architecture_WASABI-server.png
new file mode 100644 (file)
index 0000000..da3143b
Binary files /dev/null and b/src/img/Architecture_WASABI-server.png differ
index f14068b70ee360235b324ccdc195107b05800bdb..5f435086f140c57ab7a14eeb143aa64f39596c8c 100644 (file)
@@ -514,14 +514,18 @@ class: ircam
 
 ### With providers
 
-- Youtube besed on `youtube-dl`
-- Deezer 30 seconds preview consuming Deezer's API
+- Youtube
+    - based on `youtube-dl`
+    - must be adaptable to YouTube's changes
+- Deezer 30 seconds long preview
+    - consuming Deezer's API
+    - find another solution to full contents
 
 ]
 
 
 .pull-right[
-<img src="img/architecture_WASABI.png" width="450">
+<img src="img/architecture_WASABI-providers.png" width="450">
 <!-- .right[![image-wh-bg](img/architecture_WASABI.png)] -->
 ]
 
@@ -535,14 +539,16 @@ class: ircam
 
 ### With server
 
-POC of a webservice delivering audio analysis to another remote server:
-a large database of musical metadata
+POC of a webservice
+
+- delivers audio analysis to another remote server
+- enhance its musical metadata with results
 
 ]
 
 
 .pull-right[
-<img src="img/architecture_WASABI.png" width="450">
+<img src="img/architecture_WASABI-server.png" width="450">
 <!-- .right[![image-wh-bg](img/architecture_WASABI.png)] -->
 ]
 
@@ -555,15 +561,16 @@ class: ircam
 
 ### Import/export of a run on Deezer's infrastructure
 
-keep audio "at home"
-
+POC of a sharing system of an audio analysis datasets
 
+- easy deployment thanks to docker
+- audio does not have to be shared
 
 ]
 
 
 .pull-right[
-<img src="img/architecture_WASABI.png" width="450">
+<img src="img/architecture_WASABI-deezer.png" width="450">
 <!-- .right[![image-wh-bg](img/architecture_WASABI.png)] -->
 ]
 
@@ -577,13 +584,18 @@ class: ircam
 
 ### With a frontend player
 
+POC of a JavaScript app that consume the Rest API
+
+- serialize data as JSON or image
+- deliver analysis track (spectrogram, waveform)
+- deliver or get annotations on audio track
 
 
 ]
 
 
 .pull-right[
-<img src="img/architecture_WASABI.png" width="450">
+<img src="img/architecture_WASABI-frontend.png" width="450">
 <!-- .right[![image-wh-bg](img/architecture_WASABI.png)] -->
 ]