Algorithm to draw waveform from audio

后端 未结 7 1171
不思量自难忘°
不思量自难忘° 2021-01-31 12:06

I\'m trying to draw a waveform from a raw audio file. I demuxed/decoded an audio file using FFmpeg and I have those informations: samples buffer, the size of the samples buffer,

7条回答
  •  执念已碎
    2021-01-31 12:45

    There is a nice program audiowaveform from BBC R&D that does what you want, you might consult their sources.

提交回复
热议问题