| Age | Commit message (Collapse) | Author |
|
|
|
fix compile errors with -D__MACOSX_CORE__
|
|
|
|
duplex test: 64 bit compatibility
|
|
Merge of ALSA underrun warning fix.
|
|
|
|
Merge of OS-X closeStream() fix to remove property listener.
|
|
guidefloripa-master
Trying to merge OS-X closeStream() update.
|
|
have disappeared
|
|
This change was necessary to prevent BAD ACCESS when compiling on 64 bit OSX
|
|
|
|
Jack API.
|
|
|
|
|
|
Fixes for WASAPI / ASIO
|
|
Static analysis fixes
|
|
Fix for NULL options in PULSE audio backend in probeDeviceOpen
|
|
Fix calloc-free mismatch
|
|
Add algorithm header include
|
|
|
|
The check if ( subdevice != -1 ) was being done on a potentially
uninitialized variable.
|
|
|
|
Use free() for allocated memory by calloc (not delete).
Deleting calloc-ed memory will become problem in the environment which
overrides global "operator delete" like some game engine.
|
|
Without algorithm header, Visual Studio complaints that std::max is not
declared and defined.
Including algorithm header resolves this issue.
|
|
the device info.
|
|
ASIO fix for strict/misbehaving drivers
|
|
conversion
|
|
Checking for pulseaudio on Debian
|
|
|
|
seem necessary (and the add_defines macro does not exist)
|
|
|
|
|
|
|
|
Fix choppy audio on input only mode (WASAPI)
|
|
selection.
|
|
convertBufferWasapi() does only sample rate conversion.
|
|
|
|
only; Added some mutexes in DS to fix input-only errors; Added libraries to CMakeLists.txt for MinGW compile of WASAPI.
|
|
when compiling with UNICODE defined.
|
|
Fix WASAPI shutdown crash
|
|
|
|
|
|
|
|
|
|
|
|
compile of WASAPI API.
|
|
|
|
date for release 4.1.0
|
|
Add CMake buildfile.
|
|
|