LinuxMCE Forums

General => Feature requests & roadmap => Topic started by: Tred on January 18, 2010, 09:45:59 pm

Title: Airport Express as Audio Zone?
Post by: Tred on January 18, 2010, 09:45:59 pm
So I've been thinking...
You can get an old wireless g airport express with a USB port and audio output. (Also it has 100 mbps ethernet so you could do that as well) for $40 on ebay
So if we buy say 8 of them thats $320 (the price of 1 Squeezebox)
Then we buy 8 cheap 100 watt car amplifiers on ebay for $80 each on ebay. ($640)
Then you plug each of them into a pair of speakers in each room and boom whole house audio!

There is already a linux project to stream live audio to Airport express. (http://nanocrew.net/software/justeport/)

It would only be a matter of getting linuxmce to recognize them as media directors.
Title: Re: Airport Express as Audio Zone?
Post by: buckle on January 18, 2010, 11:44:07 pm
You could add a USB soundcard for much less than $40.  Add squeezeslave...http://wiki.linuxmce.org/index.php/Squeezeslave_on_the_core (http://wiki.linuxmce.org/index.php/Squeezeslave_on_the_core) and then you're done.  From what I've heard, they will be synchronized, also.

Not saying that you couldn't make the Airport Express work if you want, this is just what I would do.  I have seen USB audio adapters that work with linux for as low as $3.

Title: Re: Airport Express as Audio Zone?
Post by: tschak909 on January 19, 2010, 04:23:08 am
Go for it.

Study the code for:

* Xine Player/Plugin
* Slim Server Streamer
* Slim Server PlugIn

as reference. These are in our SVN. Then take the appropriate utilities and wrap them in DCE devices, just like what is happening with the above mentioned bits of code.

The system is designed to be extended in this way.

-Thom