Programmable Audio circuit using an I2C interface
Jerry Roach
Posts: 13
I am looking for an engineer to develop a circuit that will play one of seven tones once the bit is set from the byte of data below? The interface is I2C.
OUTPUT Data ICD
==================================
AuxOutput[0] = bit 0 = None
AuxOutput[0] = bit 1 = play sound file 1
AuxOutput[0] = bit 2 = play sound file 2
AuxOutput[0] = bit 3 = play sound file 3
AuxOutput[0] = bit 4 = play sound file 4
AuxOutput[0] = bit 5 = play sound file 5
AuxOutput[0] = bit 6 = play sound file 6
AuxOutput[0] = bit 7 = play sound file 7
I have WAV files for all the tones (sounds) that will have to be programmed into the circuit. The length of the tones are from several seconds to 45 seconds. This project is for replicating sounds in response to user interaction within a simulation.
Power requirement is 5v, with an audio output of 1W.
I will pay for the development of this project. Please contact me via jerryr01@aol.com
OUTPUT Data ICD
==================================
AuxOutput[0] = bit 0 = None
AuxOutput[0] = bit 1 = play sound file 1
AuxOutput[0] = bit 2 = play sound file 2
AuxOutput[0] = bit 3 = play sound file 3
AuxOutput[0] = bit 4 = play sound file 4
AuxOutput[0] = bit 5 = play sound file 5
AuxOutput[0] = bit 6 = play sound file 6
AuxOutput[0] = bit 7 = play sound file 7
I have WAV files for all the tones (sounds) that will have to be programmed into the circuit. The length of the tones are from several seconds to 45 seconds. This project is for replicating sounds in response to user interaction within a simulation.
Power requirement is 5v, with an audio output of 1W.
I will pay for the development of this project. Please contact me via jerryr01@aol.com
Comments
SInce the firmware is available, you could also modify it to work with any of several Propeller boards with built-in audio outputs and a micro-SD card socket like the Propeller Board of Education or the Propeller Activity Board. There is code either in the Propeller Object Exchange or posted in these forums for a simple I2C client which could be combined with existing .WAV file playing software to do what you want.