-
Hi Michael,
Currently, when one export biquad coefficients for MiniDSP, they get exported as shown in the example below;
# Sampling Rate: 48000 HzHPF_BUTTERWORTH, 100.000 Hz, Order 4
b0=0.99497317266501428268,
b1=-1.98994634533002856536,
b2=0.99497317266501428268,
a1=1.98986109991293758092,
a2=-0.99003159074711954979,
b0=0.98800896445401287238,
b1=-1.97601792890802574476,
b2=0.98800896445401287238,
a1=1.97593328015710656409,
a2=-0.97610257765894559157,It would be great to have them exported as per below to avoid having to modify them before importing into MiniDSP;
# Sampling Rate: 48000 HzHPF_BUTTERWORTH, 100.000 Hz, Order 4
biquad1,
b0=0.99497317266501428268,
b1=-1.98994634533002856536,
b2=0.99497317266501428268,
a1=1.98986109991293758092,
a2=-0.99003159074711954979,
biquad2,
b0=0.98800896445401287238,
b1=-1.97601792890802574476,
b2=0.98800896445401287238,
a1=1.97593328015710656409,
a2=-0.97610257765894559157,Sorry, this forum is for logged in users only. Please Login to continue
This topic is: Awaiting Feedback