Look for any simple sound libraries to play in windows that are not GPL or LGPL. That is, the software itself is not And either end of the library that it uses is not GPL / LGPL.
I searched for a long time, and everything that seems promising to me (Allegro, SFML, etc.) turned out to have GPL or LGPL code in it. I'm not trying to start a discussion about licensing, this is just my preference, so anyone who knows something is simple, let me know.
I'm not necessarily looking for a cross-platform solution, but I don't want to rely on Windows built-in methods like PlaySound. Any help would be greatly appreciated!
PS To just understand what I mean by simple, this applies to most of the functions I need:
- Provide a file name or data in memory for the playback function.
- If possible, define a callback to complete the sound.
user562566
source
share