go-audio / wav

Battle tested Wav decoder/encoder
Apache License 2.0
282 stars 43 forks source link

Oscillogram #16

Closed rafaelvicio closed 5 years ago

rafaelvicio commented 5 years ago

Is it possible to generate Oscillogram of a .wav audio from this library?

mattetti commented 5 years ago

Hi there, yes you can graph an oscillogram from the PCM data of the .wav but the library doesn't generate images itself, you'd have to do that yourself.