SynthizerSoundBackend class

A sound backend which uses Synthizer.

Implemented types

Constructors

SynthizerSoundBackend({required Context context, required BufferCache bufferCache})
Create an instance.
const

Properties

bufferCache BufferCache
The buffer cache to use.
final
context → Context
The context to use.
final
defaultPannerStrategy DefaultPannerStrategy
Get the default panner strategy.
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
listenerOrientation ListenerOrientation
Get the listener orientation.
getter/setter pairoverride
listenerPosition ListenerPosition
Get the listener position.
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createEcho(Iterable<EchoTap> taps) SynthizerBackendEcho
Create a new echo.
override
createReverb(ReverbPreset preset) SynthizerBackendReverb
Create a new reverb.
override
createSoundChannel({SoundPosition position = unpanned, double gain = 0.7}) SynthizerSoundChannel
Get a sound channel.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown() → void
Shutdown the backend.
override
toString() String
A string representation of this object.
inherited

Operators

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