miniDSP
A small C library for audio DSP
Loading...
Searching...
No Matches
MD_DTMFTone Struct Reference

A single detected DTMF tone with timing information. More...

#include <minidsp.h>

Data Fields

char digit
 Decoded digit: '0'–'9', 'A'–'D', '*', or '#'.
 
double start_s
 Tone onset time in seconds.
 
double end_s
 Tone offset time in seconds.
 

Detailed Description

A single detected DTMF tone with timing information.

Definition at line 1112 of file minidsp.h.

Field Documentation

◆ digit

char MD_DTMFTone::digit

Decoded digit: '0'–'9', 'A'–'D', '*', or '#'.

Definition at line 1113 of file minidsp.h.

◆ end_s

double MD_DTMFTone::end_s

Tone offset time in seconds.

Definition at line 1115 of file minidsp.h.

◆ start_s

double MD_DTMFTone::start_s

Tone onset time in seconds.

Definition at line 1114 of file minidsp.h.


The documentation for this struct was generated from the following file: