Zig build for xiph/opus-tools
This package currently only covers speex_resampler.h
. PRs welcome if more
coverage of the upstream project is needed.
To use the library correctly you have to define two macros:
const c = @cImport({
@cDefine("OUTSIDE_SPEEX", "1");
@cDefine("RANDOM_PREFIX", "speex");
@cInclude("speex_resampler.h");
});