Arduino giving Sound using Xbee(NEWBIE)

Is it possible for an Arduino to play a mp3 or wav file that has been streamed to it from a Laptop using an Xbee module.

This is what the plan to accomplish in a flow chart.

Computer sends audio data to arduino via xbee------->Arduino(with speaker attached) plays sound.

Any idea as to how this can be accomplished?

Thank You.

P.S Kinda go easy on me im a Newbie(We all started out as one) :wink:

Is it possible for an Arduino to play a mp3 or wav file that has been streamed to it from a Laptop using an Xbee module.

No.

There is not enough memory to hold anything but a small fraction of a second of a wav file and there is not enough processing power to decode an MP3 file in real time.