17
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
export WMME host API specific extensions in DLL symbols
Be
More... over 2 years ago
Merge pull request #619 from PortAudio/winrt More... over 2 years ago
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). More... over 2 years ago
JACK: remove unnecessary #include <unistd.h>
Be
More... over 2 years ago
JACK: use POSIX pthread_equal instead of == to compare pthread_t
Be
More... over 2 years ago
JACK: add missing #include <pthread.h>
Be
More... over 2 years ago
Unify all stringizing macros to new PA_STRINGIZE macro in pa_util.h (#605) More... almost 3 years ago
pa_win_wmme.c: replace LPCTSTR with LPCWSTR (#597) More... almost 3 years ago
Have PaUtil_GetTime() use monotonic time on Unix (#559) More... almost 3 years ago
Unify windows error processing into a single PaWinUtil_SetLastSystemErrorInfo function (#495) More... almost 3 years ago
alsa: init stream variable in pa_linux_alsa.c (#584) More... almost 3 years ago
test: time out in patest_sine_time.c (#585) More... almost 3 years ago
pa_mac_core.c: init streamLatency and others (#591) More... almost 3 years ago
Alsa: Use hires timestamps (#560) More... almost 3 years ago
Added Pa_GetVersionInfo to portaudio.def (#574) More... almost 3 years ago
Add documentation indicating that Pa_ReadStream, Pa_WriteStream, Pa_GetStreamReadAvailable and Pa_GetStreamWriteAvailable are only valid while the stream is running (between calls to Pa_StartStream and Pa_StopStream.) More... almost 3 years ago
alsa: Increase snprintf buffer size to fix warning (#566) More... almost 3 years ago
MME: fix comparison of IO buffer sizes in CalculateBufferSettings() (#571)
Be
More... almost 3 years ago
CMake: move MinGW toolchain file to new cmake/toolchains directory
Be
More... almost 3 years ago
Merge pull request #552 from PortAudio/winrt More... about 3 years ago
[macOS] drop support for 10.5 (#511) More... about 3 years ago
remove deprecated pablio (#437)
Be
More... about 3 years ago
Whitespace cleanup in Java and C++ bindings#458) More... about 3 years ago
paqa_devs.c: define _USE_MATH_DEFINES (#554) More... about 3 years ago
patest_unplug.c: change int32_t to int (#553) More... about 3 years ago
wasapi: Fixed compilation with MinGW (W64) when targeting 32-bit platform More... about 3 years ago
fix patest_converters.c argc argv order (#544) More... about 3 years ago
Improve JACK regex pattern escape code (see ticket #534). Improves previously merged PR #405 master commit eec7bb7 by performing string conversion directly in to the target buffer, thus avoiding one allocation and one strncpy per client/device name. (#536) More... about 3 years ago
JACK PipeWire fixes (escape regex chars) (#504)
Be
More... about 3 years ago
configure: better test for Mac OS arch More... about 3 years ago