You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
BM_ADSR.cpp: API changes issues
BM_Logger.cpp: requires a src/sfizz/Logger.h deleted in 7f35217
BM_resample.cpp: see comment above
BM_flacfile.cpp: see comment (temporary fixed)
BM_wavfile.cpp: see comment (temporary fixed)
BM_audioReaders.cpp: uses a createExplicitAudioReader() 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.The text was updated successfully, but these errors were encountered: