<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtaudio/RtAudio.h, branch good</title>
<subtitle>Fork of rtaudio library for interfacing to audio interfaces</subtitle>
<id>https://git.carlh.net/cgit/rtaudio/atom?h=good</id>
<link rel='self' href='https://git.carlh.net/cgit/rtaudio/atom?h=good'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/'/>
<updated>2019-12-03T10:16:07Z</updated>
<entry>
<title>Fix erroneous getStreamTime() results in some cases.</title>
<updated>2019-12-03T10:16:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-15T11:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=dbb4f997a37d4056ce1ed04ede07afb449beb13d'/>
<id>urn:sha1:dbb4f997a37d4056ce1ed04ede07afb449beb13d</id>
<content type='text'>
Without this, if HAVE_GETTIMEOFDAY is defined getStreamTime() can return
a wrong value in the following case:

- start stream
- stop stream
- start stream
- call getStreamTime() immediately

In this case tickStreamTime() will not have been called since the
stream was restarted, hence lastTickTimestamp will refer to the
previous run of the stream.  getStreamTime() will therefore extrapolate
wrongly from stream._streamTime.  This patch only uses lastTickTimestamp
when it is valid.
</content>
</entry>
<entry>
<title>Fix warning re S24 not trivially copyable by removing copy constructor.</title>
<updated>2019-01-24T14:05:54Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2019-01-24T14:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=b787f3630bdb83087fb31eed2d815f0ea6370a8c'/>
<id>urn:sha1:b787f3630bdb83087fb31eed2d815f0ea6370a8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows: include stdint.h for ThreadHandle.</title>
<updated>2018-12-29T14:05:40Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2018-12-29T14:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=b9468aa6f82fdea1f3dc364f477e859b39f0bb2a'/>
<id>urn:sha1:b9468aa6f82fdea1f3dc364f477e859b39f0bb2a</id>
<content type='text'>
Fixes #142.
</content>
</entry>
<entry>
<title>removed getStreamLatency() from derived API classes</title>
<updated>2018-10-30T11:40:07Z</updated>
<author>
<name>Taylor Holberton</name>
<email>taylorcholberton@gmail.com</email>
</author>
<published>2018-06-10T21:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=6ee55842a5b094e63a991c1f249922232a476086'/>
<id>urn:sha1:6ee55842a5b094e63a991c1f249922232a476086</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change "Direct Sound" to "DirectSound"</title>
<updated>2018-10-30T11:28:16Z</updated>
<author>
<name>Ryan Schmidt</name>
<email>git@ryandesign.com</email>
</author>
<published>2018-08-26T02:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=e41e3e845d847c7eb9e33af966888f1a09ecef56'/>
<id>urn:sha1:e41e3e845d847c7eb9e33af966888f1a09ecef56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/pr/154'</title>
<updated>2018-10-16T13:04:54Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2018-10-16T13:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=40d607b2b30e64fcf9978386dd746c20566ef324'/>
<id>urn:sha1:40d607b2b30e64fcf9978386dd746c20566ef324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/pr/136'</title>
<updated>2018-10-16T13:01:30Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2018-10-16T13:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=4690b26068191afa44dc8a872e250990acb1d175'/>
<id>urn:sha1:4690b26068191afa44dc8a872e250990acb1d175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change "eg." to "e.g."</title>
<updated>2018-08-26T02:12:45Z</updated>
<author>
<name>Ryan Schmidt</name>
<email>git@ryandesign.com</email>
</author>
<published>2018-08-26T02:12:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=9c3387e5c1eaf9625c8f64135a4eb53c0e4902d3'/>
<id>urn:sha1:9c3387e5c1eaf9625c8f64135a4eb53c0e4902d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace convertBufferWasapi with new WasapiResampler</title>
<updated>2018-08-22T08:29:11Z</updated>
<author>
<name>Marcus Tomlinson</name>
<email>themarcustomlinson@gmail.com</email>
</author>
<published>2017-12-23T08:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=f35e0e26ee7c17ec6ae594ad03e90501391b2a70'/>
<id>urn:sha1:f35e0e26ee7c17ec6ae594ad03e90501391b2a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow to obtain api names regardless of being compiled or not</title>
<updated>2018-08-11T12:55:44Z</updated>
<author>
<name>JP Cimalando</name>
<email>jpcima@users.noreply.github.com</email>
</author>
<published>2018-08-10T13:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=6919d3578769202957d1ba320ff458e959935e05'/>
<id>urn:sha1:6919d3578769202957d1ba320ff458e959935e05</id>
<content type='text'>
</content>
</entry>
</feed>
