Sonic AS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox homebrew
{{Infobox homebrew
| title      = Sonic AS
| title      = Sonic AS
| image      = [[File:Sonicasds.png]][[File:Sonicasds2.png]]
| image      = https://dlhb.gamebrew.org/dshomebrew/sonicas.png
| type        = Music
| type        = Music
| version    = 1.1
| version    = 1.1
Line 7: Line 7:
| author      = Ruben
| author      = Ruben
| website    = http://forum.gbadev.org/viewtopic.php?t=16894
| website    = http://forum.gbadev.org/viewtopic.php?t=16894
| download    = Media:Sonicas11ds.rar
| download    = https://dlhb.gamebrew.org/dshomebrew/sonicas.7z
| source      = Media:Sonicas11ds.rar
| source      = https://dlhb.gamebrew.org/dshomebrew/sonicas.7z
}}     
}}     


Line 28: Line 28:
* Added SFX code .
* Added SFX code .


<br>
==External links==
* GBADev - http://forum.gbadev.org/viewtopic.php?t=16894
 
[[Category:DS homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:Music homebrews on DS]]
[[Category:Music homebrews on DS]]

Revision as of 11:20, 6 September 2021

Sonic AS
sonicas.png
General
Author(s)Ruben
TypeMusic
Version1.1
LicenceMixed
Links
Download
Website
Source
Advertisements

<htmlet>adsense</htmlet>


A MIDI file player. It is written in ASM and ported to both the GBA and NDS.

User guide

Sonic AS has 16 channels polyphony for the DS, and variable polyphony on the GBA.

It has support for variable music players, and the DS version can handle PCM8/16 and ADPCM data, as it uses the hardware channels. The GBA version can also have either nearest neighbour interpolation (that is, no interpolation; this is fast), or linear interpolation, with .23 fixed point accuracy, which can be toggled by changing the variables in sasInternal.inc.

Since it's written in all assembler, the memory footprint is rather low. All processing is done on the ARM7 side, with the ARM9 simply signaling to play/stop, etc.

Changelog

1.1

  • DS runs with variable channel count (to allow stuff like libnds sound).
  • GBA mixer code has been heavily optimized.
  • Music code has been revised.
  • Fixed pitch bend stuff.
  • Added SFX code .

External links

Advertising: