[android-developers] Re: (pre- post-) processing raw audio data

2009-04-10 Thread Dave Sparks
No, this is not supported. If we ever do support it, it would require a special permission that the user would have to grant, and it would break for DRM content for obvious reasons. On Apr 10, 1:44 am, devi prasad dpras...@gmail.com wrote: I want to develop an app that lets one intercept raw

[android-developers] Re: (pre- post-) processing raw audio data

2009-04-10 Thread devi prasad
Hi Dave thanks much for the information. What I'm actually looking for is a bunch of functions equivalent to the WaveOut API of MS Windows. Are there equivalents to functions such as waveOutOpen, waveOutClose, waveOutWrite, waveOutReset, etc? thanks again On Fri, Apr 10, 2009 at 9:10 PM, Dave