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)

7 lines 214 B
export interface CRC32 { (data: string | Uint8Array): number; buf(data: Uint8Array): number; } declare let crc32Implementation: CRC32; export default crc32Implementation; //# sourceMappingURL=crc32.d.ts.map