aboutsummaryrefslogtreecommitdiffstats
path: root/src/anetz/anetz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/anetz/anetz.h')
-rw-r--r--src/anetz/anetz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anetz/anetz.h b/src/anetz/anetz.h
index 01e1086..9063bed 100644
--- a/src/anetz/anetz.h
+++ b/src/anetz/anetz.h
@@ -24,7 +24,7 @@ typedef struct anetz {
/* dsp states */
enum dsp_mode dsp_mode; /* current mode: audio, durable tone 0 or 1, paging */
- int fsk_tone_coeff; /* coefficient k = 2*cos(2*PI*f/samplerate), k << 15 */
+ int fsk_tone_coeff[2]; /* coefficient k = 2*cos(2*PI*f/samplerate), k << 15 */
int samples_per_chunk; /* how many samples lasts one chunk */
int16_t *fsk_filter_spl; /* array with samples_per_chunk */
int fsk_filter_pos; /* current sample position in filter_spl */