17
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update pa_front.c More... over 1 year ago
alsa: remove asserts based on maxChans (#729) More... over 1 year ago
Remove JPortAudio Java binding (#726) More... over 1 year ago
Rename use of `PaUtil_AllocateMemory` to `PaUtil_AllocateZeroInitializedMemory` in non-conforming examples (that should not be using these internal utility functions in the first place). More... over 1 year ago
Remove redundant calls to `memset(..., 0, ...)` and `bzero()` on results of `PaUtil_AllocateZeroInitializedMemory` and `PaUtil_GroupAllocateZeroInitializedMemory`. Add comments in cases where the zeroing appears to be critical to correct functioning of the code. Remove commented-out `memset(0)` cruft in `pa_win_wdmks.c`. More... over 1 year ago
rename internal utility function `PaUtil_GroupAllocateMemory` to `PaUtil_GroupAllocateZeroInitializedMemory` More... over 1 year ago
rename internal utility function `PaUtil_AllocateMemory` to `PaUtil_AllocateZeroInitializedMemory` More... over 1 year ago
Zero-initialize memory allocated by `PaUtil_AllocateMemory` on all platforms. More... over 1 year ago
fix errors for unused but set variables on mac (#722) More... almost 2 years ago
Fix stereo input in tests (#720) More... almost 2 years ago
Update docs: compile_windows_mingw-w64.dox to warn of loud sawtooth example (#718) More... almost 2 years ago
autoconf: use c11 on Mac if supported (#717) More... almost 2 years ago
WDM/KS: Fix multiple declaration of nameIndex More... almost 2 years ago
add request for Pull Request to bug reports More... almost 2 years ago
patest1: use mono input (#706) More... almost 2 years ago
GH Actions: update vcpkg (#707)
Be
More... almost 2 years ago
Add build documentation for MinGW-w64 (#703) More... about 2 years ago
Merge pull request #702 from dmitrykos/win_wasapi_comment_fix More... about 2 years ago
wasapi: Adjusted comments for paWinWasapiPolling and Event/Poll-driven methods. More... about 2 years ago
GH Actions: fix Windows MSVC build
Be
More... about 2 years ago
JACK: fix assertion checking client name length
Be
More... about 2 years ago
Mac: change some internal errors to host errors. (#691) More... about 2 years ago
Fix CMAKE_INSTALL_INCLUDEDIR not being defined (#690) Fixes #689 More... about 2 years ago
Merge pull request #688 from dmitrykos/wasapi_loopback_default_device_fix More... about 2 years ago
Fixed wrong default WASAPI device selection due to newly added loopback code. More... about 2 years ago
Merge pull request #672 from shauneccles/wasapi_loopback More... about 2 years ago
wasapi: Improved loopback implementation by avoiding excessive memory allocations inside the CreateDeviceList(), cleaned up comment, added export for PaWasapi_IsLoopback into .def. More... about 2 years ago
Merge branch 'PortAudio:master' into wasapi_loopback More... about 2 years ago
Update pa_win_wasapi.c More... about 2 years ago
alsa: Fix distorted sound from half-duplex capture. (#657) More... over 2 years ago