User profile: qZanity

User info
User name:qZanity
History
Joined:
Number of posts:9
Latest posts:

Extract phoneme form an audio file
When you say extract the "phoneme" what exactly do you mean?please make sure your using the correct ...

Extract phoneme form an audio file
Which library are you using for the speech recognition?

Getting screen resolution
Yes. Use GetSystemMetrics() [code] Int x = GetSystemMetrics(SM_CXSCREEN); Int y = GetSystemMetrics...

How to block a website using c++ other than "hosts file"???
You could also hook some of the windows api functions that the browsers use, and check the urls befo...

FFTW Real to Complex of Multidimensional data
Out of curiosity which FFT library are you using? As I have a audio matching program I must develop ...