Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sound libraries for ruby [closed]

Tags:

ruby

audio

I'm looking for a ruby library that would let me read/write .wav (or another sound format, preferably loseless) files, and operate on waveform.

like image 212
samuil Avatar asked Jul 23 '26 13:07

samuil


1 Answers

The wavefile gem is quite straightforward.

https://github.com/jstrait/wavefile

like image 64
Oswald Roswell Avatar answered Jul 26 '26 02:07

Oswald Roswell