Play simple sound files from an SD chip using the Prop BOE
donnpangy
Posts: 49
I was wondering if anyone knows of a good way to play sound files from an SD chip. I was playing with the Prop BOE and was able to create a file and write values to it.
Is there a way to have multiple audio files (on the SD chip) that I could bring up quickly and play using the Prop BOE. How quickly would I be able load and play different sounds.
Do I need to put the files in a large ram and play it from that memory?
Can I play it directly from the SD chip? It the driver fast enough?
thanks for any help,
Don
Is there a way to have multiple audio files (on the SD chip) that I could bring up quickly and play using the Prop BOE. How quickly would I be able load and play different sounds.
Do I need to put the files in a large ram and play it from that memory?
Can I play it directly from the SD chip? It the driver fast enough?
thanks for any help,
Don
Comments
Here's a link to Kye's wav file player. The sounds will need to be saved as wav files. I think there is free software (audacity (or something like that)) available to convert one audio file to another. You can have many wav files on the SD card.
I haven't used Kye's wav player myself, but I'm under the impression it can access the files to play them back very quickly.
The PropBOE can also record sounds to a SD card. Here's Kye's wav recorder.
This thread discusses the possibility of using a Prop as a digital audio recorder used with a FM receiver module.
http://forums.parallax.com/showthread.php?140767-A-new-topic-for-vga-(not-only)-sid-player
It works on a demo board so it should be not a problem to recompile it for BOE (maybe pin should be redefined)
Needs BST to compile with unused code removing option switched on (or it will not fit in 32k)
It plays sid dump files with SIDcog and wave files with my wave player driver using oversampling and noise shaping.
It can use subdirectories and LFNs on FAT32 formatted SDs using modified Kye's SD driver.