<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/AudioCommon, branch 2509</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #13725 from Sam-Belliveau/more-consistent-looping</title>
<updated>2025-08-06T00:02:58+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-08-06T00:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3111a785a106e4d184d9c3037e1df9a35ce06d31'/>
<id>3111a785a106e4d184d9c3037e1df9a35ce06d31</id>
<content type='text'>
Fade audio after an entire loop</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fade audio after an entire loop</pre>
</div>
</content>
</entry>
<entry>
<title>AudioCommon/Mixer: Skip sample processing when NullSoundStream is being used.</title>
<updated>2025-07-23T22:53:21+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-07-22T14:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ff0560574e50e384d33f2620d231461b9bd8662f'/>
<id>ff0560574e50e384d33f2620d231461b9bd8662f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AudioCommon/Mixer:  make large array in Mixer::MixerFifo::Enqueue() static so that it's not created on the stack.</title>
<updated>2025-07-11T00:01:03+00:00</updated>
<author>
<name>ITotalJustice</name>
<email>47043333+ITotalJustice@users.noreply.github.com</email>
</author>
<published>2025-07-11T00:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8d2a15be3f8f9e3f5bc1620cf11603b2a910bd56'/>
<id>8d2a15be3f8f9e3f5bc1620cf11603b2a910bd56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AudioCommon: Re-add missing includes</title>
<updated>2025-06-08T09:35:02+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2025-06-08T09:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1b7d42f77515e512d3e80890ce8a6bb5231e1dbf'/>
<id>1b7d42f77515e512d3e80890ce8a6bb5231e1dbf</id>
<content type='text'>
7c237bb ("AudioCommon: Remove unused includes") removed some includes
that were in fact in use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7c237bb ("AudioCommon: Remove unused includes") removed some includes
that were in fact in use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12836 from JosJuice/opensles-buffer-size</title>
<updated>2025-06-08T03:07:37+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-06-08T03:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=24b0bf01d54cf15977e7e2f4d2b529bb8230b060'/>
<id>24b0bf01d54cf15977e7e2f4d2b529bb8230b060</id>
<content type='text'>
Android: Ask system for optimal audio buffer size and sample rate</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android: Ask system for optimal audio buffer size and sample rate</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprec</title>
<updated>2025-06-08T03:04:37+00:00</updated>
<author>
<name>Tilka</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-06-08T03:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=19fbbf0dba32ad98fe791804cfd464ced91464f5'/>
<id>19fbbf0dba32ad98fe791804cfd464ced91464f5</id>
<content type='text'>
fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&amp;UnitTests</title>
<updated>2025-06-07T22:55:14+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-06-07T22:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=65f3ba70f5a88a25eeb7fef143b8e46093e30a7a'/>
<id>65f3ba70f5a88a25eeb7fef143b8e46093e30a7a</id>
<content type='text'>
Core &amp; UnitTests: Make overriding explicit and remove redundant virtual specifiers on overriding destructors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core &amp; UnitTests: Make overriding explicit and remove redundant virtual specifiers on overriding destructors</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includes</title>
<updated>2025-06-07T22:45:50+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-06-07T22:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=056ece6f291735ea7709ee762261ad7e13024503'/>
<id>056ece6f291735ea7709ee762261ad7e13024503</id>
<content type='text'>
AudioCommon: Remove unused includes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AudioCommon: Remove unused includes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13698 from tygyh/AudioCommon/Remove-unused-qualifiers-and-make-variables-constant</title>
<updated>2025-06-07T22:45:33+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-06-07T22:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a07a2fe398146fa9acf2891818dc418dfbd7a357'/>
<id>a07a2fe398146fa9acf2891818dc418dfbd7a357</id>
<content type='text'>
AudioCommon: Remove unused qualifiers and make variables constant</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AudioCommon: Remove unused qualifiers and make variables constant</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`</title>
<updated>2025-06-04T11:32:12+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2025-06-04T11:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4b65cc9a4c51af4308f748b3e7bf25d80db83860'/>
<id>4b65cc9a4c51af4308f748b3e7bf25d80db83860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
