Skip to content

evanbowman/raw_to_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

raw_to_asm

This code converts an 8-bit signed raw audio stream into an assembly (.S) file, tagged as read only data. Outputs a data format compatible with the nintendo gameboy advance (data can be fed into the GBA's direct sound driver).

I borrowed most of this code from the grit image tool (by Cearn), and re-purposed the functions to work with audio streams instead of images.

About

convert signed 8-bit raw audio to an ASM file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages