2

I'm trying to build a Flutter app that does the following:

Extract data from the audio stream and use it to create a real-time waveform visualization of the audio.

  1. Stream live audio from a URL.
  2. create a real-time waveform visualization of the audio.

Reading the audio is pretty easy, there is many audio player packages, but I'm having trouble processing the audio stream data and extracting the PCM data to display the waveform. How can I achieve this in Flutter using existing packages or any custom solution?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.