Skip to content

allyourcodebase/opus-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opus-tools

Zig build for xiph/opus-tools

NOTE

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");
});

About

Zig build for xiph/opus-tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published