Skip to content

Commit

Permalink
Update audio_data.mdx
Browse files Browse the repository at this point in the history
spell correction
  • Loading branch information
arun477 authored Mar 13, 2024
1 parent d112dde commit 439323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/en/chapter1/audio_data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The most common audio bit depths are 16-bit and 24-bit. Each is a binary term, r
to which the amplitude value can be quantized when it's converted from continuous to discrete: 65,536 steps for 16-bit audio,
a whopping 16,777,216 steps for 24-bit audio. Because quantizing involves rounding off the continuous value to a discrete
value, the sampling process introduces noise. The higher the bit depth, the smaller this quantization noise. In practice,
the quantization noise of 16-bit audio is already small enough to be inaudible, and using higher bit depths is generally
the quantization noise of 16-bit audio is already small enough to be audible, and using higher bit depths is generally
not necessary.

You may also come across 32-bit audio. This stores the samples as floating-point values, whereas 16-bit and 24-bit audio
Expand Down

0 comments on commit 439323b

Please sign in to comment.