I have my console program in C++ I wonder if I can just use a recorded clip when a "cout" is used example:
cout<<"HI" //while this happens I also want it to play a sound which is prerecorded by me
I don't know if similar questions are on web but I want to know correctly