UNPKG

@ng-web-apis/audio

Version:

This is a library for declarative use of Web Audio API with Angular

10 lines (9 loc) 793 B
import type { OnDestroy, QueryList } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WebAudioChannelMerger extends ChannelMergerNode implements OnDestroy { constructor(inputs: string | null); ngOnDestroy(): void; protected set channels(channels: QueryList<AudioNode>); static ɵfac: i0.ɵɵFactoryDeclaration<WebAudioChannelMerger, [{ attribute: "numberOfInputs"; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration<WebAudioChannelMerger, "[waChannelMergerNode]", ["AudioNode"], { "channelCount": { "alias": "channelCount"; "required": false; }; "channelCountMode": { "alias": "channelCountMode"; "required": false; }; "channelInterpretation": { "alias": "channelInterpretation"; "required": false; }; }, {}, ["channels"], never, true, never>; }