AudioSource

org.soundsofscala.graph.AudioNode.AudioSource
sealed trait AudioSource extends AudioNode

Attributes

Source
AudioNode.scala
Graph
Supertypes
trait AudioNode
class Object
trait Matchable
class Any
Known subtypes
trait AudioPipe
class Delay
class Filter
class Gain
Show all

Members list

Value members

Concrete methods

def -->(sink: AudioPipe): AudioPipe

Attributes

Source
AudioNode.scala

Inherited methods

final def create(using context: AudioContext): AudioNode

Attributes

Inherited from:
AudioNode
Source
AudioNode.scala
final def play(using context: AudioContext): AudioContext ?=> Unit

Create the described audio graph with the given AudioContext.

Create the described audio graph with the given AudioContext.

Attributes

Inherited from:
AudioNode
Source
AudioNode.scala