195 Commits (ba984d90fa4ace0c9be498276c82377ae6eb2429)

Author SHA1 Message Date
  Marcus Tomlinson 298396eca0 Slight optimization 6 years ago
  Marcus Tomlinson 6fd444c67c Add maxOutSampleCount to WasapiResampler::Convert() 6 years ago
  Gary Scavone 1b570c8b2d Fix to CoreAudio update for deprecated behaviour. 6 years ago
  Gary Scavone 5d3d33bc46 Update to CoreAudio start and stop stream functions for deprecated behaviour and to allow multiple instances of RtAudio accessing same device. 6 years ago
  Michal Szwaj 2d9b95f999 Fix high CPU usage by PulseAudio backend when stream is stopped 6 years ago
  Mark Wissink 40c1649ede Change type of captureFlags to DWORD 6 years ago
  Marcus Tomlinson 50e9bba755 Fix WASAPI channel offset 6 years ago
  Marcus Tomlinson a3af2b6e81 Fix PulseAudio non-interleaved user streams 6 years ago
  Gary Scavone 896623a477 Documentation and version updates before release 5.1.0 6 years ago
  Gary Scavone 5536d3a2d3 Added github URL to headers. 6 years ago
  Gary Scavone c962b1a4e9 Bug fix for stream ticking in OS-X if using two different devices. 6 years ago
  Marcus Tomlinson 939bc9655b WASAPI : Ring buffer in/out index fix 7 years ago
  Marcus Tomlinson 155ccfd9eb WASAPI : Call tickStreamTime() only once per callback 7 years ago
  Jakob Leben 56cbfb5627 Alsa API: Fix use of invalid card handle 7 years ago
  Marcus Tomlinson 4fa4a0f965 WASAPI : Fixed issue where latency was introduced on stream stop / start 7 years ago
  Marcus Tomlinson 482eceb06a WASAPI : Removed unnecessary latency in I/O ring buffers 7 years ago
  Marcus Tomlinson f31e1f80e4 WASAPI: calloc stream buffers to ensure unused channels are left silent 7 years ago
  Stephen Sinclair f25f7f23b5 Fix warning about casting result of GetProcAddress. 7 years ago
  Stephen Sinclair f580e841ce Update lastTickTimestamp in startStream. 7 years ago
  Marcus Tomlinson 22c1d6cbea #170 : Insert missing render memcpy when !doConvertBuffer in WASAPI 7 years ago
  Marcus Tomlinson 79c306a909 #170 : Enable WASAPI doConvertBuffer when userInterleaved is enabled 7 years ago
  Marcus Tomlinson affbdbe901 #172 : Fix hang in closing logic of wasapiThread() 7 years ago
  Marcus Tomlinson 05f5f4ae9e Fix potential memory leak 7 years ago
  Marcus Tomlinson 4e5d52a99b Allow loopback without having to define output parameters 7 years ago
  Marcus Tomlinson 5dff50ada9 Add loopback support to WASAPI 7 years ago
  Marcus Tomlinson 0a5295596b More fixes to MinGW build 7 years ago
  Marcus Tomlinson 22b98e491c More fixes 7 years ago
  Marcus Tomlinson e0bbf5f1ca Fix mingw32 WASAPI build 7 years ago
  Ryan Schmidt aa16de39c6 Add missing apostrophe and parentheses 7 years ago
  Ryan Schmidt 9c3387e5c1 Change "eg." to "e.g." 7 years ago
  Ryan Schmidt b1dce0571a Change "eg:" to "e.g." 7 years ago
  Marcus Tomlinson 109ab70963 Move stream_.state update to the end of wasapiThread() 7 years ago
  Marcus Tomlinson ebf50fc3e4 Fix conversion between different format types in resampler 8 years ago
  Marcus Tomlinson f1bd87ebea Only autolink on VS 8 years ago
  Marcus Tomlinson ecf694b88f Case sensitive header perhaps? 8 years ago
  Marcus Tomlinson 15ba9185d6 Fix indentation 8 years ago
  Marcus Tomlinson fe5acf0320 Fix setting stream_.doConvertBuffer[mode] 8 years ago
  Marcus Tomlinson 91f3e58346 Replace convertBufferWasapi() calls with renderResampler->Convert() 8 years ago
  Marcus Tomlinson 470f62b4af Init resamplers 8 years ago
  Marcus Tomlinson f35e0e26ee Replace convertBufferWasapi with new WasapiResampler 8 years ago
  Marcus Tomlinson 7a179f6a59 Revert strict sample rate selection in WASAPI API 8 years ago
  JP Cimalando 6919d35787 allow to obtain api names regardless of being compiled or not 7 years ago
  Stephen Sinclair b296e4bfdb Remove the compiledApis vector. 7 years ago
  JP Cimalando 7aa565412b Jack: allow unconnected streams to have more ports than device 7 years ago
  JP Cimalando 975e28a000 make some data extern C and const 7 years ago
  JP Cimalando 5c44223993 replace with something nicer: init_compiledApis 7 years ago
  Stephen Sinclair 1abbca05a6 Fix typo in previous commit. 7 years ago
  Stephen Sinclair e92130e9e1 Fix api name functions for C, replace map with array. 7 years ago
  JP Cimalando bc469fab7b reference return for API names 7 years ago
  Stephen Sinclair 3d054aec68 Use a map for API names 7 years ago