diff options
| author | drowe67 <[email protected]> | 2023-07-14 13:40:56 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 13:40:56 +0930 |
| commit | fb4547abe6fc20a0e9aa4c3049d5359027d0d89e (patch) | |
| tree | 2d3e60ea9096f23e1c24a5b774d31a924a151f3d /src/freedv_api_internal.h | |
| parent | df99cbee341a556dcab6233f595eaa3c1d48bc94 (diff) | |
some files missed on the first pass
Diffstat (limited to 'src/freedv_api_internal.h')
| -rw-r--r-- | src/freedv_api_internal.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/freedv_api_internal.h b/src/freedv_api_internal.h index 321dede..ef6426f 100644 --- a/src/freedv_api_internal.h +++ b/src/freedv_api_internal.h @@ -81,17 +81,17 @@ struct freedv { // and 8000 sps for 700 .... 700C struct quisk_cfFilter *ptFilter8000to7500; - int n_speech_samples; // number of speech samples we need for each - // freedv_tx() call num of speech samples output by - // freedv_rx() call + int n_speech_samples; // number of speech samples we need for each + // freedv_tx() call num of speech samples output by + // freedv_rx() call int n_nom_modem_samples; // size of tx modem sample buffers int n_max_modem_samples; // make your rx modem sample buffers this big int n_nat_modem_samples; // tx modem sample block length as used by the modem // before interpolation to output usually the same // as n_nom_modem_samples, except for 700C - int modem_sample_rate; // Caller is responsible for meeting this - int modem_symbol_rate; // Useful for ext_vco operation on 2400A and 800XA - int speech_sample_rate; // 8 kHz or 16 kHz (high fidelity) + int modem_sample_rate; // Caller is responsible for meeting this + int modem_symbol_rate; // Useful for ext_vco operation on 2400A and 800XA + int speech_sample_rate; // 8 kHz or 16 kHz (high fidelity) int bits_per_codec_frame; int bits_per_modem_frame; // number of modem payload bits in each modem frame |
