UNPKG

@miklermpz/expo-audio-studio

Version:

This is a forked version of the original [expo-audio-studio](https://github.com/deeeed/expo-audio-stream/blob/main/packages/expo-audio-studio/README.md) by Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)

11 lines 544 B
import { BitDepth, SampleRate } from './ExpoAudioStream.types'; export declare const isWeb: boolean; export declare const DEBUG_NAMESPACE = "expo-audio-stream"; export declare const RIFF_HEADER = 1380533830; export declare const WAVE_HEADER = 1463899717; export declare const FMT_CHUNK_ID = 1718449184; export declare const DATA_CHUNK_ID = 1684108385; export declare const INFO_CHUNK_ID = 1229866575; export declare const DEFAULT_SAMPLE_RATE: SampleRate; export declare const DEFAULT_BIT_DEPTH: BitDepth; //# sourceMappingURL=constants.d.ts.map