Package-level declarations

Types

Link copied to clipboard
Represents an OpenAL audio source.
Link copied to clipboard
data class AlSourceParams(val numBuffers: Int? = null) : DeviceSourceParams

Params for AlSource.

Link copied to clipboard
interface DeviceSource

Represents an device audio source.

Link copied to clipboard

Base interface for device source params.

Link copied to clipboard
interface SourceGroup
SourceGroup is responsible for creating audio sources for all opened output devices.