Skip to content

Commit

Permalink
Update analog_recorder.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jun 13, 2024
1 parent e1c77a2 commit e6d24da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/recorders/analog_recorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ analog_recorder::analog_recorder(Source *src, Recorder_Type type, float tone_fre
d_fftaps.resize(2);
d_fbtaps.resize(2);
calculate_iir_taps(d_tau);
deemph = gr::filter::iir_filter_ffd::make(d_fftaps, d_fbtaps);
deemph = gr::filter::iir_filter_ffd::make(d_fftaps, d_fbtaps, false);

audio_resampler_taps = design_filter(1, (system_channel_rate / wav_sample_rate)); // Calculated to make sample rate changable -- must be an integer

Expand Down

0 comments on commit e6d24da

Please sign in to comment.