From 5ee933b65c4a94619090a00a1be23c89745ec83a Mon Sep 17 00:00:00 2001 From: unix-axwell <30478004+unix-axwell@users.noreply.github.com> Date: Sun, 9 Mar 2025 20:09:55 +0000 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e71888 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +It converts any file into an audio signal! It uses two frequencies to represent bits ( 1000 Hz for 0 and 2000 Hz for 1). The result is a WAV file you can play or record to your Datasette (or any other audio tape recorder). +Cassette storage is small (about 100-200 KB per side), so it’s best for tiny files, config backups, or even encrypted text snippets. You could compress and split files if you need more room.