how to work with sounds in c ++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to work with sounds in c ++?

I want to know in detail how you can work with sounds and change the frequencies for example in the process of playback ...

22nd Dec 2018, 8:39 PM
Ivan Postu
Ivan Postu - avatar
1 Answer
+ 3
I've got to run away for a while but just to say something, I'd start with Beep. [sudden expansion] If that's not enough, you're probably going to need to interface with OS audio hooks, but "how" depends very much on details. To give you an example of how your details would be critical, look at how wildly the suggestions here move about: https://stackoverflow.com/questions/711350/learning-to-work-with-audio-in-c I'm linking that because that mess may help you find something and ask another question, like "how to program technology X on Linux" -- just please be aware that since we can't test sound here in c++ participation may be very limited.
23rd Dec 2018, 4:35 AM
Kirk Schafer
Kirk Schafer - avatar