17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pa_mac_core_utilities: add void to empty function argument list (#355) More... over 3 years ago
Add missing void argument, and include include pa_jack.h in pa_jack.c (#347) More... over 3 years ago
Fix crashes on disconnected pins in wmdks topologies. (#300) More... over 3 years ago
Don't crash if alsa_snd_pcm_poll_descriptors fails More... over 3 years ago
Merge pull request #338 from hoolrory/ticket_218_2 More... over 3 years ago
Merge pull request #341 from PortAudio/winrt More... over 3 years ago
wasapi: Fixed compilation with MinGW (mingw32): gcc version 6.3.0 (MinGW.org GCC-6.3.0-1), include /mingw-include folder explicitly (when compiling with mingw-w64 the /mingw-include folder must not be included). More... over 3 years ago
Merge pull request #340 from PortAudio/winrt More... over 3 years ago
wasapi: Support multiple devices in the device list on Windows UWP/WinRT platform. All UWP/WinRT functions are now prefixed as PaWasapiWinrt_ to be clearly visible, therefore PaWasapi_SetDefaultInterfaceId() was renamed to PaWasapiWinrt_SetDefaultDeviceId(). Expanded Important notes regarding UWP/WinRT platform and how to make the fully-functional device list with the corresponding pseudo-code example for easier understanding of the functionality. More... over 3 years ago
Replace usage of deprecated component manager APIs on 10.6+ More... over 3 years ago
Merge pull request #312 from PortAudio/alsa_ignore_all_plugins More... over 3 years ago
Add a GitHub action for building with CMake on MSVC. More... over 3 years ago
Add a GitHub action for cross-compiling to MinGW via CMake. More... over 3 years ago
Add a GitHub action for building with CMake. More... over 3 years ago
Ignore files generated by Visual Studio 2017/2019. More... over 3 years ago
Add the install interface. More... over 3 years ago
Merge pull request #325 from PortAudio/winrt More... over 3 years ago
wasapi: Refactored device list creation, if faulty audio device is reported as active by WASAPI then it will not break device list creation, silenced warnings when compiling for UWP platform. More... over 3 years ago
Merge pull request #324 from PortAudio/winrt More... over 3 years ago
wasapi: Replace tabs with 4-spaces to comply with PortAudio code style guidelines (http://github.com/PortAudio/portaudio/wiki/ImplementationStyleGuidelines). More... over 3 years ago
Add support for enabling dynamic alsa loading in CMakeLists.txt More... over 3 years ago
Merge pull request #316 from PortAudio/winrt More... over 3 years ago
docs: change Assembla links to GitHub More... over 3 years ago
build: add new Mac SDKs to configure More... over 3 years ago
wasapi: Fix paInvalidSampleRate (and any other) error code is replaced with paInvalidDevice if audio client failed to be created due to some reason. More... over 3 years ago
Merge pull request #307 from PortAudio/winrt More... over 3 years ago
Fix a broken link (Tutorial Start) in README.md. More... over 3 years ago
wdmks: ensure that pins that failed creation by PinNew() are set to NULL. Note that PaUtil_AllocateMemory currently calls GlobalAlloc without the GMEM_ZEROINIT flag, so there was no guarantee that filter->pins[pinId] was zero. More... over 3 years ago
Update bug_report.md with more details More... over 3 years ago
wasapi: Improve stability of playback in Polling Shared mode with a low host latency requsted (22 ms): More... over 3 years ago