SFML community forums

General => General discussions => Topic started by: LoopStan on February 20, 2011, 03:01:08 am

Title: How would someone go about doing 1D recognition?
Post by: LoopStan on February 20, 2011, 03:01:08 am
Edit: If this isn't in the right place will a moderator move it? Thanks!

Hello, I am working on a project where I have sound coming in through a microphone using SFML, and I'm curious with the values that I'm receiving how can i make a gesture recognition system to recognize sound patterns?

This isn't a voice recognition, but it's a little more like a mouse recognition system.

My values are only 1 dimensional.

I am using the .NET bindings if that helps, but It should be pretty straight forward to port it .NET.

If you want a sample input audio sample, let me know and i'll post one. I would really like to get this going. I've searched all around for a couple weeks and haven't found anything useful.