react-native-audio-api
Version:
react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification
7 lines • 414 B
TypeScript
export declare function isRemoteHttpUrl(path: string): boolean;
/**
* Stream via native URL when FFmpeg is enabled and byte ranges work (or HLS);
* otherwise download fully so miniaudio can decode without FFmpeg.
*/
export declare function loadRemoteHttpSource(url: string, headers?: Record<string, string>, forceDownload?: boolean): Promise<ArrayBuffer | string>;
//# sourceMappingURL=remoteHttpSource.d.ts.map