Im trying to create a little audio board that will be able to play two samples at the same time!
I want to use ONE sd card / eeprom with ONE arduino and TWO mp3 decoders
im thinking of using this dataflash to store the samples (AT45DB161D), the samples will be very low bit rate and small in size so 2meg should be enough
is the arduino fast enough to stream data from this dataflash and send it to two mp3 decoders?

any better ideas on how to play multiple samples? (they can be wav/mp3 or wot ever really

i dont want to simply just buy to ready built embedded mp3 player modules i want to build this thing my self

thanks