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?
optional
normalizeAudio:boolean
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:16
Whether to normalize audio levels (Android and Web)
targetBitDepth?
optional
targetBitDepth:BitDepth
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:14
Target bit depth (Android and Web)
targetChannels?
optional
targetChannels:number
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:12
Target number of channels (Android and Web)
targetSampleRate?
optional
targetSampleRate:number
Defined in: src/AudioAnalysis/AudioAnalysis.types.ts:10
Target sample rate for decoded audio (Android and Web)