I wrote the programm that can recognize the notes from the picture. Now I would like to play the sound from it after processing the image. I thought about using funcion, where I can just put frequency and time of every note, like beep();
But it requires <windows.h> library, which makes my other library for image processing not working (I cannot compile the code, when <windows.h> is included.
Do you have any other sugestion how to simply play the sound?
I am using Visual Studio 2015.