<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtaudio/RtAudio.cpp, branch 4.1.1</title>
<subtitle>Fork of rtaudio library for interfacing to audio interfaces</subtitle>
<id>https://git.carlh.net/cgit/rtaudio/atom?h=4.1.1</id>
<link rel='self' href='https://git.carlh.net/cgit/rtaudio/atom?h=4.1.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/'/>
<updated>2014-04-26T18:39:15Z</updated>
<entry>
<title>Added new setStreamTime function; Documentation updates for 4.1.1 release.</title>
<updated>2014-04-26T18:39:15Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-26T18:39:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=22c00ec584b413374ad5a2c119592acaba5e799e'/>
<id>urn:sha1:22c00ec584b413374ad5a2c119592acaba5e799e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/thestk/rtaudio</title>
<updated>2014-04-26T13:26:44Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-26T13:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=1bf562b79a9a4940b2da19f7adbd6f065837c4d7'/>
<id>urn:sha1:1bf562b79a9a4940b2da19f7adbd6f065837c4d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wasap bug(?) fix in destructor; Update to record.cpp for default device selection.</title>
<updated>2014-04-26T12:44:43Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-26T12:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=154e121e500dc2e9f6e6277db5b4f35c4222a216'/>
<id>urn:sha1:154e121e500dc2e9f6e6277db5b4f35c4222a216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let convertBuffer() take care of all channel count conversion, while convertBufferWasapi() does only sample rate conversion.</title>
<updated>2014-04-26T09:01:40Z</updated>
<author>
<name>Marcus Tomlinson</name>
<email>themarcustomlinson@gmail.com</email>
</author>
<published>2014-04-26T09:01:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=4411d7c79eaf3994ac7a26f291db68ef43c3f429'/>
<id>urn:sha1:4411d7c79eaf3994ac7a26f291db68ef43c3f429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set callbackPushed flag if there is no render stream (input only mode)</title>
<updated>2014-04-26T07:14:49Z</updated>
<author>
<name>Marcus Tomlinson</name>
<email>themarcustomlinson@gmail.com</email>
</author>
<published>2014-04-26T07:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=1a14e053f746c3b783e853f21659f36bdbeac826'/>
<id>urn:sha1:1a14e053f746c3b783e853f21659f36bdbeac826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>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.</title>
<updated>2014-04-25T02:36:42Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-25T02:36:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=9a920447e15eeaf8cf8f6002c120e6fb168caa6f'/>
<id>urn:sha1:9a920447e15eeaf8cf8f6002c120e6fb168caa6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added an explicit cast of (LPCTSRT) on line 4626, which seemed necessary when compiling with UNICODE defined.</title>
<updated>2014-04-23T19:56:07Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-23T19:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=4ca315146dd2b5ddb5fc859dd33c229c6ddd53bf'/>
<id>urn:sha1:4ca315146dd2b5ddb5fc859dd33c229c6ddd53bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed now irrelevant comment</title>
<updated>2014-04-18T14:14:54Z</updated>
<author>
<name>Marcus Tomlinson</name>
<email>themarcustomlinson@gmail.com</email>
</author>
<published>2014-04-18T14:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=e4a070b5fc0ea33abba209c1875d290919e2faa3'/>
<id>urn:sha1:e4a070b5fc0ea33abba209c1875d290919e2faa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support all sample rates for WASAPI</title>
<updated>2014-04-18T14:03:11Z</updated>
<author>
<name>Marcus Tomlinson</name>
<email>themarcustomlinson@gmail.com</email>
</author>
<published>2014-04-18T14:03:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=27d53f8096cd5e531f74862b953f12ff8d21c76a'/>
<id>urn:sha1:27d53f8096cd5e531f74862b953f12ff8d21c76a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed shutdown crash on certain sample rates</title>
<updated>2014-04-18T14:02:56Z</updated>
<author>
<name>Marcus Tomlinson</name>
<email>themarcustomlinson@gmail.com</email>
</author>
<published>2014-04-18T14:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=8b7653b945cbe09610a6cd5902f439873db0d18e'/>
<id>urn:sha1:8b7653b945cbe09610a6cd5902f439873db0d18e</id>
<content type='text'>
</content>
</entry>
</feed>
