Help playing sounds using arsd.simpleaudio

Adam D. Ruppe destructionator at gmail.com
Wed Oct 30 19:11:00 UTC 2019


On Saturday, 26 October 2019 at 19:48:33 UTC, Murilo wrote:
> I play a sound the program never ends, the terminal continues 
> to run the program and I have to end it manually. Any ideas 
> what could be causing this? I am using it just as you had 
> instructed.

That happens if you don't call .stop() and .join() in order at 
the right time.

Did you use the scope(exit) like I said?


More information about the Digitalmars-d-learn mailing list