diff --git a/audio_comp_sci/README.md b/audio_comp_sci/README.md index 2b6e29d..5801339 100644 --- a/audio_comp_sci/README.md +++ b/audio_comp_sci/README.md @@ -7,4 +7,7 @@ * [WaveNet: A Generative Model for Raw Audio](https://arxiv.org/pdf/1609.03499.pdf) by a team @ Google DeepMind, 2016 * [Announcement and interactive examples](https://deepmind.com/blog/wavenet-generative-model-raw-audio/) * [[Python] Implementation with the Keras Neural Networks library](https://github.com/basveeling/wavenet) - * [[Python] Implementation with the TensorFlow Machine Intelligence library](https://github.com/ibab/tensorflow-wavenet) \ No newline at end of file + * [[Python] Implementation with the TensorFlow Machine Intelligence library](https://github.com/ibab/tensorflow-wavenet) + +* :scroll: [Real time chord recognition for live performance](real-time-chord-detection.pdf) by Adam M. Stark, Mark D. Plumbley + * [[C++] Implementation of real time chord detection](https://github.com/adamstark/Chord-Detector-and-Chromagram) diff --git a/audio_comp_sci/real-time-chord-detection.pdf b/audio_comp_sci/real-time-chord-detection.pdf new file mode 100644 index 0000000..b085086 Binary files /dev/null and b/audio_comp_sci/real-time-chord-detection.pdf differ