UNPKG

@siteed/expo-audio-studio

Version:

Comprehensive audio processing library for React Native and Expo with recording, analysis, visualization, and streaming capabilities across iOS, Android, and web

8 lines 308 B
export interface ExtractWaveformProps { fileUri: string; numberOfSamples: number; offset?: number; length?: number; } export declare const extractWaveform: ({ fileUri, numberOfSamples, offset, length, }: ExtractWaveformProps) => Promise<unknown>; //# sourceMappingURL=extractWaveform.d.ts.map