AMixFilter class

Mixes multiple audio streams together into one.

This will automatically cut the volume of each input proportional to the number of inputs, e.g., 1/2 volume for 2 inputs, 1/3 volume for 3 inputs.

Implemented types

Constructors

AMixFilter({int? inputCount})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
inputCount int?
Number of inputs (defaults to 2)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCli() String
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited