Skip to main content

StartRecordingResult

@siteed/expo-audio-studio


@siteed/expo-audio-studio / StartRecordingResult

Interface: StartRecordingResult

Defined in: src/ExpoAudioStream.types.ts:160

Properties

bitDepth?

optional bitDepth: BitDepth

Defined in: src/ExpoAudioStream.types.ts:168

Bit depth of the audio (8, 16, or 32 bits)


channels?

optional channels: number

Defined in: src/ExpoAudioStream.types.ts:166

Number of audio channels (1 for mono, 2 for stereo)


compression?

optional compression: CompressionInfo & object

Defined in: src/ExpoAudioStream.types.ts:172

Information about compression if enabled, including the URI to the compressed file

Type declaration

compressedFileUri

compressedFileUri: string

URI to the compressed audio file


fileUri

fileUri: string

Defined in: src/ExpoAudioStream.types.ts:162

URI to the file being recorded


mimeType

mimeType: string

Defined in: src/ExpoAudioStream.types.ts:164

MIME type of the recording


sampleRate?

optional sampleRate: SampleRate

Defined in: src/ExpoAudioStream.types.ts:170

Sample rate of the audio in Hz