From 70f14d6c846db34c6fed8ddfe5281e5656734a7e Mon Sep 17 00:00:00 2001 From: nitowa Date: Fri, 3 May 2024 23:24:08 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f874af7..3e9a7cb 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ Generates a wav file with keyboard sounds matching the privided input string. On Minimalistic solver example that samples the audio stream, and on detecting the start/end of sounds, calculates the average volume of that keystroke and maps it onto an arbitrary mono-alphabetic alphabet. The resulting "substitution cipher" can then be put through a solver to find the original text. See `test.sh` for an example. + +```python3 ./solver.py output.wav``` \ No newline at end of file