Chris

Results 2 issues of Chris

The `AudioDevice` documentation states that the `getLatency()` method returns the latency in samples. However, the desktop implementations were returning them in milliseconds. These changes only affect how the latency value...

#### Issue details A concurrent modification can cause an `IndexOutOfBoundsException` when iterating through the `idleSources` `IntArray` in `OpenALLwjgl3Audio`. While accessing the audio API isn't typically done in multiple threads (usually...

bug
desktop
audio