@ng-web-apis/audio
Version:
This is a library for declarative use of Web Audio API with Angular
10 lines (9 loc) • 812 B
TypeScript
import type { OnDestroy, QueryList } from '@angular/core';
import * as i0 from "@angular/core";
export declare class WebAudioChannelSplitter extends ChannelSplitterNode implements OnDestroy {
constructor(outputs: string | null);
ngOnDestroy(): void;
protected set channels(channels: QueryList<AudioNode | null>);
static ɵfac: i0.ɵɵFactoryDeclaration<WebAudioChannelSplitter, [{ attribute: "numberOfOutputs"; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<WebAudioChannelSplitter, "[waChannelSplitterNode]", ["AudioNode"], { "channelCount": { "alias": "channelCount"; "required": false; }; "channelCountMode": { "alias": "channelCountMode"; "required": false; }; "channelInterpretation": { "alias": "channelInterpretation"; "required": false; }; }, {}, ["channels"], never, true, never>;
}