Extract phoneme form an audio fileWhen you say extract the "phoneme" what exactly do you mean?please make sure your using the correct ...
Extract phoneme form an audio fileWhich library are you using for the speech recognition?
Getting screen resolutionYes. 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 dataOut of curiosity which FFT library are you using? As I have a audio matching program I must develop ...