We have created a Custom Capcha generator using C#.Net. Now we have requirement to upgrade our Capcha to include audio feature(Listen Capcha). Our major constraint is that w
The idea is very simple.
For every character your have, you record it in audio, and then you simple play the recorded audio in the same order as you show the characters.
So for the character A, you spell it and record it on a wav file that when you hear it says "alpha" clear and loud.
Read this answer for how to play them: How to play audio and video files in web browser?
If you like to connect the audio to one file, you can select an audio library with all ready existing functions for this mix.
I know that one of the best is the bass audio library at http://www.un4seen.com/
Of course because you only need to add two audio maybe you can do that direct with the windows media library, check the SDK of it http://msdn.microsoft.com/en-us/library/windows/desktop/dd757738(v=vs.85).aspx
Windows media are ready to use functions inside the windows that do many thinks with media like audio.