own content (not content coming from a different application) ... you
On Sep 29, 12:53 pm, mic _ <
micol...@gmail.com> wrote:
> What kind of audio are you playing in your app? PCM? Or compressed audio
> (mp3, vorbis, aac,...)?
> If it's PCM you could just write the output to a file at the same time as
> playing it.
>
> The only way I could think of to write the Android output streams to a file
> would be to modify libaudio or libaudioflinger. That would essentially mean
> a custom ROM, so it's not something you can do with the SDK or NDK.
>
> /Michael
>
>
>
>
>
>
>
> On Thu, Sep 29, 2011 at 9:44 PM, David Turner <
di...@android.com> wrote:
> > I'm sorry, but if it can't be done with the SDK, it probably can't be done
> > with the NDK.
>
> > The NDK doesn't give your application additional permissions.
>