Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realtime detection of sound #65

Open
giusarno opened this issue Oct 27, 2023 · 0 comments
Open

Realtime detection of sound #65

giusarno opened this issue Oct 27, 2023 · 0 comments

Comments

@giusarno
Copy link

Hello,
all the examples I have seen attempts to detect sound using the full length of the sound sample.
I would like to implement a system that can detect the sound in Realtime therefore it is important to monitor the audio sample in real-time and generate spectrum images in real-time.
What would be the best approach to do this ?
One option is to listen to the audio and split it in chunks of fixed length. This will mean to inject each chunk into the model until the sound effect is detected. Would this approach work with this model ? is the model capable to recognize sound for smaller audio samples ?

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant