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.