The Following User Says Thank You to mr id For This Useful Post: | ||
|
2011-04-06
, 19:17
|
Posts: 154 |
Thanked: 33 times |
Joined on Oct 2009
@ Lima-Perú
|
#12
|
That's what I was looking for. It's much simpler than I thought.
I have tiped in Xterminal of N900:
sudo arecord | aplay
then it works as i expected for (N900's mini-jack 3,5 to PC's mini-jack 3,5 = PC with microfone)
But, does it waste the space in internal memory of N900 and should i delete recorded file\files from there after?
|
2011-04-14
, 10:19
|
Posts: 96 |
Thanked: 12 times |
Joined on Jun 2008
|
#13
|
Hiz, how can I perform that using windows? any step by step lit guide pls in order to follow (starting from the scratch), TIA
|
2011-04-14
, 10:31
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#14
|
|
2011-12-14
, 13:45
|
Posts: 2 |
Thanked: 0 times |
Joined on Jul 2011
|
#15
|
|
2011-12-14
, 13:56
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#16
|
|
2011-12-14
, 14:15
|
Posts: 2 |
Thanked: 0 times |
Joined on Jul 2011
|
#17
|
|
2012-01-11
, 19:32
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#18
|
If you have gst-launch installed on the n900 (in the gstreamer-tools package), once you've ssh'ed in you can:
will send the input (mic) to the output (speakers or line out).Code:gst-launch autoaudiosrc ! autoaudiosink
you can make far more complex pipelines than this but this should provide a proof of concept for you.
I image arecord | aplay could be tuned to give a good output. Looking at 'arecord --help' suggests you can have a lot of control - as with gstreamer.
cheers