UNPKG
@cjblack/expo-audio-stream
Version:
latest (0.2.26)
0.2.26
Expo Play Audio Stream module
github.com/connorblack/expo-audio-stream
connorblack/expo-audio-stream
@cjblack/expo-audio-stream
/
build
/
types.js
10 lines
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
const
PlaybackModes
= {
REGULAR
:
'regular'
,
VOICE_PROCESSING
:
'voiceProcessing'
,
CONVERSATION
:
'conversation'
, };
export
const
EncodingTypes
= {
PCM_F32LE
:
'pcm_f32le'
,
PCM_S16LE
:
'pcm_s16le'
, };
//# sourceMappingURL=types.js.map