Gain
org.soundsofscala.graph.AudioNode.Gain
final case class Gain(sources: List[AudioSource], gain: AudioParam) extends AudioPipe
Attributes
- Source
- AudioNode.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AudioPipetrait AudioSourcetrait AudioNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- AudioSource
- Source
- AudioNode.scala
Attributes
- Inherited from:
- AudioNode
- Source
- AudioNode.scala
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
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article