Flutter: How to invoke existing sound file?

36 Views Asked by At

I need to make an app, which can analyze existing sound files and get the frequencies of them.

As for analyzing frequencies, I plan to use fft. But as for invoking sound files, I don't know how to do in Flutter. Is there any useful packages which can help me invoking existing sound files?

Thanks for your help.

0

There are 0 best solutions below