From: Antoine Grandry Date: Tue, 13 Oct 2020 18:41:24 +0000 (+0200) Subject: add wasabi customized architecture images, include them into slides with further... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=05230818a908cc2dcc2ee159e521a9953b93b12b;p=slides.git add wasabi customized architecture images, include them into slides with further info --- diff --git a/src/img/Architecture_WASABI-deezer.png b/src/img/Architecture_WASABI-deezer.png new file mode 100644 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 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 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 index 0000000..da3143b Binary files /dev/null and b/src/img/Architecture_WASABI-server.png differ diff --git a/src/slides/timeside-2020.md b/src/slides/timeside-2020.md index f14068b..5f43508 100644 --- a/src/slides/timeside-2020.md +++ b/src/slides/timeside-2020.md @@ -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[ - + ] @@ -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[ - + ] @@ -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[ - + ] @@ -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[ - + ]