UNPKG

@siteed/expo-audio-studio

Version:

Comprehensive audio processing library for React Native and Expo with recording, analysis, visualization, and streaming capabilities across iOS, Android, and web

5 lines 218 B
import { BitDepth, EncodingType } from '../ExpoAudioStream.types'; export declare const encodingToBitDepth: ({ encoding, }: { encoding: EncodingType; }) => BitDepth; //# sourceMappingURL=encodingToBitDepth.d.ts.map