Hello all, I am doing a small project where i want some audio to be played using 8051.If user press 70 in the keyboard ,then the audio system should say "Seventy".If the user presses another button the audio system should say thank you! I would like to know how to do it? where can i store this audio file? looking for you help.
Download the ARM Eval Tools and take a look to: C:\Keil\ARM\RV30\Boards\Keil\MCB2130\VoicePlayer A similar method will also work for 8051 using the C51 toolchain.
Hi Reinhard , Thanks for your reply. I will try with the example you said.