diff --git a/todo b/todo new file mode 100644 index 0000000..cb5b45a --- /dev/null +++ b/todo @@ -0,0 +1,31 @@ +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.