Sound libraries for ruby [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI'm looking for a ruby library that would let me read/write .wav (or another sound format, pre开发者_如何学JAVAferably loseless) files, and operate on waveform.
The wavefile gem is quite straightforward.
https://github.com/jstrait/wavefile
精彩评论