DecodingConfig
@siteed/expo-audio-studio / DecodingConfig
Interface: DecodingConfig
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:8
Represents the configuration for decoding audio data.
Properties
normalizeAudio?
optionalnormalizeAudio:boolean
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:16
Whether to normalize audio levels (Android and Web)
targetBitDepth?
optionaltargetBitDepth:BitDepth
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:14
Target bit depth (Android and Web)
targetChannels?
optionaltargetChannels:number
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:12
Target number of channels (Android and Web)
targetSampleRate?
optionaltargetSampleRate:number
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:10
Target sample rate for decoded audio (Android and Web)