jamesg1213
The more samples taken per second, the more accurate the digital representation of the sound. For example, the sample rate for CD-quality audio is 44,100 samples.
Be careful here - it's only "more accurate" in that it contains higher frequencies.
What the sampling theorem proves is that if you filter out everything greater than one half the sample rate, then
everything that happens between the samples is stored in the samples. It can't be any "more accurate" once you already have all of the data.
In theory it works perfectly, but in practice we end up with some filter artifacts and also have to start filtering things out a little below 1/2 the sampling rate. A higher sampling rate allows one to move artifacts to a higher frequency as well as capture higher frequencies, but otherwise it's not any "more accurate".