react-native-audio-api
Version:
react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification
6 lines • 399 B
TypeScript
export { isFfmpegEnabled } from './flags';
export declare function assertWorkletsEnabled(): void;
export declare function clamp(value: number, min: number, max: number): number;
export declare function base64ToArrayBuffer(base64: string): ArrayBuffer;
export declare function headersFromRequestInit(fetchOptions?: RequestInit): Record<string, string> | undefined;
//# sourceMappingURL=index.d.ts.map