Thread: xoscope
View Single Post
t_moyashi's Avatar
Posts: 49 | Thanked: 102 times | Joined on Jul 2009 @ 驚く為五郎
#3
Originally Posted by pinnchus View Post
Hi all, I'm trying to make work xoscope in my n810. And canīt find any documentation regarding direct mic access coding.

The compiled code work fine.

Does anyone have any idea where to start?

I took a look inside maemo-recorder, but, it is using GSstreamer and that don't work for me.

Any help is welcomed

Thanks,
"arecord" can access to the mic.
I used it in this joke app.
I hope this helps you .

(EDIT)
There is a nice app called <eXtace>.
some screen shots




(EDIT2)
I found I can pass through the mic to ESD by the following command.

Code:
 arecord -v  -t raw  -f S16_LE | esdcat -r 8000 -m
__________________
Quasar(media player),a2recv(a2dp receiver),v4l2ucp(v4l2 controller),dmenu(keystroke launcher)
dillohelper(browser helper),SpSwApplet(speaker switcher),Blowthefire(joke app),clickhackF6,mYTubePlusStr

Last edited by t_moyashi; 2009-11-24 at 13:24.
 

The Following User Says Thank You to t_moyashi For This Useful Post: