<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/AudioCommon/DSoundStream.cpp, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Remove dsound audio backend.</title>
<updated>2014-08-23T18:19:19+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2014-08-23T18:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=af2405eefdee151e653a326d5f50dc27cb5325cc'/>
<id>af2405eefdee151e653a326d5f50dc27cb5325cc</id>
<content type='text'>
There isn't any reason to use dsound over xaudio.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There isn't any reason to use dsound over xaudio.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Get rid of StdConditionVariable, StdMutex, and StdThread.</title>
<updated>2014-08-17T03:33:19+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-08-14T05:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d18d3e1f3ef788d764ff2110ee3d1aaad51a6479'/>
<id>d18d3e1f3ef788d764ff2110ee3d1aaad51a6479</id>
<content type='text'>
All of the compilers we support have support for these now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of the compilers we support have support for these now.
</pre>
</div>
</content>
</entry>
<entry>
<title>AudioCommon: Get rid of some unnecessary mem_fn calls</title>
<updated>2014-08-03T03:42:34+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-08-03T02:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=17e79a966a4051c089e03b25de9640a55f39f01c'/>
<id>17e79a966a4051c089e03b25de9640a55f39f01c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "DSound: use DSound notifications to produce sound."</title>
<updated>2014-05-31T20:35:46+00:00</updated>
<author>
<name>magumagu</name>
<email>magumagu9@gmail.com</email>
</author>
<published>2014-05-31T20:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=87a804fdfc6ccc1c2eb0ca07d3c116a99d7e27a4'/>
<id>87a804fdfc6ccc1c2eb0ca07d3c116a99d7e27a4</id>
<content type='text'>
This reverts commit 4990b8910bc0fe5d576f92396f761a79b3f1a7e3.

The commit is causing substantial performance issues for the DSound
backend which I somehow didn't catch during testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4990b8910bc0fe5d576f92396f761a79b3f1a7e3.

The commit is causing substantial performance issues for the DSound
backend which I somehow didn't catch during testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #256 from magumagu/dsound-notify</title>
<updated>2014-05-24T00:02:55+00:00</updated>
<author>
<name>shuffle2</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2014-05-24T00:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ca3002977b6e1efa5d7297886d8e0994a7106e47'/>
<id>ca3002977b6e1efa5d7297886d8e0994a7106e47</id>
<content type='text'>
DSound: use DSound notifications to produce sound.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DSound: use DSound notifications to produce sound.</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.</title>
<updated>2014-04-14T08:54:07+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2014-04-13T23:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6bdcbad3e4488c85ae402dcb44f65005769c64b9'/>
<id>6bdcbad3e4488c85ae402dcb44f65005769c64b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DSound: use DSound notifications to produce sound.</title>
<updated>2014-04-09T20:41:27+00:00</updated>
<author>
<name>magumagu</name>
<email>magumagu9@gmail.com</email>
</author>
<published>2014-04-09T20:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4990b8910bc0fe5d576f92396f761a79b3f1a7e3'/>
<id>4990b8910bc0fe5d576f92396f761a79b3f1a7e3</id>
<content type='text'>
Pretty straightforward; IDirectSoundNotify lets you register for
notifications after a certain amount of sound has played, so use that
instead of depending on Update() notifications from the CPU thread.

Also, while I'm here, reduce the buffer size by a factor of 4; this seems
to reduce the latency, although the difference is sort of subtle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pretty straightforward; IDirectSoundNotify lets you register for
notifications after a certain amount of sound has played, so use that
instead of depending on Update() notifications from the CPU thread.

Also, while I'm here, reduce the buffer size by a factor of 4; this seems
to reduce the latency, although the difference is sort of subtle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace use of the deprecated mem_fun function with mem_fn.</title>
<updated>2014-04-01T16:09:22+00:00</updated>
<author>
<name>lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-04-01T16:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e79895e372c00b1464fb3a28ec0a0b337b660d6f'/>
<id>e79895e372c00b1464fb3a28ec0a0b337b660d6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-modernize -use-nullptr</title>
<updated>2014-03-09T20:14:26+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2014-03-09T20:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d802d392811be44d34ae9cd23f616db93e54c50f'/>
<id>d802d392811be44d34ae9cd23f616db93e54c50f</id>
<content type='text'>
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert all includes to relative paths.</title>
<updated>2014-02-18T07:19:10+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-02-17T10:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2afe2152712981e21d6bda6f029292ed2b1cf91e'/>
<id>2afe2152712981e21d6bda6f029292ed2b1cf91e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
