Difference between revisions of "MIR workshop 2008 notes"
From CCRMA Wiki
(→Timing and Segmentation =) |
|||
Line 4: | Line 4: | ||
I encourage you to ADD links and sections - but please do not REMOVE headings or items from the page. | I encourage you to ADD links and sections - but please do not REMOVE headings or items from the page. | ||
− | == Timing and Segmentation | + | == Timing and Segmentation == |
=== Onset Detection === | === Onset Detection === | ||
==== Papers ==== | ==== Papers ==== | ||
Line 14: | Line 14: | ||
==== Papers ==== | ==== Papers ==== | ||
==== Code ==== | ==== Code ==== | ||
+ | |||
+ | == Feature Extraction == | ||
+ | == Low Level Features == | ||
+ | === Zero Crossing, Temporal centroid, Log Attack time, Attack slope), Spectral features (Centroid, Flux, RMS, Rolloff, Flatness, Kurtosis, Brightness),Spectral bands, Log spectrogram === | ||
+ | === Chroma bins === | ||
+ | === MFCC === | ||
+ | === MPEG-7 === | ||
+ | |||
+ | == Higher-level features == | ||
+ | === Key Estimation === | ||
+ | === Chord Estimation === | ||
+ | === Genre (genre, artist ID, similarity) === | ||
+ | === "Fingerprints" === |
Revision as of 09:19, 1 August 2008
This page is intended to supplement the lecture material found in the class - providing extra tutorials, support, references for further reading, or demonstration code snippets for those interested in a given topic. Please contribute to this growing list of resources. Do you have a great explanation of how a technique works? Found a great Java applet that illustrates a concept? Discovered a great survey of the field for a particular area? Please add it for the benefit of future students. Thanks!
I encourage you to ADD links and sections - but please do not REMOVE headings or items from the page.