[android-developers] TextToSpeech.synthesizeToFile, save wav to internal memory?

2010-02-28 Thread Dimitry Hristov
I'm looking for a way of making TextToSpeech.synthesizeToFile save output to internal memoryl instead of /sdcard. I've read the docs: http://developer.android.com/intl/fr/resources/articles/tts.html, then had a quick look at the SDK source code. Found out that SDK TTS functions are using the PICO

[android-developers] Re: TextToSpeech synthesizeToFile() problem

2010-02-23 Thread Dimitry Hristov
Indeed it works now. After removing my old AVD and creating a new one. On Feb 23, 10:05 am, Dimitry Hristov wrote: > Greg, thank you for the answer, now I know the problem is on my side. > > Yes I was able to write a file with OutputStreamWriter. Did it to / > data/data/[my_package

[android-developers] Re: TextToSpeech synthesizeToFile() problem

2010-02-23 Thread Dimitry Hristov
p > correctly. > > - Greg > > On Feb 22, 6:58 am, Dimitry Hristov wrote: > > > I'm following the official docs > > athttp://developer.android.com/resources/articles/tts.html > > and trying to synthesize a String to a file: > > >      

[android-developers] TextToSpeech synthesizeToFile() problem

2010-02-22 Thread Dimitry Hristov
I'm following the official docs at http://developer.android.com/resources/articles/tts.html and trying to synthesize a String to a file: private OnClickListener saveBtnListener = new OnClickListener() { @Override public void onClick(View v) {