<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/src/code/audio_load.c, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Ocarina of Time</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/'/>
<entry>
<title>Reorganize Audio Files &amp; Name Remaining Audio Files (#1494)</title>
<updated>2023-07-06T21:55:10+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-07-06T21:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=d307a3723313507726d5ebcfda0b5b9cef224d91'/>
<id>d307a3723313507726d5ebcfda0b5b9cef224d91</id>
<content type='text'>
* reorganize audio files

* audio code files

* split audio and libaudio

* audio_init_params to audio_configuration

* simplify file names

* move aisetnextbuf to libaudio

* move src/audio -&gt; src/code/audio

* adjust makefile comment

* reorganize again into internal/external

* adjust comment

* restructure again</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reorganize audio files

* audio code files

* split audio and libaudio

* audio_init_params to audio_configuration

* simplify file names

* move aisetnextbuf to libaudio

* move src/audio -&gt; src/code/audio

* adjust makefile comment

* reorganize again into internal/external

* adjust comment

* restructure again</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Misc Cleanup 2 (#1422)</title>
<updated>2023-02-26T20:48:42+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-02-26T20:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=35887e25eedecac6d018ce066f27cc583bc8ecb6'/>
<id>35887e25eedecac6d018ce066f27cc583bc8ecb6</id>
<content type='text'>
* misc cleanup

* more cleanup

* more cleanup

* PR Suggestions

* cleanup cond</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* misc cleanup

* more cleanup

* more cleanup

* PR Suggestions

* cleanup cond</pre>
</div>
</content>
</entry>
<entry>
<title>rename audio context (#1388)</title>
<updated>2022-10-07T17:43:17+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2022-10-07T17:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2fb27e6605b38e66301929c0a26fa5ebe97bb678'/>
<id>2fb27e6605b38e66301929c0a26fa5ebe97bb678</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misc 16 (#1371)</title>
<updated>2022-08-30T21:35:00+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2022-08-30T21:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2e18eb334bad77db0625549c62849333705214b8'/>
<id>2e18eb334bad77db0625549c62849333705214b8</id>
<content type='text'>
* Replace tabs in exceptasm.s source

* Replace tabs with \t in strings

* Fix grammar in various comments

* Fix "initalize" typos in code

* (fix typo) `__osMallocIsInitalized` -&gt; `__osMallocIsInitialized`

* Some Link -&gt; Player

* Use `EXCH_ITEM_` more

* "bgm music" -&gt; "background music"

* Fix typos in `place_title_cards.xml`

* `SkelAnime_Update` returns a boolean

* Run formatter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace tabs in exceptasm.s source

* Replace tabs with \t in strings

* Fix grammar in various comments

* Fix "initalize" typos in code

* (fix typo) `__osMallocIsInitalized` -&gt; `__osMallocIsInitialized`

* Some Link -&gt; Player

* Use `EXCH_ITEM_` more

* "bgm music" -&gt; "background music"

* Fix typos in `place_title_cards.xml`

* `SkelAnime_Update` returns a boolean

* Run formatter</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up audio sample counts: bytes, samples, frames (#1289)</title>
<updated>2022-07-27T21:53:56+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2022-07-27T21:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=423fec9f79e7be26847a52ca04c85ff0125bd941'/>
<id>423fec9f79e7be26847a52ca04c85ff0125bd941</id>
<content type='text'>
* Clean up bytes, samples, frames

* Improve macro usage

* More missed macros

* rename macro now that it crosses files

* redefine macros in terms of frames

* Another use of macro

* Fix, it's number of samples, not size

* Partial PR Suggestions

* Small change

* size to length

* Correct/Clarify comments

* remove comment

* More PR suggestions, cleanup

* Bad formatting, fixed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Clean up bytes, samples, frames

* Improve macro usage

* More missed macros

* rename macro now that it crosses files

* redefine macros in terms of frames

* Another use of macro

* Fix, it's number of samples, not size

* Partial PR Suggestions

* Small change

* size to length

* Correct/Clarify comments

* remove comment

* More PR suggestions, cleanup

* Bad formatting, fixed</pre>
</div>
</content>
</entry>
<entry>
<title>Audio Misc Cleanup 2 (#1303)</title>
<updated>2022-07-04T16:19:39+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2022-07-04T16:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=66946534a14334fc1c1e16ace252de7d167b2420'/>
<id>66946534a14334fc1c1e16ace252de7d167b2420</id>
<content type='text'>
* Misc cleanup

* PR Suggestions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Misc cleanup

* PR Suggestions</pre>
</div>
</content>
</entry>
<entry>
<title>Document File-Select Audio Settings: Sound Modes (#1281)</title>
<updated>2022-06-24T23:27:54+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2022-06-24T23:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=fe7afb9b0708a46107f32f0de89d52dbca176049'/>
<id>fe7afb9b0708a46107f32f0de89d52dbca176049</id>
<content type='text'>
* Round 1

* Cleanup

* Cleanup

* Space

* More spacing

* Apply -&gt; Set (consistency)

* round 1 pr

* Revert some names</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Round 1

* Cleanup

* Cleanup

* Space

* More spacing

* Apply -&gt; Set (consistency)

* round 1 pr

* Revert some names</pre>
</div>
</content>
</entry>
<entry>
<title>audio_seqplayer.c cleanup (#1274)</title>
<updated>2022-06-21T08:42:02+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2022-06-21T08:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5dda2f9ffc53b01d1eaeeb28da1ef94b46cb2e5c'/>
<id>5dda2f9ffc53b01d1eaeeb28da1ef94b46cb2e5c</id>
<content type='text'>
* Audio Seqplayer Cleanup

* More

* Edit description

* PR Suggestions

* while true

* Cleanup function declarations

* Extra space, oops

* Small fix

* PR Suggestions

* tatums per beat

* Edit comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Audio Seqplayer Cleanup

* More

* Edit description

* PR Suggestions

* while true

* Cleanup function declarations

* Extra space, oops

* Small fix

* PR Suggestions

* tatums per beat

* Edit comment</pre>
</div>
</content>
</entry>
<entry>
<title>Format script improvements and use strict name checks (#1275)</title>
<updated>2022-06-20T20:31:53+00:00</updated>
<author>
<name>Roman971</name>
<email>32455037+Roman971@users.noreply.github.com</email>
</author>
<published>2022-06-20T20:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=6d5268402086497e303a7c875b86fee8e678cd08'/>
<id>6d5268402086497e303a7c875b86fee8e678cd08</id>
<content type='text'>
* Prioritize using clang-tidy 6 and improve format.sh

* Use clang-tidy-6.0 when available since it's better at applying 'readability-inconsistent-declaration-parameter-name'
* Add -m32 and -Wno-everything to compiler options to avoid unwanted errors and warnings
* Remove -fsyntax-only since it serves no purpose in the context of clang-tidy

* Apply clang-tidy fixes for argument names

* Run format.sh again

* Use 'Strict' option instead of relying on clang-tidy 6

* Run format script

* Add --fix-notes to clang-tidy options for version 13+</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Prioritize using clang-tidy 6 and improve format.sh

* Use clang-tidy-6.0 when available since it's better at applying 'readability-inconsistent-declaration-parameter-name'
* Add -m32 and -Wno-everything to compiler options to avoid unwanted errors and warnings
* Remove -fsyntax-only since it serves no purpose in the context of clang-tidy

* Apply clang-tidy fixes for argument names

* Run format.sh again

* Use 'Strict' option instead of relying on clang-tidy 6

* Run format script

* Add --fix-notes to clang-tidy options for version 13+</pre>
</div>
</content>
</entry>
<entry>
<title>Restructuring SoundFont Structs (#1277)</title>
<updated>2022-06-19T14:31:08+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2022-06-19T14:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=38de9405e65a1af95fac80ae225696638184b22c'/>
<id>38de9405e65a1af95fac80ae225696638184b22c</id>
<content type='text'>
* Document fontData relocation

* Fix

* More cleanup

* typo

* sample -&gt; sampleHeader

* Revert name

* Just a little more

* Another comment change

* Fix Drum

* fix

* K0BASE

* Update relocs

* consistency

* clearer phrasing

* Fix

* PR/Discord Suggestions

* typo

* Revert Sound Font Sample Struct for another PR

* Missed a function

* Organize structs, tuned samples

* New sound effects struct

* fix func name

* wave samples

* consistency

* Fix

* More suggestions

* PR Suggestions

* sample bank reloc

* Revert header description

* better text

* SoundFount Relocation: some cleanup (#6)

* `fontDataStartAddr` for relocation, `fontData` for reading data (`AudioLoad_RelocateFont`)

* Comment "cleanup" in `AudioLoad_RelocateFont`

* Comment "cleanup" in `AudioLoad_RelocateSample`

* Cleanup cast and compares to 0 (offsets) / NULL (pointers)

* Cleanup

* soundFont info

* Revert waveSamples

* cleanup

* Plural

* PR suggestions

* A few name changes and suggestions

* small changes

* Drop Info on SoundFont

* Missed some

* One more function change

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document fontData relocation

* Fix

* More cleanup

* typo

* sample -&gt; sampleHeader

* Revert name

* Just a little more

* Another comment change

* Fix Drum

* fix

* K0BASE

* Update relocs

* consistency

* clearer phrasing

* Fix

* PR/Discord Suggestions

* typo

* Revert Sound Font Sample Struct for another PR

* Missed a function

* Organize structs, tuned samples

* New sound effects struct

* fix func name

* wave samples

* consistency

* Fix

* More suggestions

* PR Suggestions

* sample bank reloc

* Revert header description

* better text

* SoundFount Relocation: some cleanup (#6)

* `fontDataStartAddr` for relocation, `fontData` for reading data (`AudioLoad_RelocateFont`)

* Comment "cleanup" in `AudioLoad_RelocateFont`

* Comment "cleanup" in `AudioLoad_RelocateSample`

* Cleanup cast and compares to 0 (offsets) / NULL (pointers)

* Cleanup

* soundFont info

* Revert waveSamples

* cleanup

* Plural

* PR suggestions

* A few name changes and suggestions

* small changes

* Drop Info on SoundFont

* Missed some

* One more function change

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
