AudioPipe

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

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
AudioNode.scala

Inherited methods

def -->(sink: AudioPipe): AudioPipe

Attributes

Inherited from:
AudioSource
Source
AudioNode.scala
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