122 Commits (56cbfb56274b97a44337e15c00a9d552ec7a6dbd)

Author SHA1 Message Date
  Jakob Leben 56cbfb5627 Alsa API: Fix use of invalid card handle 6 years ago
  Stephen Sinclair 802179520e Fix `jackSilentError(const char*)’ defined but not used 7 years ago
  Gary Scavone 29167f363e Converted line endings in RtAudio.cpp to unix format. 7 years ago
  Gary Scavone 2662111a39 Version and documentation updates in advance of new release. 7 years ago
  Gary Scavone 62f62cf903 Fix to initialize lastTickTimestamp when setting stream time. 7 years ago
  Stephen Sinclair 3a3f183a0b Add cmath include. 7 years ago
  Stephen Sinclair 3125beff6a Fix order of calling CoUninitialize() 7 years ago
  Stephen Sinclair 7423320bc2 Fix line endings back to CR for last 2 commits. 7 years ago
  Stephen Sinclair 5a04c0ad22 Fix a signed-unsigned comparison. 7 years ago
  Stephen Sinclair b9d8c432dd oss: possible that AFMT_FLOAT is not available 7 years ago
  Marcus Tomlinson bdce037498 Simplify 8 years ago
  Marcus Tomlinson d3b158f40f Some optimisation 8 years ago
  Marcus Tomlinson d693899f98 –Slight simplification 8 years ago
  Marcus Tomlinson 1a1b19da94 –Fix formatting 8 years ago
  Marcus Tomlinson ef482c9dd8 –Fix formatting 8 years ago
  Marcus Tomlinson 47585b1a05 –Fix formatting 8 years ago
  Marcus Tomlinson c0b2663f7d –Fix formatting 8 years ago
  Marcus Tomlinson 706a281ea8 –Tabs -> Spaces 8 years ago
  Marcus Tomlinson dc20fccbbe –Added interpolation to WASAPI's sample rate converter 8 years ago
  Stephen Sinclair 87ab4a3cf7 Add mmsystem.h and mmreg.h for dsound. 8 years ago
  Nils Fenner 8190c80422 refactor: C++0x compatible exception semantics 8 years ago
  JP Cimalando 6318b51661 a JACK-specific flag to disable automatic connection of ports 8 years ago
  Gary Scavone a4078d4870 Removed execute mode from RtAudio.cpp (why was it set?) 9 years ago
  Gary Scavone f92ecf14ca Documentation updates in advance of new release 9 years ago
  Gary Scavone 70b95123e8 WASAPI stream time update, as suggested by Patrice Taravel 9 years ago
  Guilherme Steinmann 2495e75004 Release lock if GetCurrentPosition from DS failed 9 years ago
  Berkus Decker 33ce5cdac6 Don't take address of boolean flag, use flag itself instead. 9 years ago
  Berkus Decker f851c2ac5d Register is no more in modern C++. 10 years ago
  Gary Scavone f6829a48de Update optional stream name for playback in PulseAudio API. 10 years ago
  snori 258dc8832e delete not needed line. (duplicated) 10 years ago
  Gary Scavone d4387bfdc0 Commit of ALSA underrun warning message fix 10 years ago
  Gary Scavone 661a34e77d Update to DS code for getDeviceCount() when cleaning out devices that may have disappeared 10 years ago
  Guilherme Steinmann d58bf8ca75 Fix closeStream on Mac OS X 10 years ago
  Gary Scavone 06296a58ed Small ASIO update to support buffersize value of 0 (setting to preferred size). 10 years ago
  Gary Scavone 7d46492974 Fixed some missing unlocks before calling error() in DS API. 10 years ago
  Tristan Matthews 554c6c5035 rtaudio: avoid NULL dereference 10 years ago
  Tristan Matthews 7efec74033 alsa: avoid uninitialized read 10 years ago
  Harris Georgiou 8408e11e5d Fix for NULL options in PULSE audio backend in probeDeviceOpen 10 years ago
  Hirotoshi YOSHITAKA 17188fb2b1 Fix calloc-free mismatch 10 years ago
  Hirotoshi YOSHITAKA d0e2d3a608 Add algorithm header include 10 years ago
  yedey 53ac6ffe14 Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to the device info. 10 years ago
  yedey b9e6faacf4 ASIO fix for crash for early callbacks (initiated from ASIOCreateBuffers), ASIO fix for strict/misbehaving drivers 10 years ago
  yedey 440272d68f WASAPI device name encoding fix, fixed skipped samples in WASAPI buffer conversion 10 years ago
  Gary Scavone 22c00ec584 Added new setStreamTime function; Documentation updates for 4.1.1 release. 11 years ago
  Gary Scavone 154e121e50 Wasap bug(?) fix in destructor; Update to record.cpp for default device selection. 11 years ago
  Marcus Tomlinson 4411d7c79e Let convertBuffer() take care of all channel count conversion, while convertBufferWasapi() does only sample rate conversion. 11 years ago
  Marcus Tomlinson 1a14e053f7 Set callbackPushed flag if there is no render stream (input only mode) 11 years ago
  Gary Scavone 9a920447e1 Bug fix in Core, Jack, ASIO, and DS for internal draining in INPUT mode only; Added some mutexes in DS to fix input-only errors; Added libraries to CMakeLists.txt for MinGW compile of WASAPI. 11 years ago
  Gary Scavone 4ca315146d Added an explicit cast of (LPCTSRT) on line 4626, which seemed necessary when compiling with UNICODE defined. 11 years ago
  Marcus Tomlinson e4a070b5fc Removed now irrelevant comment 11 years ago