Default Branch

b2b8605beb · hostapi/jack: fix port name compose · Updated 2023-01-28 16:38:28 +02:00

Branches

bbe2b5ad55 · msvc/portaudio.dsp: remove /Gm option from MSVC Win32 Debug builds (#756) Fixes #730 · Updated 2022-12-20 02:23:45 +02:00

2
0
Included

999ca47aeb · wasapi: Check for the supported Windows version explicitly in PaWasapi_Initialize() and avoid relying on existence on avrt.dll for detecting the compatible platform (user could provide avrt.dll stub that will break initialization of the library if OS version does not support WASAPI backend). · Updated 2021-08-05 20:23:39 +03:00

75
0
Included

5094303863 · remove all alternative sample conversion code using lrintf in pa_converters.c. this is code guarded by PA_USE_C99_LRINTF. Fixes #390. · Updated 2020-12-28 09:05:36 +02:00

183
1

f269bf93e6 · follow up fix related to 933b05c331 (ticket #263 uninitialized dir variable): fix the three other places where dir parameter wasn't set prior to entry to a snd_pcm_*_get_* function. There is some ambiguity about (a) whether this is intentional (i.e. use the rounding dir returned by previous *_get_* call, the PA source code does not indicate), and (b) whether it is meaningful (i.e. whether *_get_* functions actually use the value upon input -- the ALSA docs are not clear. regarding (a): I don't think it's intentional, i think it was just oversight. In any case thr risk is low: the underlying values of period_size, periods_max, periods_min, are all integer and should not be rounded, get_rate_min/get_rate_max are used only for debug reporting (I've set them to 0,0 for a minimal change from the current code, but -1,1 makes more sense). · Updated 2019-05-14 00:36:24 +03:00

258
0
Included

933b05c331 · fix uninitialized dir variable in pa_linux_alsa.c GropeDevice() by removing it. pass NULL as parameter to ALSA functions instead. see ticket #263. · Updated 2019-05-14 00:00:47 +03:00

258
0
Included

a3828b34b8 · rename pa_linux_alsa.c local function GropeDevice() to more descriptive DetermineDeviceInfos(). update related comments. · Updated 2019-05-13 23:21:53 +03:00

259
1

4dea694220 · rename pa_linux_alsa.c local function GropeDevice() to more descriptive DetermineDeviceInfos(). update related comments. · Updated 2019-05-12 15:18:05 +03:00

259
3

eb6b5e2598 · Merge branch 'winrt' into 'master' · Updated 2019-04-05 10:42:43 +03:00

261
0
Included

a86df369b3 · treat float32 as 32 bits · Updated 2018-12-19 13:19:59 +02:00

273
2

aa016efaf7 · Get rid of the Scons-based build system. · Updated 2018-12-15 17:14:51 +02:00

270
1

d25cdfa5d5 · Add instructions on how to use the CMake build system. · Updated 2018-12-15 17:13:08 +02:00

270
1

1f5429ee43 · Use GetMixFormat() instead of PKEY_AudioEngine_DeviceFormat. · Updated 2018-11-20 00:44:30 +02:00

277
5

365163674b · update cmake documentation · Updated 2018-10-12 14:43:17 +03:00

280
0
Included

4f6fd67c3f · Merge branch 'winrt' into 'master' · Updated 2018-09-23 20:46:21 +03:00

287
0
Included

68ce920967 · Update darwin build to use newer core audio frameworks. · Updated 2017-11-09 23:32:10 +02:00

310
1

9f31e3931b · Changed configure.in to recognize linux-android instead of linux-androideabi · Updated 2017-08-27 15:16:48 +03:00

310
2

b3077642aa · pa_linux_alsa: fix Mutex problem · Updated 2016-10-25 18:33:00 +03:00

311
1

dde71d1114 · pa_front.c: fix initializationCount_ in Pa_Terminate() · Updated 2016-10-24 00:50:01 +03:00

312
0
Included

e0947b7d6a · replicate the library dependencies in the configure script · Updated 2016-10-02 13:50:42 +03:00

316
0
Included

12f967356b · Added `Available as of version 19.6.0` doc comments for new wasapi host-api-specific APIs. · Updated 2016-09-25 10:55:12 +03:00

322
0
Included