b0bf1edd7c
Juste some simple reflection about waht to do
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
Le but c'est d'analyser un flux sonore en temps reel
|
|
afin de determiner le son le plus proche.
|
|
|
|
* installation
|
|
* trouver les exemple utile
|
|
* annalyser en temps reel sur un flux (micro)
|
|
* distatance / similarite d'un son
|
|
* meme operation sur des fichier fix
|
|
* communication avec osc
|
|
|
|
###################################################
|
|
Python exemple:
|
|
* Computing features with MusicExtractor
|
|
* Beat detection and BPM histogram
|
|
* Onset detection
|
|
* Melody detection
|
|
* Tonality analysis (HPCP, key and scale)
|
|
* Fingerprinting
|
|
* Using chromaprints to identify segments in an audio track
|
|
* Cover Song Identification
|
|
* Inference with TensorFlow models
|
|
* Auto-tagging
|
|
* Transfer learning classifiers
|
|
* Tempo estimation
|
|
* Embedding extraction
|
|
* Extracting embeddings from other models
|
|
|
|
##################################################
|
|
|
|
Bon la j'ai choper un exemple qui marche en mode standar.
|
|
Il faudrait que je refasse le meme truc en mode streaming.
|
|
|
|
Pour ca il faudrait:
|
|
* une version simplifier du code en question (sans les plt et autre affichage)
|
|
* comprendre un peu la logique du streaming avec essentia
|
|
* refaire l'exemple em mode streaming
|
|
|
|
?? Est-ce que ca va etre rapide a s'executer ??
|