This shows you how to write files to the SD card: http://www.anddev.org/working_with_files-t115.html
Then you write your own wav header, and your own pcm samples. Andrew On 9 June 2010 08:37, zenoname <[email protected]> wrote: > Sorry but how it's gone help me to find how to create wav file with > android SDK ? > I know what is wav file format and how to create wav file using c++ > for example (add riff header, writing pcm samples ...) > My question is : how can I do that with android SDK - java ? > Thanks > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

