| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
These will be part of the ALC_EXT_device_time extension. Behavior, values,
etc, are all subject to change.
|
|
|
|
|
|
| |
Otherwise there are (rare) risks of not getting signaled after writing the
amount of free audio data the client knows about, leading to a mixer loop
lockup
|
| |
|
|
|
|
|
| |
The method should monotonically count the number of nanoseconds the device has
active contexts
|
| |
|
| |
|
| |
|
|
|
|
| |
context
|
|
|
|
| |
To match the behavior of other backends
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This better matches what is given with the WaveIn backend
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Prevents iterating over all allocated sources during mixing updates
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
count
This ensures we have all the samples available that the app knows about
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|