There was an error while loading. Please reload this page.
2 parents 4bc95b7 + 26139ba commit 7789171Copy full SHA for 7789171
1 file changed
chapters/en/chapter1/audio_data.mdx
@@ -62,7 +62,7 @@ The most common audio bit depths are 16-bit and 24-bit. Each is a binary term, r
62
to which the amplitude value can be quantized when it's converted from continuous to discrete: 65,536 steps for 16-bit audio,
63
a whopping 16,777,216 steps for 24-bit audio. Because quantizing involves rounding off the continuous value to a discrete
64
value, the sampling process introduces noise. The higher the bit depth, the smaller this quantization noise. In practice,
65
-the quantization noise of 16-bit audio is already small enough to be audible, and using higher bit depths is generally
+the quantization noise of 16-bit audio is already small enough to be inaudible, and using higher bit depths is generally
66
not necessary.
67
68
You may also come across 32-bit audio. This stores the samples as floating-point values, whereas 16-bit and 24-bit audio
0 commit comments