29.9k views
1 vote
How many possible values would an 8-bit audio sample have?.

User Arghya C
by
8.1k points

1 Answer

2 votes
A sample depth of 8 bits means that we have 2^8 = 256 distinct amplitudes that each audio sample can represent, and a sample depth of 16 bits means that we have 2^16 = 65,536 distinct amplitudes that an audio sample can represent, and so on for higher sample depths.
User Voigtan
by
7.0k points