toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
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