Re: [android-developers] Text To Speech API question

2010-10-04 Thread berliner
Hi, what you can do is use the synthesizeToFile method of the TextToSpeech Class. That will write the result of the speech synthesis into a wav file. You can than do any processing you like on the generated file and play it back later. regards, berliner Am 04.10.2010 um 22:02 schrieb JimmyHoffa

[android-developers] Re: video playback problem

2010-07-22 Thread berliner
; On Jul 22, 7:49 am, berliner wrote: > > > > > Hi, > > > what could be the reason that a mp4 video file without sound doesn't > > play correctly when using the VideoView class? The video plays just > > fine in vlc, mplayer and ubuntu media player. It has been crea

[android-developers] video playback problem

2010-07-22 Thread berliner
file: request = 5559, EOF 4018 ... What could be the reason? Any ideas? Might it be an encoder problem? best regards, berliner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] video encoding on device

2010-07-15 Thread berliner
server and streaming of the generated video to the device? I would be thankful about any hints, experience or general suggestions. best regards, berliner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] video encoding on device

2010-07-15 Thread berliner
cessing on a server and streaming of the generated video to the device? I would be thankful about any hints, experience or general suggestions. best regards, berliner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] video encoding on device

2010-07-15 Thread berliner
cessing on a server and streaming of the generated video to the device? I would be thankful about any hints, experience or general suggestions. best regards, berliner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

Re: [android-developers] file size limit on sdcard in emulator

2010-06-19 Thread berliner
means here ? Is > the emulator still listed through "adb devices" for example ? Can you do a > "adb shell" to access it, etc... > > On Fri, Jun 18, 2010 at 3:22 AM, berliner wrote: > Hello, > > When I try to push a 40MB file onto the sdcard adb hangs and the

Re: [android-developers] file size limit on sdcard in emulator

2010-06-19 Thread berliner
Am 18.06.2010 um 22:27 schrieb David Turner: > there should not be a problem. Do you have a way to reproduce this (with > exact instructions, please). I have a simple text file model.txt of 40MB. "file model.txt" on the command line gives: ASCII Text, with very long lines. The command I use to p

[android-developers] file size limit on sdcard in emulator

2010-06-18 Thread berliner
Hello, When I try to push a 40MB file onto the sdcard adb hangs and the emulator freezes. Is there a file limitation that I am not aware of? I couldn't find anything on this. When I try the same with a smaller file it works without problems. I have configured the sdcard of the emulator device t

[android-developers] file size limit on sdcard in emulator

2010-06-18 Thread berliner
Hello, When I try to push a 40MB file onto the sdcard adb hangs and the emulator freezes. Is there a file limitation that I am not aware of? I couldn't find anything on this. When I try the same with a smaller file it works without problems. I have configured the sdcard of the emulator device t