portaudio/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Ed Maste f13ab77c46 OSS: include both /dev/dsp and /dev/dsp0
On FreeBSD /dev/dsp is the default device but may not be /dev/dsp0.
PortAudio in the FreeBSD ports collection initially had a patch to
replace the default device with /dev/dsp (for example, with three
devices and /dev/dsp1 as the default we'd have /dev/dsp0, /dev/dsp,
/dev/dsp2).  This caused some trouble (the first device is no longer
default) and was later replaced with this change, leaving /dev/dsp
as the first entry, and just adding each /dev/dsp%d that exists.

FreeBSD bugs 208968 and 236118.
2021-01-20 18:15:56 -08:00
..
common fix non latin1 character in pa_debugprint.c 2020-12-18 22:58:22 +11:00
hostapi OSS: include both /dev/dsp and /dev/dsp0 2021-01-20 18:15:56 -08:00
os use DWORD for thread id 2020-12-18 11:50:44 +02:00
SConscript moved src/common/pa_skeleton.c to src/hostapi/skeleton/pa_hostapi_skeleton.c. updated all build files accordingly. 2011-02-12 10:22:00 +00:00