You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Hello Everyone!
I would like to ask about Android Audio sub-system access from native
(NDK) side. Are there any ways currently available of doing that? Also
if using emulator.
Using emulator:
I've tried OSS style accessing '/dev/eac' device but on open() I get -
Device busy. I suspect emulator's software is using this device
exclusively? Is it correct of doing so?
I studied code of 'Audioflinger' lib but unsure if that can be used to
open Input/Output audio stream.
Could anyone provide some hint towards this question.
Best regards,
Dmitry.
DmitryKos
unread,
Jun 14, 2010, 4:00:56 AM6/14/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Anyone to comment on my question?
It would be great to receive a feedback from one of Android developers
regarding audio sub-system usage from the side of native code, if it
is possible with current Android version or still not (we do not speak
about Java level, only native backend). Whether it is possible with
Emulator or Device.