26#if !defined(_SPANDSP_SUPER_TONE_TX_H_)
27#define _SPANDSP_SUPER_TONE_TX_H_
46#if defined(__cplusplus)
51SPAN_DECLARE(super_tone_tx_step_t *) super_tone_tx_make_step(super_tone_tx_step_t *s,
59SPAN_DECLARE(
int) super_tone_tx_free_tone(super_tone_tx_step_t *s);
66SPAN_DECLARE(super_tone_tx_state_t *) super_tone_tx_init(super_tone_tx_state_t *s, super_tone_tx_step_t *tree);
68SPAN_DECLARE(
int) super_tone_tx_release(super_tone_tx_state_t *s);
70SPAN_DECLARE(
int) super_tone_tx_free(super_tone_tx_state_t *s);
78SPAN_DECLARE(
int) super_tone_tx(super_tone_tx_state_t *s, int16_t amp[],
int max_samples);
80#if defined(__cplusplus)
Definition private/super_tone_tx.h:40
Definition private/super_tone_tx.h:30