[android-developers] Re: Create Wav File

2010-06-09 Thread zenoname
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

[android-developers] Re: Create Wav File

2010-06-09 Thread zenoname
Thanks for the link. I hoped there was a direct way to write a wav (like audiotrack to file) I think I will rather do it directly in my native library then (as I already have all the stuff to do it in c++) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Create Wav File

2010-06-08 Thread zenoname
Hello, I'm using AudioTrack to write pcm sample to the speaker (and it works great). I'd like to do the same but write the pcm samples directly to a file and more specifically create a wav file. I checked the API reference and forums but didn't find where to start. Could someone give me some clue

[android-developers] C++ Shared Library

2009-11-05 Thread zenoname
Hello, I'm trying to create a simple project with the Android NDK. I created a jni library which is calling a function from a shared C* library. I make it work with a C library but as soon as I try with a C++ library it crashes (when calling the c++ function) As many posts I read I suspect a name