AUDIO CHROMA FEATURE VISUALIZATION
Link: https://nhatmusic.github.io/Project1_CS5331/
- Note: It takes 20 second to load all 10 songs and draw them. Video link: https://www.youtube.com/watch?v=O6wY7tdC3oM
- Audio Feature Extraction
- Chroma features are an interesting and powerful representation for music audio in which the entire spectrum is projected onto 12 bins representing the 12 distinct semitones (or chroma) of the musical octave.
- Twelve chroma values represented by the set {C, C♯, D, D♯, E ,F, F♯, G, G♯, A, A♯, B}
- Use Meyda library https://github.com/meyda/meyda to extract Chroma Feature of 10 songs
- Sample Rate: 44100 sample/second, Window Size: 2048, 20 features were extracted per second, each window lasts 46.4 ms.
- Intensitive of chroma feature is calculated in dB.
- Purpose of the Visualization

