Chris

Results 3 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

This is a question regarding with what I've read in the guide and not a bug with Kodein. In the Retrieval section (https://kosi-libs.org/kodein/7.22/getting-started.html#_retrieval), there's a simple example of using the...