UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines (7 loc) 274 B
export declare const readWavHeader: (dataView: DataView) => { audioDataSizeBytes: number; audioDataStartOffset: 44; channelCount: number; sampleRate: number; } | undefined; export declare const encodeToWaw: (file: File, sampleRate: number) => Promise<Blob>;