hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
719 stars 215 forks source link

Wav Format #419

Open ArjunM26 opened 2 years ago

ArjunM26 commented 2 years ago

Hi Team,

Is there any way to output recorded audio in .wav format ??

Thank you

ArjunM26 commented 2 years ago

Hi Team,

looking for a solution for android platform

Thank You

iim-norse commented 2 years ago

i think i have similar problem when record audio on web in .wav and then download it in mobile app (ios) and its not playing, but .aac format playing ok

JeremyBradshaw7 commented 2 years ago

Is there a sound format that will work on both ios and android?

hyochan commented 2 years ago

Is there a sound format that will work on both ios and android?

AAC format should work on both platform. The example is covered in the example project.

jashpaleja commented 1 year ago

What will be the default file extension of an AAC format audio file?