Hello, i need the result for my if statement to be sound, i mean can i attach mp3 (or something like this) file and for ex:
int result;
cout << " 1+4=?" << endl;
cin >> result;
if (result == 5)
{
.............. //result to be sound
}
There is an MP3 Decoder, in the Microsoft Media Foundation:
https://msdn.microsoft.com/en-us/library/windows/desktop/ff819077(v=vs.85).aspx
MMF replaces DirectShow.
Last edited on
where that .wav files should be located?
Last edited on
i mean, i want program to make sounds that i record, not sounds that are already included in visual studio