Skip to main content

StartRecordingResult

@siteed/expo-audio-studio


@siteed/expo-audio-studio / StartRecordingResult

Interface: StartRecordingResult

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

Properties

bitDepth?

optional bitDepth: BitDepth

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

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


channels?

optional channels: number

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

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


compression?

optional compression: CompressionInfo & object

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

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:131

URI to the file being recorded


mimeType

mimeType: string

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

MIME type of the recording


sampleRate?

optional sampleRate: SampleRate

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

Sample rate of the audio in Hz