Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashenoy95/music-info-processing

Some takeaways from a Music Info Processing course I took at IU in Fall '16
https://github.com/ashenoy95/music-info-processing

audio-processing music-information-retrieval r

Last synced: 10 days ago
JSON representation

Some takeaways from a Music Info Processing course I took at IU in Fall '16

Awesome Lists containing this project

README

        

# Music Information Processing

Requires tuneR package.

* __amazing_grace.r__: Creates the first 10 notes of Amazing Grace in the key of C with the correct ryhthm. A bagpipe feel is simulated by adding a low "drone" and grace notes.

* __amplitude_vibrato.r__: Creates a sine tone with "amplitude vibrato".

* __compress.r__: Creates a compressed version of the audio by sythesizing only using the STFT coefficients with the highest moduli.

* __echo.r__: Produces an echo using an AR filter.

* __filter.r__: A filter that that passes only frequencies between 1000 and 3000 Hz.

* __karplus-strong.r__: An implementation of the Kaplus-Strong string synthesis algorithm.

* __pitch_vibrato.r__: Creates a sine tone with pitch vibrato.

* __robotize.r__: "Robotizes" the input audio file.

* __whisperize.r__: "Whisperizes" the input audio file.