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)

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