g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
378 stars 274 forks source link

The resampler needed for non-native sample rates has not been included #813

Closed ew8bak closed 4 months ago

ew8bak commented 5 months ago

I compile with the -DHAS_SRC option, but it always gives an error here:

https://github.com/g4klx/MMDVMHost/blob/3f2a5d794d9f643f5b00dad3882eedc960b7f19f/FMNetwork.cpp#L107

Maybe ifdef is needed here?

g4klx commented 4 months ago

You're quite correct. It's now been added. Thanks for the report.