I'm trying to create a program that uses voice recogniton and makes a WAV file from the recognized voice, I used this code :
Recognizer.SetInputToWaveFile(@"C:\\Program Files\\MyProgram\\Bin\\STWAV\\Speech.wav");
but I'm getting this exception every time I start the voice recognition,
"Could not locate file C:\Program Files\MyProgram\Bin\STWAV\Speech.wav".
I think that my program don't have a permission to create the WAV file in this path.
Thanks for helping.