# Sound Recognition

**URL:** https://discourse.processing.org/t/sound-recognition/14291
**Category:** Libraries
**Created:** [September 29, 2019, 9:09pm UTC](https://discourse.processing.org/t/sound-recognition/14291 "2019-09-29T21:09:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Arjuna](https://avatars.discourse-cdn.com/v4/letter/a/da6949/32.png) [@Arjuna](https://discourse.processing.org/u/Arjuna)
#### Post date: [September 29, 2019, 9:09pm UTC](https://discourse.processing.org/t/sound-recognition/14291/1 "2019-09-29T21:09:14Z")

</div>

Hello! I want to know if there is some library to recognize specific sounds. That is, some parts of the code will be triggered only when a certain sound is recognized.

So far I tried to isolate only low sounds from voice (actually that would be enough) with the sound library and FTT but it seems voice (at least through my mic) has very even levels in all the frequencies.

Or maybe if I use p5js there is a library?

[[Code in GitHub here](https://github.com/arjuna-dev/stroboster/tree/master/stroboster_IV_micInteractive)]

Thanks!
