flat assembler
Message board for the users of flat assembler.
Index
> Windows > use the microphone to catch events. |
Author |
|
r22 27 Sep 2011, 18:57
|
|||
27 Sep 2011, 18:57 |
|
typedef 27 Sep 2011, 18:58
yes, wave recording api can handle that.
but the task would fall on matching the input sound with the database sound. You could try using a checksum but might not always work because voice and sound can be the same but different length |
|||
27 Sep 2011, 18:58 |
|
edfed 27 Sep 2011, 19:17
typedef:
it will use filtering, and FFT in order to detect clap, clip, clac... you cannot just compare waveforms. you should at least work in the frequency/amplitude dimension, the sounds spectrum. the main problem i see is the real time aspect. i don't know how works the execution of a window program. then, i cannot predict if it will be easy to code or not. but i am sure it is possible to do. there are a lot of programs that still do FFT, but mainly in order to do sound effects, not to analyse it. the audio recognission is not an hurry problem apprentlly. not more than a good lotery/poker/casino progam. what i'd like to do with this kind of code would be very simple, and limited to very basic actions. for example, in a PPS presentation, it can be nice to have an original way to switch pages, clap! |
|||
27 Sep 2011, 19:17 |
|
Enko 27 Sep 2011, 22:44
I remember 6 years ago, I installed an IBM voice recognition program.
It had an option to integrate with windows, you could say 'start' and Start menu would popup. You could create shortcuts with voice commands, like in a mobile phone. The thing didn't work well. |
|||
27 Sep 2011, 22:44 |
|
typedef 27 Sep 2011, 23:00
edfed wrote:
Just make a simple CONSOLE app with a message loop and add a timer. |
|||
27 Sep 2011, 23:00 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.