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
/
AudioTone
Audio
Tone
object
AudioTone
Deprecated
Members
Functions
generate
Link copied to clipboard
fun
generate
(
length
:
Duration
,
frequency
:
Double
,
rate
:
Int
=
44100
,
volume
:
Double
=
1.0
)
:
AudioData
Generates a tone with the specified
frequency
and
length
.