Getting waveform data with flutter and FFmpeg
Introduction Waveform is a way of representing sound. In this article, we are going to see how we can get the data needed to draw these waveforms, in a Flutter app. For this we are going to use a tool named FFmpeg. What is FFmpeg? FFmpeg is a cross...


