Filter
org.soundsofscala.graph.AudioNode.Filter
final case class Filter(sources: List[AudioSource], frequency: AudioParam, bandWidth: AudioParam, filterType: FilterModel) extends AudioPipe
Attributes
- Source
- AudioNode.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AudioPipetrait AudioSourcetrait AudioNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- AudioNode.scala
Attributes
- Source
- AudioNode.scala
Attributes
- Source
- AudioNode.scala
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