thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 318 forks source link

use pthreads on MinGW and Cygwin #378

Closed neheb closed 1 year ago

neheb commented 1 year ago

Needed for PulseAudio and JACK.

Signed-off-by: Rosen Penev rosenp@gmail.com

ping @ntonnaett

ntonnaett commented 1 year ago

@garyscavone What do you think?

garyscavone commented 1 year ago

I can't check these changes easily myself but it looks like all the github checks have passed. The only thing I don't understand is that it is saying that this branch has conflicts that must be resolved (in RtAudio.cpp).

ntonnaett commented 1 year ago

What I've checked out with the github cli is not just one commit beyond master. Interesting. @neheb Could you try to rebase?

neheb commented 1 year ago

Rebased