This filter is for debugging purposes only. It is an audio source filter, which generates a specific audio signal defined by the filter's settings.
{
"name": "Audio Synthesizer",
"format": {
"sampleRate": ...,
"resolution": ...,
"numberOfChannels": ...
},
"waveform": {
"form": "...",
"frequency": ...,
"amplitude": ...
},
"timeline": {
"playFrom": ...,
"playUntil": ...,
"loopAfter": ...,
"loop": true/false
}
}
|
Field |
Description |
|---|---|
|
format |
Describes the audio format, which is created by the source.
|
|
waveform |
Describes the type of signal created by the source.
|
|
timeline |
(To be defined) |