ruby-wavefile

Pure Ruby library for reading and writing Wave sound files (*.wav)
  https://github.com/jstrait/wavefile
  0
  no reviews



You can use this gem to create Ruby programs that produce audio. Since it is written in pure Ruby (as opposed to wrapping an existing C library), you can use it without having to compile a separate extension.