== Opusfile == Library for decoding .opus files, including seeking support.
"git@gitlab.xiph.org:tterribe/opusfile.git" did not exist on "800be8c0a071327ff937850cf66d97cd264d72a0"
Forked from
Xiph.Org / Opusfile
Source project has a limited visibility.
Timothy B. Terriberry
authored
Right now we have no way to add any more parameters beyond a set of basic binary flags. This unifies op_url_stream_create() and op_url_stream_create_with_proxy() into a single function that takes a variable-length list of arguments, which can be extended in the future to include more options of any type. This is an incompatible API change.