Music streaming with new xbee with wifi

Hi guys,
I want to build device with xbee http://www.engadget.com/2011/07/29/xbee-grows-up-delivers-wifi-to-diyers-and-arduino-enthusiasts/ that can transfer music from computer through wifi to 3,5 jack(that plugged in speaker).

It's look like arduino+xbee wifi+3,5 jack+battery+ may be (and do I need a chip for decoding music stream?)

Thank you

Azur-

Did you ever do this project? I'm hoping to do something similar - stream lo-fi audio from a PC or 3.5mm jack, through XBee, to an audio amp & speaker.

LMK if you made any progress!

Spencer

I would have thought not because the Xbee sends data in packets not a continuous stream. So you need a buffer memory to read the packets out of at a regular rate whilst filling the buffer in the background. Not thee sort of thing you can do easily.

Interesting - thanks, Mike!