AudioNode

org.soundsofscala.graph.AudioNode
See theAudioNode companion object
sealed trait AudioNode

Attributes

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

Members list

Value members

Concrete methods

final def create(using context: AudioContext): AudioNode

Attributes

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

Source
AudioNode.scala