how many possible values would an 8-bit audio sample have?
An 8-bit audio sample can represent 256 possible distinct values.
Why it’s 256 values
Each bit can be 0 or 1, so with 8 bits you get 282^828 combinations, which equals 256.
In many common audio formats, those 8-bit samples are stored as unsigned values from 0 to 255.
So when you see “8-bit audio,” think of it as audio where each sample can be one of 256 discrete levels of loudness at that instant.
Information gathered from public forums or data available on the internet and portrayed here.