extractRawWavAnalysis
@siteed/expo-audio-studio / extractRawWavAnalysis
Function: extractRawWavAnalysis()
extractRawWavAnalysis(
props
):Promise
<AudioAnalysis
>
Defined in: src/AudioAnalysis/extractAudioAnalysis.ts:223
Analyzes WAV files without decoding, preserving original PCM values. Use this function when you need to ensure the analysis matches other software by avoiding any transformations.
Parameters
props
ExtractWavAudioAnalysisProps
The options for WAV analysis, including file URI and range.
Returns
Promise
<AudioAnalysis
>
A promise that resolves to the audio analysis data.