Im trying to record audio directly from the system. Using the standard
API, you can only record from the MIC or phonecalls, ala:
MediaRecorder

Some ways I've tried is to read from /dev/audio and /dev/eac from my
app, but I think the sandbox of the app is preventing this.

Im thinking about using the NDK, but Im not sure if that would
overcome the sandbox aspect ?

Ideally, there is some solution outthere to access the audio sub-
system directly. Whether it be directly to alsa, to the AudioFlinger,
to /dev/eac

Anyone have ideas?

This file here:
http://www.google.com/codesearch/p?hl=en&sa=N&cd=11&ct=rc#-EqHK0vgjLY/src/com/mexuar/corraleta/audio/dev/RawDev.java&q=%22/dev/%22%20android%20file:.java

apparently accesses /dev/audio, but when I try, it says it doesnt
exist.

Any clues would help,thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to