sc4v3ng3r / flutter_audio_query

Flutter Audio Query Plugin
https://pub.dev/packages/flutter_audio_query
MIT License
52 stars 47 forks source link

How to receive an audio file from an API and play it in flutter app? #55

Open priyanthini opened 3 years ago

priyanthini commented 3 years ago

Hi, I'm trying to send an image to my python API from flutter app and then receive back an audio file as a response from flutter app. Then the app should be able to play it. Sending image to the API is fine. I checked API with postman also, it is sending mp3 file as output. But I don't know how to receive that mp3 file as a response in flutter app? Can somebody help me with this please?

Thanks in advance.