mozilla / cubeb

Cross platform audio library
ISC License
443 stars 126 forks source link

What is the latest release? #257

Open njlr opened 7 years ago

njlr commented 7 years ago

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?

kinetiknz commented 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.

kevinvanrijn commented 7 years ago

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.

alucryd commented 4 years ago

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.