karolpiczak / EARS

EARS: Environmental Audio Recognition System
MIT License
110 stars 28 forks source link

Questions - Logging and Trigger #17

Closed umsaenga closed 4 years ago

umsaenga commented 4 years ago

Hello, this is a great idea. Can I ask question please.

Does this keep log of when a sound was recognized and for how long?

Can you point me to best place to insert a trigger task for when a sound is recognized?

Thank you

karolpiczak commented 4 years ago

No, there's no such functionality. You could do something like this after: https://github.com/karolpiczak/EARS/blob/04bd36aea7cd27cc28b4757a0a25c997d1412ff7/ears/audio.py#L136.

umsaenga commented 4 years ago

thank you I will try.