-
-
Save sausheong/9bb1ce79c83f3fe3b0841c3db3e8488c to your computer and use it in GitHub Desktop.
waveform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reader = Audio::MPEG::Decoder.new | |
| File.open('mrt_closing.mp3', 'rb') do |input| | |
| File.open('out.wav', 'wb') do |output| | |
| reader.decode(input, output) | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment