- Mar 09, 2019
-
-
Lioncash authored
This behavior also needs to be visible for MinGW builds as well.
-
- Feb 27, 2019
-
-
Lioncash authored
cubeb now requires that COM explicitly be initialized on the thread prior to calling cubeb_init.
-
- Feb 25, 2019
-
-
Lioncash authored
Ensures that all member variables are initialized in a deterministic manner across the board.
-
Lioncash authored
CubebSinkStream inherits from a base class with a virtual destructor, so override can be appended to CubebSinkStream's destructor.
-
Lioncash authored
The name of the parameter was shadowing the member variable of the same name. Instead, alter the name of the parameter to prevent said shadowing.
-
- Dec 13, 2018
-
-
Lioncash authored
We can hide the direct array from external view and instead provide functions to retrieve the necessary info. This has the benefit of completely hiding the makeup of the SinkDetails structure from the rest of the code. Given that this makes the array hidden, we can also make the array constexpr by altering the members slightly. This gets rid of several static constructor calls related to std::vector and std::function. Now we don't have heap allocations here that need to occur before the program can even enter main(). It also has the benefit of saving a little bit of heap space, but this doesn't matter too much, since the savings in that regard are pretty tiny.
-
- Oct 26, 2018
-
-
Weiyi Wang authored
We already ignore them on listing devices. We should do the same when selecting devices. This fix a crash when opening a specific device while there is a null device in the list
-
- Sep 15, 2018
-
-
fearlessTobi authored
-
- Sep 14, 2018
- Sep 12, 2018
-
-
MerryMage authored
-
- Sep 09, 2018
-
-
MerryMage authored
-
- Sep 08, 2018
-
-
MerryMage authored
-
MerryMage authored
This reduces clicking in output audio should we underrun.
-
MerryMage authored
-
fearlessTobi authored
-
- Aug 12, 2018
-
-
MerryMage authored
-
- Aug 04, 2018
- Jul 31, 2018
-
-
bunnei authored
-