| ADC | Analog to Digital Converter. Takes voltage from microphone and converts it into PCM data |
| DAC | Digital to Analog Converter. Takes PCM data and converts the values into a voltage |
| PCM | Pulse Code Modulation. A way of describing audio as a set of integer values corresponding to points on a sound wave |
| SDL | Simple DirectMedia Layer. Graphics and sound library |
![]() Playing an audio file | ![]() Recording a sound |
When recording an effect it's best to set the software to record at 44100 samples per second and 16 bit resolution. You can always convert it down later.
WAV files are the best to use because.... that is what is used by linux recording software.
During looped playback of a WAV file an annoying click can be heard at the end of each repetition. This is due to the fact that the first and last value for the WAV file are not zero. Make sure those values are zero.