Tag Archives: sound detection

How to detect a sound in just a few lines of code

The basic detection method is just one short line of code: What this does is to fetch consecutive samples from the sound *track* until a sample is returned with a non-zero value. A word of caution, SND-FETCH is destructive to the audio data. If *track* will be required later in the code, use SND-COPY to … Continue reading How to detect a sound in just a few lines of code