Commit 3169dd5
authored
Update docs to say 44.1kHz instead of 22kHz (#3)
Hello! I just got this module (it's fantastic!), and uploaded to it the latest release, but as I was trying to load my own samples onto it, I found two things which seem to have drifted from these docs:
1. The sample that comes with it is called `honk.wav` and not `sample.wav` -- was an earlier version called `sample.wav`?
2. The `honk.wav` audio file is 16-bit signed mono WAV at _44.1kHz_ and not 22kHz... I found this out the hard way because I kept loading my own samples at 22kHz and wondering why they were playing back at a higher pitch than I expected. 😅 When I transcoded my audio files to 44.1kHz 16-bit signed mono WAVs, they suddenly worked!
Hence this PR. Lemme know if maybe I got something else wrong and my workaround isn't actually correct. Thanks!1 parent e9ae59b commit 3169dd5
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
0 commit comments