I would like to record .wav files using android. is there any way to do this?
After a quick google I found out that there is a direct support for wave recording. Most common wave format is PCM. The android.media.AudioRecord supports PCM output. You only need to write this to a file then.
After the file you then create you must program your own convertor to wave (or look for an online library for that).
If you like an app that is ready to go and record in wave you can download this app:
Extra link:
1.4m articles
1.4m replys
5 comments
57.0k users