View Full Version : waveserver Hotplug??
mangodan
24-11-2005, 20:53
Hi, I have written my own version of waveserver, which currently just accepts raw data and pipes to the sound device via oss.
I wish to automate the starting of this, and replace the loading of waveserver with it. Can anybody tell me where to find wotever deals with launching this?
I have put a page up hosting my app at
http://www.ds.homedns.org/?page=audio&option=iHome
oss_server runs on the wl500g with ./oss_server /dev/sound/dsp
and jack_client runs on the host ./jack_client ip_addr 2332 name
where ip_addr is the routers ip address.
jack_client isn't there right now, but should be in not very long.
cheers
FilimoniC
25-11-2005, 12:34
Hmmm.... I didn't understand much of it ;) but have some questions:
1) What is it said about RemoteControl (InfraRed, as I understood?), where to plug it in?
2) Can you make USB-Microphone (or Line-In)? I need this feature very much. I'll be very glad for any advices
mangodan
25-11-2005, 15:08
Hi there,
Yes you should be able to use a microphone input. The USB audio dongle i have has both mic in and speaker out. I do not use the mic in so cannot confirm for certain that it works, but i suspect it will.
Yes the USBirBoy is a IR (Infrared) receiver. This plugs in via USB also. As the wl500g only has the one USB port you will have to use a USB hub to provie the extra connections. This will currently be useless however. I have yet to , (and don't think anybody else has), developed the software required to make use of this on the wl500g.
I intend to simply relay recieved commands back to my media server via a simple app.
dyonisos
21-03-2007, 23:37
Hi there,
Yes you should be able to use a microphone input. The USB audio dongle i have has both mic in and speaker out. I do not use the mic in so cannot confirm for certain that it works, but i suspect it will.
Yes the USBirBoy is a IR (Infrared) receiver. This plugs in via USB also. As the wl500g only has the one USB port you will have to use a USB hub to provie the extra connections. This will currently be useless however. I have yet to , (and don't think anybody else has), developed the software required to make use of this on the wl500g.
I intend to simply relay recieved commands back to my media server via a simple app.
mangodan,
how would the setup of oss_server and jack_client look like to make USB Mic work meaning streaming audio from the USB Mic over the internet to a remote client?
Is there an alternative solution?
Thanks for any support!