Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuij/apex-audio-system
highly efficient sound library for the Gameboy Advance
https://github.com/stuij/apex-audio-system
Last synced: about 2 months ago
JSON representation
highly efficient sound library for the Gameboy Advance
- Host: GitHub
- URL: https://github.com/stuij/apex-audio-system
- Owner: stuij
- License: mit
- Created: 2021-01-15T01:17:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T09:43:43.000Z (about 1 year ago)
- Last Synced: 2024-08-04T02:07:41.116Z (5 months ago)
- Language: C
- Size: 1000 KB
- Stars: 43
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gba-dev-zh - Apex 音响系统 - 音乐和声音库(支持。只有 mod,但是*非常*好的性能) (图书馆)
- awesome-gbadev - Apex Audio System - Music and sound library (supports .mod only, but _very_ good performance) (Libraries / Other places)
README
### Apex Audio System
The Apex Audio System (AAS) is a sound library for the GBA. It includes a highly
efficient mixer, MOD playing routines and support for up to 16 channels. It is
designed for developers using a GCC-based development environment. AAS uses RAW,
WAV or *tracker 1-16 channel MOD files as input.## Documentation
AAS is fairly well documented. From building the library to a starter guide to
an extensive description of the api. See the [online
documentation](https://stuij.github.io/apex-audio-system) or the pages in the
repo at `/docs/index.html`.## History
Apex Audio System was made by James Daniels of Apex Systems back in 2003 for the
GBA version of Payback. The library underwent several revisions, the latest of
which was v1.11. At the beginning of 2021, James was so kind to donate the
sources to the community, hence this Git repo.## Latest release
The current release is v1.13. See the documentation for a list of changes.
## Contact
Github project page: https://github.com/stuij/apex-audio-system
Pull requests are welcome, as are forks of course. If you want to report issues,
open an issue on the Github project issue tracker.For a more realtime interactive experience, join gbadev on Discord. There's a
good chance there's one or two people there that have used AAS before.## License
AAS is now distributed under the MIT license. For licensing terms, see the
LICENSE file in the root of this repo or go to
http://opensource.org/licenses/MITJames only had one request when handing over the sources: that users of the
library include a credit to Apex Designs. In essence this is now covered by the
MIT license. It's up to you how you want to fill this in, but please be
respectful of this requirement.