CasperPas / flutter-sound-stream

stream audio data in & out
GNU General Public License v3.0
81 stars 109 forks source link

Export wav file #45

Open Lesruez93 opened 2 years ago

Lesruez93 commented 2 years ago

How do i export to a wav file which i can upload to a server fore example firebase storage

CasperPas commented 3 months ago

@Lesruez93 Not sure if it helps, but you can try to look at the file example/server/client.dart. I was trying to write the audio data to a WAV file.