¡@

Home 

c# Programming Glossary: dtmf

Is it possible to generate complex tones in C#?

http://stackoverflow.com/questions/1643122/is-it-possible-to-generate-complex-tones-in-c

to do. Here's a nearly complete C# program to generate the DTMF tone for the 1 button AudioDevice device new AudioDevice OutputStream.. OutputStream tone1a device.CreateTone 697 part A of DTMF for 1 button OutputStream tone1b device.CreateTone 1209 part.. tone1a stops you can easily tell that the tone was indeed DTMF tone1a.Stop To use Audiere in C# the easiest way to get up and..

Detect a specific frequency/tone from raw wave-data

http://stackoverflow.com/questions/4808893/detect-a-specific-frequency-tone-from-raw-wave-data

a nice echo. For simplicity lets say I want to detect a DTMF tone in the wave data. In reality I want to detect any frequency.. reality I want to detect any frequency not just those in DTMF. But I always know which frequency I am looking for. I have.. if you're trying to detect specific frequencies such as DTMF input. There is a C# DTMF generator detector library on Sourceforge..