Open redtide opened 1 year ago
Some files use bundled dr_{flac|wav}.h
and explicit use of sndfile.hh
: it would be nice to have a global replacement in the entire library with st_audiofile
function replacement utilities, and so removing SFIZZ_USE_SNDFILE define checks (if not dropping entirely sndfile
and use dr_libs
only).
src/sfizz/Logger.h
deleted in 7f35217createExplicitAudioReader()
deleted in 803052b, not sure if createAudioReader()
is the needed replacement in this case
EDIT: Some temporary fixes were applied in #1167 to be able to build them but still need some work, see comment below.
Benchmarks:
Demos error log is even bigger, including some references to
sndfile.hh
; it looks like an old API related issue.