| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
They still only hold AL_TRUE or AL_FALSE, but some systems can't properly
handle atomic swaps of 1-byte types.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This should vastly improve efficiency for retrieving the current thread
context, as we can be assured the stored context pointer will always be valid.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is under the assumption that one of the devices in ALL_DEVICES corresponds
to the default. This is not true for all backends (eg, ALSA).
|
| |
|
| |
|
| |
|
|
|
|
| |
The index has a habit of changing, where the ID should be more consistent.
|
| |
|
|
|
|
|
| |
Each channel should be treated as a distinct audio source, so multiple channels
should act as multiple sources.
|
| |
|
| |
|
| |
|