I would probably have the audio recording/playing in java code. A simple way to interop with java is to expose the function calls through a small web server and then have J make HTTP requests to the local server. I have a crude implementation that I used to get android sensor data
On Mon, Nov 24, 2014 at 4:16 PM, Ian Daniher <[email protected]> wrote: > Yeah, simply put, trying to have a J environment with audio IO > capabilities. Could be as simple as dropping the *correct* library in a J > install, writing some bindings, but would be great if someone else had > already done the legwork. > > On Mon, Nov 24, 2014 at 4:14 PM, Skip Cave <[email protected]> > wrote: > > > Oops, sorry. Didn't spot the Android requirement. > > > > Skip Cave > > Cave Consulting LLC > > > > On Mon, Nov 24, 2014 at 3:00 PM, Ian Daniher <[email protected]> > > wrote: > > > > > AFAICT, while there are some unstable ports of sox to android, there's > > > nothing stable or even currently being hacked on. > > > > > > On Mon, Nov 24, 2014 at 3:33 PM, Skip Cave <[email protected]> > > > wrote: > > > > > > > Use sox: http://sox.sourceforge.net/ > > > > > > > > Skip Cave > > > > Cave Consulting LLC > > > > > > > > On Mon, Nov 24, 2014 at 12:57 PM, Ian Daniher < > [email protected] > > > > > > > wrote: > > > > > > > > > How would you go about recording and playing audio samples from > > inside > > > > the > > > > > J-for-Android environment? > > > > > > > > > > Trying to get microphone data at 16b / 44.1khz, perform frequency > > > > > decomposition, and draw the result. > > > > > > > > > > Best Regards, > > > > > Ian > > > > > > > ---------------------------------------------------------------------- > > > > > For information about J forums see > > http://www.jsoftware.com/forums.htm > > > > > > > > > > ---------------------------------------------------------------------- > > > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > > > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
