Skip to content

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

Notifications You must be signed in to change notification settings

ashenoy95/music-info-processing

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages