UNPKG

@ng-web-apis/audio

Version:

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

3 lines (2 loc) 164 B
import type { AudioParamInput } from '../types/audio-param-input'; export declare function parse(value: AudioParamInput | string | null, fallback: number): number;