Open njlr opened 7 years ago
The main development of the library is driven by Gecko's use cases (https://dxr.mozilla.org/mozilla-central/source/media/libcubeb), so we haven't bothered doing releases because it has been easier not to worry about API breaking changes, etc. We also don't (AFAIK) have (m)any other users, although obviously that's a bit of a chicken and egg problem if we don't do releases or provide a stable API. If there's serious interest from non-Gecko users, we can look at doing regular releases.
For what it's worth Dolphin started using Cubeb in https://github.com/dolphin-emu/dolphin/pull/5313 and might be replacing their other audio backends with it in https://github.com/dolphin-emu/dolphin/pull/5256 .
So at least "any other users" is no longer true.
FWIW citra is also using cubeb now, it would be cool to get a tagged release so we can use shared libraries with those 2 emulators.
The latest releast (0.2) is from 2012, but there have been many commits since then. Are there any further releases that have not been tagged on GitHub yet?