SingleChannelAudioQueue

eu.joaocosta.minart.audio.AudioQueue.SingleChannelAudioQueue
final class SingleChannelAudioQueue(sampleRate: Int) extends AudioQueue

Attributes

Graph
Supertypes
trait AudioQueue
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): SingleChannelAudioQueue.this.type
def dequeue(): Double
def enqueue(clip: AudioClip): SingleChannelAudioQueue.this.type
def isEmpty(): Boolean
def size: Int

Inherited methods

final def dequeueByte(): Byte

Attributes

Inherited from:
AudioQueue
final def nonEmpty(): Boolean

Attributes

Inherited from:
AudioQueue

Concrete fields

var mix: AudioMix