<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtaudio/RtAudio.h, branch arm64</title>
<subtitle>Fork of rtaudio library for interfacing to audio interfaces</subtitle>
<id>https://git.carlh.net/cgit/rtaudio/atom?h=arm64</id>
<link rel='self' href='https://git.carlh.net/cgit/rtaudio/atom?h=arm64'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/'/>
<updated>2019-12-03T10:16:07Z</updated>
<entry>
<title>Fix mis-merge.</title>
<updated>2019-12-03T10:16:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-15T21:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=0384c5740e5fb6cabce39183493e1d937479efb8'/>
<id>urn:sha1:0384c5740e5fb6cabce39183493e1d937479efb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to support &gt; 2 output channels with PulseAudio.</title>
<updated>2019-12-03T10:16:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-15T11:42:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=8b9951729c312893e88dcc80f546fb531fc9928c'/>
<id>urn:sha1:8b9951729c312893e88dcc80f546fb531fc9928c</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
