26#if !defined(_SPANDSP_SUPER_TONE_TX_H_)
27#define _SPANDSP_SUPER_TONE_TX_H_
42#define SUPER_TONE_TX_MAX_LEVELS 4
43#define SUPER_TONE_TX_MAX_TONES 4
49#if defined(__cplusplus)
54SPAN_DECLARE(super_tone_tx_step_t *) super_tone_tx_make_step(super_tone_tx_step_t *s,
62SPAN_DECLARE(
int) super_tone_tx_free_tone(super_tone_tx_step_t *s);
69SPAN_DECLARE(super_tone_tx_state_t *) super_tone_tx_init(super_tone_tx_state_t *s, super_tone_tx_step_t *tree);
71SPAN_DECLARE(
int) super_tone_tx_release(super_tone_tx_state_t *s);
73SPAN_DECLARE(
int) super_tone_tx_free(super_tone_tx_state_t *s);
81SPAN_DECLARE(
int) super_tone_tx(super_tone_tx_state_t *s, int16_t amp[],
int max_samples);
83#if defined(__cplusplus)
Definition private/super_tone_tx.h:40
Definition private/super_tone_tx.h:30