[android-developers] Re: Processing audio

2009-02-06 Thread Natalie
Thanks. Anyone know of any other info on how to decode .mp4s by hand then? On Feb 5, 7:35 pm, Dave Sparks wrote: > This is not possible in SDK 1.0. > > On Feb 4, 1:01 pm, Natalie wrote: > > > I would like to be able to extract frequency/amplitude info from > > incoming mic audio.  From looking

[android-developers] Re: Processing audio

2009-02-05 Thread Dave Sparks
This is not possible in SDK 1.0. On Feb 4, 1:01 pm, Natalie wrote: > I would like to be able to extract frequency/amplitude info from > incoming mic audio. From looking at previous posts, it looks like the > way to do this with the current sdk is to write to a file, then tail > that file. This