Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • |/
  • | *
  • * |
  • |\ \
  • * | |
  • | | *
  • * | |
  • | | *
  • | | *
  • | | *
  • | * |
  • |/ /
  • | *
  • | *
  • * |
  • |\ \
  • | * |
  • |/ /
  • * |
  • |\ \
  • * \ \
  • |\ \ \
  • | | * |
  • | |/ /
  • |/| |
  • | * |
  • |/ /
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • |\ \
  • | * |
  • | * |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • * | |
  • |\ \ \
  • | |/ /
  • | * |
  • * | |
  • * | |
  • * | |
  • * | |
  • |/ /
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • | * |
  • |/ /
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | |/
  • |/|
  • * |
  • e03448b (HEAD -> master) Include windows header early by falkTX 2020-06-14 11:55:59 +0100
  • 59afa49 Only use CALLBACK for windows 64bit builds by falkTX 2020-03-12 10:34:42 +0000
  • 37fdcf4 Fix typos by falkTX 2020-03-12 10:27:29 +0000
  • 50c05fa Update code as needed for wineasio by falkTX 2020-02-08 12:02:17 +0000
  • c067c3d PyRtAudio: demo of how to use numpy by Stephen Sinclair 2020-01-13 22:07:13 +0100
  • 2013bd5 Add a separate LICENSE file. by Stephen Sinclair 2020-01-13 18:44:17 +0100
  • d3efca1 CMake: fix Windows detection by Stephen Sinclair 2020-01-13 18:41:05 +0100
  • 641d600 PyRtAudio: Fix a strange retro-bug due to import print_function. by Stephen Sinclair 2020-01-13 18:23:48 +0100
  • ba984d9 PyRtAudio: Update to Python 3 by Stephen Sinclair 2020-01-13 17:12:54 +0100
  • 57c2c9d Merge pull request #218 from thestk/fix-wasapi-resampler-crash by garyscavone 2019-09-28 11:51:58 -0400
  • 298396e (fix-wasapi-resampler-crash) Slight optimization by Marcus Tomlinson 2019-09-27 18:51:45 +0100
  • 6fd444c Add maxOutSampleCount to WasapiResampler::Convert() by Marcus Tomlinson 2019-09-27 14:56:01 +0100
  • c2e079d (noexceptions) Added pulse audio fix that was just applied to master. by Gary Scavone 2019-08-29 11:15:38 -0400
  • 1cba5c9 Merge pull request #210 from f1xpl/master by garyscavone 2019-08-28 10:11:03 -0400
  • 1b570c8 Fix to CoreAudio update for deprecated behaviour. by Gary Scavone 2019-08-27 20:31:50 -0400
  • cfef06a CoreAudio fix for deprecated behaviour in stopping and starting stream, which allows multiple instances of RtAudio accessing the same device. by Gary Scavone 2019-08-27 20:28:49 -0400
  • 5d3d33b Update to CoreAudio start and stop stream functions for deprecated behaviour and to allow multiple instances of RtAudio accessing same device. by Gary Scavone 2019-08-27 20:10:10 -0400
  • f2244e3 No exception updates for Jack API. by Gary Scavone 2019-08-27 16:13:49 -0400
  • 1097797 Modified CoreAudio cleanup in case of error during initialization, fixed duplex streamtime bug for single device in CoreAudio, updated playsaw.cpp with interrupt handler instead of cin.get() function. by Gary Scavone 2019-08-22 18:24:11 -0400
  • e4b398a Added errorCallback function argument to RtAudio constructor. Updated documentation and removed commented-out RtAudioError class. Updated playsaw.cpp to test errorCallback constructor argument. by Gary Scavone 2019-08-22 12:30:50 -0400
  • 2d9b95f Fix high CPU usage by PulseAudio backend when stream is stopped by Michal Szwaj 2019-08-17 16:25:56 +0200
  • ba23fd3 Removed RtAudioError class and created a new enum for error types. Only implemented for RtApiCore and RtApiDummy, not rtaudio_c. by Gary Scavone 2019-07-30 17:23:28 -0400
  • 6c7651f Added new setErrorCallback() function and removed errorCallback argument in openStream(). Also added RtAudioError::Type return value to openStream(), startStream(), stopStream() and abortStream() functions, but only implemented in RtApiCore. by Gary Scavone 2019-07-30 12:26:44 -0400
  • 241e666 Merge pull request #207 from mcwissink/capture-flags-wasapi by garyscavone 2019-06-27 11:01:19 -0400
  • 40c1649 Change type of captureFlags to DWORD by Mark Wissink 2019-06-19 10:19:35 -0400
  • 97e780e Merge pull request #204 from thestk/fix-wasapi-channel-offset by garyscavone 2019-05-16 09:45:27 -0400
  • 6bbbed7 Merge pull request #203 from thestk/fix-pulseauio-non-interleaved by garyscavone 2019-05-16 09:45:03 -0400
  • 50e9bba Fix WASAPI channel offset by Marcus Tomlinson 2019-05-06 18:41:30 +0100
  • a3af2b6 Fix PulseAudio non-interleaved user streams by Marcus Tomlinson 2019-05-06 17:07:33 +0100
  • a09f920 Minor text formatting issues. by Gary Scavone 2019-04-10 13:14:47 -0400
  • 201e080 Move input user buffer clearing to startStream(). by Gary Scavone 2019-04-07 15:52:06 -0400
  • dfadcff Added clearing of input user buffer in stopStream for OS-X, in case stream is restarted. by Gary Scavone 2019-04-07 15:38:58 -0400
  • 10a2ced Bug fix for previous bug fix for duplex stream time ticking. by Gary Scavone 2019-04-07 15:27:50 -0400
  • 0eb9c63 Bug fix for double stream time ticking in OS-X if duplex stream with two different devices. by Gary Scavone 2019-04-07 15:02:40 -0400
  • 3619a02 Updates to playsaw.cpp and testall.cpp for new behaviour by Gary Scavone 2019-04-05 15:47:28 -0400
  • f385740 Simplified error() function, removing exception throwing. by Gary Scavone 2019-04-05 15:20:38 -0400
  • f035d7a More updates for sample rate changes, plus added support to get current system rate (OS-X only). by Gary Scavone 2019-04-05 15:05:33 -0400
  • 0e95564 Almost complete removal of exceptions for RtApiCore, plus an update for changing the sample rate. by Gary Scavone 2019-04-05 14:53:35 -0400
  • 221bbd0 Another temp commit by Gary Scavone 2019-04-04 20:13:46 -0400
  • 63e3bf9 Some initial changes by Gary Scavone 2019-04-04 20:09:41 -0400
  • d27f257 (tag: 5.1.0) A few minor documentation updates for release 5.1.0. by Gary Scavone 2019-04-17 20:24:28 -0400
  • 896623a Documentation and version updates before release 5.1.0 by Gary Scavone 2019-04-17 18:49:08 -0400
  • 5536d3a Added github URL to headers. by Gary Scavone 2019-04-17 14:48:58 -0400
  • acb8458 [doc] document C interface. by Stephen Sinclair 2019-04-17 15:13:48 +0200
  • 6c585b5 [doc] fix header file paths for out-of-source builds by Stephen Sinclair 2019-04-17 14:05:27 +0200
  • 4ea20ca [doc] callback return value in \return field by Stephen Sinclair 2019-04-17 13:51:14 +0200
  • 7da164b [doc] update RtAudioFormat description to match code by Stephen Sinclair 2019-04-17 13:34:10 +0200
  • d4e0111 [automake, cmake] add apinames as automated test by Stephen Sinclair 2019-04-17 13:02:25 +0200
  • 2a9e187 [automake] add CMakeLists.txt to EXTRA_DIST by Stephen Sinclair 2019-04-17 13:01:51 +0200
  • 9bf6f57 [automake] add README.md and cmake to EXTRA_DIST by Stephen Sinclair 2019-04-17 12:35:49 +0200
  • 1558bb5 [cmake] support previous RTAUDIO_BUILD_* variables by Stephen Sinclair 2019-04-16 23:52:09 +0200
  • 6ca53c0 Merge branch 'pr193' by Stephen Sinclair 2019-04-16 22:29:12 +0200
  • 944c378 [cmake] expose some standard CMake options by Stephen Sinclair 2019-04-16 22:24:52 +0200
  • c962b1a Bug fix for stream ticking in OS-X if using two different devices. by Gary Scavone 2019-04-16 12:06:18 -0400
  • d3a4e88 Update CMakeLists.txt by Francesco Bertolaccini 2019-03-26 12:26:05 +0100
  • 4ba65da Changes to CMakeLists to make use with add_subdirectory easier. by Stephen Sinclair 2019-02-25 16:22:03 +0100
  • 939bc96 WASAPI : Ring buffer in/out index fix by Marcus Tomlinson 2019-02-24 16:15:29 +0000
  • 155ccfd WASAPI : Call tickStreamTime() only once per callback by Marcus Tomlinson 2019-02-24 15:56:50 +0000
  • 03599c1 Check for '#if defined( WIN32 )' in test apps by Marcus Tomlinson 2019-02-24 17:58:43 +0000
  • 7025081 Fix CMake VS build by Marcus Tomlinson 2019-02-24 15:18:51 +0000
  • 01cc43c Merge pull request #185 from jleben/fix-alsa-get-device-count-error by garyscavone 2019-02-13 10:34:30 -0500
  • 56cbfb5 Alsa API: Fix use of invalid card handle by Jakob Leben 2019-02-12 11:36:40 -0800
  • 3174b03 Merge pull request #183 from MarcusTomlinson/master by Marcus Tomlinson 2019-01-28 09:41:16 +0000
  • 4fa4a0f WASAPI : Fixed issue where latency was introduced on stream stop / start by Marcus Tomlinson 2019-01-27 23:25:57 +0000
  • 482eceb WASAPI : Removed unnecessary latency in I/O ring buffers by Marcus Tomlinson 2019-01-27 23:22:31 +0000
  • f31e1f8 WASAPI: calloc stream buffers to ensure unused channels are left silent by Marcus Tomlinson 2019-01-27 16:25:03 +0000
  • 8c8240e Ensure a warning in asiolist.cpp does not become error with -Wall. by Stephen Sinclair 2019-01-24 15:16:28 +0100
  • f25f7f2 Fix warning about casting result of GetProcAddress. by Stephen Sinclair 2019-01-24 15:12:16 +0100
  • b787f36 Fix warning re S24 not trivially copyable by removing copy constructor. by Stephen Sinclair 2019-01-24 15:05:52 +0100
  • bd3db58 automake: fix inconsistency between --with-ds and --with-dsound by Stephen Sinclair 2019-01-24 12:43:47 +0100
  • aba5317 automake: add configuration for mingw64 and msys/msys2 by Stephen Sinclair 2019-01-24 12:43:25 +0100
  • 9950129 automake: fix repeated defines and libs for WASAPI and DSound. by Stephen Sinclair 2019-01-24 12:42:57 +0100
  • f580e84 Update lastTickTimestamp in startStream. by Stephen Sinclair 2018-12-29 15:38:02 +0100
  • b9468aa Windows: include stdint.h for ThreadHandle. by Stephen Sinclair 2018-12-29 15:03:27 +0100
  • 22c1d6c #170 : Insert missing render memcpy when !doConvertBuffer in WASAPI by Marcus Tomlinson 2018-12-13 23:16:42 +0000
  • fa8b676 Merge remote-tracking branch 'upstream/pr/174' by Stephen Sinclair 2018-12-13 23:44:30 +0100
  • 79c306a #170 : Enable WASAPI doConvertBuffer when userInterleaved is enabled by Marcus Tomlinson 2018-12-13 22:40:29 +0000
  • f58bf86 Merge remote-tracking branch 'upstream/pr/173' by Stephen Sinclair 2018-12-13 23:27:27 +0100
  • affbdbe #172 : Fix hang in closing logic of wasapiThread() by Marcus Tomlinson 2018-12-13 21:25:23 +0000
  • 71fa91e rename in header also by sonoro1234 2018-12-13 17:32:52 +0100
  • 9fe3139 rtaudio_num_comiled_api renamed rtaudio_get_num_compiled_apis by sonoro1234 2018-12-13 17:27:12 +0100
  • be9c18c drop const from return by sonoro1234 2018-12-05 10:58:13 +0100
  • 7b58989 rtaudio_c: add rtaudio_num_compiled_api() by sonoro1234 2018-12-05 10:08:10 +0100
  • be212c1 CMakeLists.txt: only change include in WASAPI by sonoro1234 2018-11-15 10:20:36 +0100
  • ee101b2 CMakeLists: avoid include error: C:\luaGL\gitsources\luaRtAudio\rtaudio\RtAudio.cpp:3758:43: fatal error: functiondiscoverykeys_devpkey.h: No s uch file or directory #include <functiondiscoverykeys_devpkey.h> by sonoro1234 2018-11-15 09:47:24 +0100
  • 0757c50 Merge pull request #165 from MarcusTomlinson/master by garyscavone 2018-11-12 08:19:58 -0500
  • 05f5f4a Fix potential memory leak by Marcus Tomlinson 2018-11-02 19:44:31 +0000
  • 4e5d52a Allow loopback without having to define output parameters by Marcus Tomlinson 2018-11-02 16:01:49 +0000
  • fd215c0 (travis) wip travis windows by Stephen Sinclair 2018-10-30 16:31:06 +0100
  • e5d020e wip travis windows by Stephen Sinclair 2018-10-30 16:21:18 +0100
  • 0118229 wip travis windows by Stephen Sinclair 2018-10-30 16:12:00 +0100
  • 3aa3ef9 wip travis windows by Stephen Sinclair 2018-10-30 15:59:06 +0100
  • 431dd65 wip travis windows by Stephen Sinclair 2018-10-30 15:46:40 +0100
  • e11fca5 wip travis windows by Stephen Sinclair 2018-10-30 15:38:23 +0100
  • 92165e7 wip travis windows by Stephen Sinclair 2018-10-30 15:28:32 +0100
  • dc9c760 wip travis windows by Stephen Sinclair 2018-10-30 15:17:53 +0100
  • 02475a9 wip travis windows by Stephen Sinclair 2018-10-30 13:56:19 +0100
  • 6ba25d7 wip travis windows by Stephen Sinclair 2018-10-30 13:45:32 +0100
  • c3f6b4e wip travis windows by Stephen Sinclair 2018-10-30 13:34:46 +0100
  • 6ee5584 removed getStreamLatency() from derived API classes by Taylor Holberton 2018-06-10 17:24:37 -0400