UNPKG

@miklermpz/expo-audio-studio

Version:

This is a forked version of the original [expo-audio-studio](https://github.com/deeeed/expo-audio-stream/blob/main/packages/expo-audio-studio/README.md) by Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)

10 lines (8 loc) 187 B
declare module 'crc-32' { interface CRC32 { (data: string | Uint8Array): number buf(data: Uint8Array): number } const crc32: CRC32 export default crc32 }