Help playing sounds using arsd.simpleaudio

Adam D. Ruppe destructionator at gmail.com
Sun Sep 29 23:54:46 UTC 2019


On Sunday, 29 September 2019 at 23:48:35 UTC, Murilo wrote:
> Now, one last question, if stop() actually makes the output, 
> not the thread, stop, then start() makes the output, not the 
> thread, begin?

It does both. start is from the base class Thread, it starts it 
which immediately opens the audio device and can feed stuff when 
it is necessary.


More information about the Digitalmars-d-learn mailing list