Audio Clip represented by a wave and a duration.
Attributes
- duration
duration of this audio wave in seconds
- wave
audio wave storing this clip
- Companion:
- object
- Graph
- Supertypes
Members list
Value members
Concrete methods
Appends an AudioClip to this one
Appends an AudioClip to this one
Attributes
Samples this wave at the specified sample rate and returns an iterator of Bytes in the [-127, 127] range.
Samples this wave at the specified sample rate and returns an iterator of Bytes in the [-127, 127] range.
Attributes
Speeds up/down this clip according to a multiplier
Speeds up/down this clip according to a multiplier
Attributes
Contramaps the values of the wave of this clip. The duration stays unchanged
Contramaps the values of the wave of this clip. The duration stays unchanged
Attributes
Returns a new Audio Clip without the first time
seconds of this audio clip
Returns a new Audio Clip without the first time
seconds of this audio clip
Attributes
Flatmaps the wave of this clip. The duration stays unchanged
Flatmaps the wave of this clip. The duration stays unchanged
Attributes
Samples this wave at the specified sample rate and returns an iterator of Doubles in the [-1, 1] range.
Samples this wave at the specified sample rate and returns an iterator of Doubles in the [-1, 1] range.
Attributes
Maps the values of this wave.
Maps the values of this wave.
Attributes
Returns the number of samples required to store this wave at a certain sample rate.
Returns the number of samples required to store this wave at a certain sample rate.
Attributes
Returns an audio wave that repeats this clip forever
Returns an audio wave that repeats this clip forever
Attributes
Returns a reversed version of this wave
Returns a reversed version of this wave
Attributes
Returns a new Audio Clip with the first time
seconds of this audio clip
Returns a new Audio Clip with the first time
seconds of this audio clip
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Function1 -> Any
Combines this clip with another by combining their values using the given function.
Combines this clip with another by combining their values using the given function.