object Sound
Object containing user-friendly functions to audio clips.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sound
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadAiffClip(resource: Resource): Try[AudioClip]
Loads an audio clip in the AIFF format.
- def loadClip(loader: AudioClipReader, resource: Resource): Try[AudioClip]
Loads an sound clip using a custom AudioClipReader.
Loads an sound clip using a custom AudioClipReader.
- loader
AudioClipReader to use
- resource
Resource pointing to the audio clip
- def loadRtttlClip(resource: Resource): Try[AudioClip]
Loads an audio clip in the RTTTL format.
- def loadWavClip(resource: Resource): Try[AudioClip]
Loads an audio clip in the WAV format.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def storeAiffClip(clip: AudioClip, resource: Resource): Try[Unit]
Stores an audio clip in the AIFF format.
- def storeClip(writer: AudioClipWriter, clip: AudioClip, resource: Resource): Try[Unit]
Stores an audio clip using a custom AudioClipWriter.
Stores an audio clip using a custom AudioClipWriter.
- writer
AudioClipWriter to use
- clip
AudioClip to store
- resource
Resource pointing to the output destination
- def storeWavClip(clip: AudioClip, resource: Resource): Try[Unit]
Stores an audio clip in the WAV format.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])