Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
221 stars 37 forks source link

Add 16-bit PCM BRSTM support #45

Closed Thealexbarney closed 7 years ago

Thealexbarney commented 7 years ago

Read and write 16-bit PCM BRSTM files Rename GcAdpcmTrack to AudioTrack, and add it to the base audio format Get rid of old audio format constructors in favor of using the audio format builders Special thanks to @libertyernie for a reference implementation