UNPKG

retroload

Version:

Command line utility for converting tape archive files of historical computers into sound for loading them on real devices

4 lines (3 loc) 81 B
export type PlayerWrapper = { play(buffer: Uint8Array): Promise<unknown>; };