korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio-core
/
korlibs.audio.sound
/
AudioSample
Audio
Sample
inline
class
AudioSample
(
raw
:
Short
)
Members
Constructors
Audio
Sample
Link copied to clipboard
constructor
(
raw
:
Short
)
constructor
(
value
:
Int
)
constructor
(
value
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
float
Link copied to clipboard
val
float
:
Float
short
Link copied to clipboard
val
short
:
Short
Sample as short in the range Short.MIN_VALUE, Short.MAX_VALUE .. []
short
Int
Link copied to clipboard
val
shortInt
:
Int
Functions
div
Link copied to clipboard
operator
fun
div
(
scale
:
Double
)
:
AudioSample
operator
fun
div
(
scale
:
Float
)
:
AudioSample
times
Link copied to clipboard
operator
fun
times
(
scale
:
Double
)
:
AudioSample
operator
fun
times
(
scale
:
Float
)
:
AudioSample
to
Float
Link copied to clipboard
fun
toFloat
(
)
:
Float
to
Int
Link copied to clipboard
fun
toInt
(
)
:
Int
to
Short
Link copied to clipboard
fun
toShort
(
)
:
Short