UNPKG

react-native-audio-analyzer

Version:

A powerful React Native library for audio analysis, waveform visualization, and amplitude data extraction. Create stunning audio visualizations with high-performance native C++ implementation.

4 lines 214 B
declare function computeAmplitude(filePath: string, outputSampleCount: number): number[]; declare function load(path: string): Promise<string>; export { load, computeAmplitude }; //# sourceMappingURL=index.d.ts.map