Skip to content

Commit

Permalink
changed optional audio high pass filter cutoff down to 240 Hz at -3 dB
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jan 2, 2018
1 parent 33c19d3 commit 5d2c639
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dsdcc (1.7.4-1) unstable; urgency=medium

* changed optional audio high pass filter cutoff down to 240 Hz @ -3 dB

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 02 Jan 2017 18:15:15 +0100

dsdcc (1.7.3-1) unstable; urgency=medium

* Added optional audio high pass filter when processing with mbelib
Expand Down
4 changes: 2 additions & 2 deletions dsd_filters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ void DSDSecondOrderRecursiveFilter::init()

const float DSDMBEAudioInterpolatorFilter::m_lpa[3] = {1.0, 1.392667E+00, -5.474446E-01};
const float DSDMBEAudioInterpolatorFilter::m_lpb[3] = {3.869430E-02, 7.738860E-02, 3.869430E-02};
const float DSDMBEAudioInterpolatorFilter::m_hpa[3] = {1.000000e+00, 1.911437E+00, -9.155749E-01};
const float DSDMBEAudioInterpolatorFilter::m_hpb[3] = {9.567529E-01, -1.913506E+00, 9.567529E-01};
const float DSDMBEAudioInterpolatorFilter::m_hpa[3] = {1.000000e+00, 1.955578e+00, -9.565437e-01};
const float DSDMBEAudioInterpolatorFilter::m_hpb[3] = {9.780305e-01, -1.956061e+00, 9.780305e-01};

DSDMBEAudioInterpolatorFilter::DSDMBEAudioInterpolatorFilter() :
m_filterLP(m_lpa, m_lpb),
Expand Down

0 comments on commit 5d2c639

Please sign in to comment.