korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio
/
korlibs.audio.sound.effects
Package-level
declarations
Types
Functions
Types
Audio
Stream
Echo
Config
Link copied to clipboard
data
class
AudioStreamEchoConfig
(
var
volume
:
Double
=
1.0
)
Functions
with
Echo
Link copied to clipboard
suspend
fun
AudioStreamable
.
withEcho
(
bufferLen
:
Int
=
2048
,
config
:
AudioStreamEchoConfig
=
AudioStreamEchoConfig()
)
:
Sound