Can I play two WAV files at the same time?
Tomlikesrocks
Posts: 5
Hi everyone,
I've just starting working with the Propeller Chip and while i've managed to play a single WAV file fine and an MP3 file using the VS1002.
I'm wanting to know if there a way to play two .WAV files at the same time with the one SD card?
Thanks
Regards
Tom
I've just starting working with the Propeller Chip and while i've managed to play a single WAV file fine and an MP3 file using the VS1002.
I'm wanting to know if there a way to play two .WAV files at the same time with the one SD card?
Thanks
Regards
Tom
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Apps:· http://www.rayslogic.com/propeller/Programming/Programming.htm
My Prop Info: ·http://www.rayslogic.com/propeller/propeller.htm
My Prop Products:· http://www.rayslogic.com/Propeller/Products/Products.htm
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
(geek humor escalation => "There are 100 types of people: those who understand binary, and those who understand bit masks")
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
(geek humor escalation => "There are 100 types of people: those who understand binary, and those who understand bit masks")
So, either set up a handler cog to do the reading from all files as necessary, or put some form of locking around the 'readblock' calls.
I should have some free time in about a week, if you need any support.
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
(geek humor escalation => "There are 100 types of people: those who understand binary, and those who understand bit masks")
I went to bed with no replies, and wake up this morning with lots of helpful info.
I didn't think FSRW could handle multiple files so i'll have a play and see what i can come up with.
Looks like i have a challenge. (which is a good thing)
Cheers [noparse]:)[/noparse]