Posts: 2,696
Threads: 327
Joined: Apr 2022
Reputation:
217
Non-QB64 questions: Are the speakers plugged in? Do they power up? Is the output directed to them?
I ran into an issue on my laptop where QB64 refused to play any sounds... After excessive testing and debugging, I finally checked to see where the output was going -- which was to my bluetooth headphones which were powered off and sitting in the charger!!
You can't make noise when the noise maker is disconnected, unplugged, or muted!
Posts: 4
Threads: 0
Joined: Oct 2023
Reputation:
0
I'm having the same problem. No sound on my Mac either. I just downloaded QB64PE for the first time on my Mac, installed it and downloaded some sample games that I found on this forum. Pacman and scramble. Neither has sound working and neither will set the executable to have the icon that it calls. I tried compiling and executing the source code in the same folder as qb64pe itself, I also went through their code and tried changing the file paths to have ./ before each filename. Nothing seems to be working. Also just tried a beep command. nothing. (my OS is Ventura 13.6)
Posts: 1,272
Threads: 119
Joined: Apr 2022
Reputation:
100
Did you try what a740g suggested in an early reply?
------------------
I am on Ventura 13.5.2 too and the sound works just fine.
From the QB64-PE menu, click Debug > Purge C++ Libraries and then compile and try again.
Also, ensure you have installed QB64-PE 3.8.0 to a new directory and not overwriting the files over a previous installation.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial