EncodingType
@siteed/expo-audio-studio / EncodingType
Type Alias: EncodingType
EncodingType:
"pcm_32bit"
|"pcm_16bit"
|"pcm_8bit"
Defined in: src/ExpoAudioStream.types.ts:69
Audio encoding types supported by the library.
Platform support:
pcm_8bit
: Android only (iOS/Web will fallback to 16-bit)pcm_16bit
: All platformspcm_32bit
: All platforms