![]() |
N900 like micr
Hello guys!
I want to use my N900 connected trough usb to PC like microphone. Is it possible? I want use it in TeamSpeak/Skype/ and other voice software. Thanks! |
Re: N900 like micr
Maybe we can use gstreamer on N900 to capture and send data to Linux PC where gstreamer receives audio and routes it to alsa aloop driver (http://www.alsa-project.org/main/ind...x:Module-aloop) for use in Skype or any other application.
These threads could be relevant: http://talk.maemo.org/showthread.php...t=v4l2loopback http://talk.maemo.org/showthread.php...652#post909652 |
Re: N900 like micr
Quote:
If Anyone can tell me if the mic. in phone is better in quality like normal pc microphones. If would help in speak recognition softwares. |
Re: N900 like micr
Here are commands and setup instructions for using N900 mic as Skype mic input over USB networking.
After USB network setup: host's IP address is 192.168.2.14 n900's IP address is 192.168.2.15 Following commands should work over wireless too. I get good quality and barely acceptable latency with this: Code:
host$ sudo modprobe snd-aloop # load loopback kernel module Code:
host$ gst-launch-0.10 -v alsasrc device=hw:1,1 ! audio/x-raw-int, rate=48000, channels=1, signed=true, width=16, depth=16, endianness=1234 ! queue ! audioconvert ! alsasink device=hw:0,0 Start Skype and select Loopback hw:1,1 for microphone input. hw:0... is internal sound card and hw:1... is loopback sound card on my Linux system. I tested with wired Nokia headset that came with N900. I have ArchLinux on host. |
Re: N900 like micr
Quote:
|
Re: N900 like micr
Quote:
|
All times are GMT. The time now is 15:10. |
vBulletin® Version 3.8.8