Fossil SCM
Correct minor documentation typo (bytes -> bits)
Commit
96f1a9f50aed93845e7f8285e50f2e9f9a7efab11ddca0e07f13fc18d3827fe5
Parent
6eb1f4348523348…
1 file changed
+1
-1
+1
-1
| --- src/sounds/README.md | ||
| +++ src/sounds/README.md | ||
| @@ -3,11 +3,11 @@ | ||
| 3 | 3 | hexadecimal digits (as is the case for captchas generated by the |
| 4 | 4 | [../captcha.c module](../captcha.c)) then these WAV files can be |
| 5 | 5 | concatenated together to generate an audio reading of the captcha, which |
| 6 | 6 | enables visually impaired users to complete the captcha. |
| 7 | 7 | |
| 8 | -Each of the WAV files uses 8000 samples per second, 8 bytes per sample | |
| 8 | +Each of the WAV files uses 8000 samples per second, 8 bits per sample | |
| 9 | 9 | and are 6000 samples in length. |
| 10 | 10 | |
| 11 | 11 | The recordings are made by Philip Bennefall and are of his own voice. |
| 12 | 12 | Mr. Bennefall is himself blind and uses this system implemented with these |
| 13 | 13 | recordings to complete captchas for Fossil. |
| 14 | 14 |
| --- src/sounds/README.md | |
| +++ src/sounds/README.md | |
| @@ -3,11 +3,11 @@ | |
| 3 | hexadecimal digits (as is the case for captchas generated by the |
| 4 | [../captcha.c module](../captcha.c)) then these WAV files can be |
| 5 | concatenated together to generate an audio reading of the captcha, which |
| 6 | enables visually impaired users to complete the captcha. |
| 7 | |
| 8 | Each of the WAV files uses 8000 samples per second, 8 bytes per sample |
| 9 | and are 6000 samples in length. |
| 10 | |
| 11 | The recordings are made by Philip Bennefall and are of his own voice. |
| 12 | Mr. Bennefall is himself blind and uses this system implemented with these |
| 13 | recordings to complete captchas for Fossil. |
| 14 |
| --- src/sounds/README.md | |
| +++ src/sounds/README.md | |
| @@ -3,11 +3,11 @@ | |
| 3 | hexadecimal digits (as is the case for captchas generated by the |
| 4 | [../captcha.c module](../captcha.c)) then these WAV files can be |
| 5 | concatenated together to generate an audio reading of the captcha, which |
| 6 | enables visually impaired users to complete the captcha. |
| 7 | |
| 8 | Each of the WAV files uses 8000 samples per second, 8 bits per sample |
| 9 | and are 6000 samples in length. |
| 10 | |
| 11 | The recordings are made by Philip Bennefall and are of his own voice. |
| 12 | Mr. Bennefall is himself blind and uses this system implemented with these |
| 13 | recordings to complete captchas for Fossil. |
| 14 |