<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtaudio/tests/duplex.cpp, branch noexceptions</title>
<subtitle>Fork of rtaudio library for interfacing to audio interfaces</subtitle>
<id>https://git.carlh.net/cgit/rtaudio/atom?h=noexceptions</id>
<link rel='self' href='https://git.carlh.net/cgit/rtaudio/atom?h=noexceptions'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/'/>
<updated>2019-08-22T22:24:11Z</updated>
<entry>
<title>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.</title>
<updated>2019-08-22T22:24:11Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2019-08-22T22:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=10977977730415518802eb37c570af4ac18138de'/>
<id>urn:sha1:10977977730415518802eb37c570af4ac18138de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug fix for double stream time ticking in OS-X if duplex stream with two different devices.</title>
<updated>2019-04-19T19:16:47Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2019-04-07T19:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=0eb9c6351d0f7e51b625547af94b9c01828b2963'/>
<id>urn:sha1:0eb9c6351d0f7e51b625547af94b9c01828b2963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update (bug fix?) in duplex.cpp test program</title>
<updated>2016-09-06T16:16:47Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-09-06T16:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=2697075ec56e365ecc20841cbfb5f98d4b79eb43'/>
<id>urn:sha1:2697075ec56e365ecc20841cbfb5f98d4b79eb43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "duplex test: 64 bit compatibility"</title>
<updated>2016-02-12T17:58:32Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-02-12T17:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=77cfec0f03ce712410620d93fd698561901bdaf7'/>
<id>urn:sha1:77cfec0f03ce712410620d93fd698561901bdaf7</id>
<content type='text'>
This reverts commit f639653f5ecf98d3b093049435df5631d8eb0f44.

This change breaks the build with g++ 5.2.1 (Ubuntu 15.10).
</content>
</entry>
<entry>
<title>duplex test: 64 bit compatibility</title>
<updated>2015-04-05T07:01:02Z</updated>
<author>
<name>David Császár</name>
<email>p6@xn--csszr-yqac.de</email>
</author>
<published>2015-04-05T07:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=f639653f5ecf98d3b093049435df5631d8eb0f44'/>
<id>urn:sha1:f639653f5ecf98d3b093049435df5631d8eb0f44</id>
<content type='text'>
This change was necessary to prevent BAD ACCESS when compiling on 64 bit OSX</content>
</entry>
<entry>
<title>Updates to test programs when specifying default device numbers.</title>
<updated>2014-04-26T13:44:39Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-26T13:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=097b83163e65b9828a2bddffd15dc1504a1acab4'/>
<id>urn:sha1:097b83163e65b9828a2bddffd15dc1504a1acab4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Wasapi code (though untested); Updates for better data format support in PulseAudio; Commented-out various unused function arguments in tests/ files.</title>
<updated>2014-04-01T16:05:51Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-04-01T16:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=18e6f5126073320450438e99b4833cabc3347dba'/>
<id>urn:sha1:18e6f5126073320450438e99b4833cabc3347dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed RtError class to RtAudioError and embedded it in RtAudio.h.</title>
<updated>2013-12-27T19:30:37Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2013-12-27T19:30:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=07c639e41165da70aab5016adf1bf7133a418b31'/>
<id>urn:sha1:07c639e41165da70aab5016adf1bf7133a418b31</id>
<content type='text'>
Deleted RtError.h from distribution and renamed all references to
RtError in the documentation, test files, and Windows .dsp files.
The version number was incremented to 4.1.0 in anticipation of
the next release, as this change affects the API.
</content>
</entry>
<entry>
<title>Various changes for true 24-bit support, changes regarding Jack get_latency, and Linux ALSA realtime threading (gps).</title>
<updated>2013-10-10T23:38:31Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2012-09-21T19:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=28fc1cfcb352d47a17078f3348f8702f221db650'/>
<id>urn:sha1:28fc1cfcb352d47a17078f3348f8702f221db650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mutex removal from several APIs, addition of PulseAudio support, documentation updates for 4.0.11 release.</title>
<updated>2013-10-10T23:38:30Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2012-06-13T20:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=5d8514d7eb3918a947ec97b45f4105630c64468d'/>
<id>urn:sha1:5d8514d7eb3918a947ec97b45f4105630c64468d</id>
<content type='text'>
</content>
</entry>
</feed>
