Skip to content

A program that converts a Nintendo AST stream file into a WAV file.

Notifications You must be signed in to change notification settings

jdflyer/ast_to_wav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AST To Wav Converter

A program that converts a Nintendo AST stream file into a WAV file.
Some games that use this format are The Legend of Zelda: Twilight Princess, Super Mario Galaxy, and Super Mario Galaxy 2

Usage

To use the program either drag a file or directory onto the executable or run

ast_to_wav.exe InputFile.ast Outputfile.wav loopCount

Alternatively you can run it over a directory of ast files by running

ast_to_wav.exe InputDirectory/ OutputDirectory/ loopCount

Compiling

To compile on Windows use the Visual Studio solution
To Compile on Linux run this on the main.cpp file in the repository

g++ main.cpp --std=c++17 -o ast_to_wav -Wno-narrowing

About

A program that converts a Nintendo AST stream file into a WAV file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages