Update 'README.md'

This commit is contained in:
nitowa
2024-05-03 23:24:08 +00:00
parent 30bba46a7b
commit 70f14d6c84
+2
View File
@@ -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```