FreeSWITCH API Documentation
1.7.0
|
#include <libteletone_generate.h>
Data Fields | |
uint32_t | phase_rate [MAX_PHASE_TONES] |
uint32_t | scale_factor |
uint32_t | phase_accumulator |
teletone_process_t | tx_level |
Definition at line 134 of file libteletone_generate.h.
uint32_t teletone_dds_state::phase_accumulator |
Definition at line 137 of file libteletone_generate.h.
Referenced by teletone_dds_state_modulate_sample(), and teletone_dds_state_reset_accum().
uint32_t teletone_dds_state::phase_rate[MAX_PHASE_TONES] |
Definition at line 135 of file libteletone_generate.h.
Referenced by teletone_dds_state_modulate_sample(), and teletone_dds_state_set_tone().
uint32_t teletone_dds_state::scale_factor |
Definition at line 136 of file libteletone_generate.h.
Referenced by teletone_dds_state_modulate_sample(), and teletone_dds_state_set_tx_level().
teletone_process_t teletone_dds_state::tx_level |
Definition at line 138 of file libteletone_generate.h.
Referenced by teletone_dds_state_set_tx_level().