blob: fa5b1390d91a41818f6472bd9902a020318f88df (
plain)
1
2
3
4
5
6
|
on computers, sound is stored as a list of `samples`:
- `sample rate`: how many samples per second are recorded
- `sample size` or `bit depth`: how accurate is each sample

|