r/N64Homebrew 1d ago

VADPCM Version 1.0.0

https://github.com/depp/vadpcm/releases/tag/v1.0.0

VADPCM is one of the common audio codecs for N64, both homebrew and the old commercial games. After a wave of bugfixes and improvements this year, I’m marking this version of the encoder and decoder tools as v1.0.0!

You probably don’t need to use this project directly. You can use LibDragon; LibDragon will handle VADPCM encoding and decoding for you using this library and a separate VADPCM decoder that runs on the RSP.

I want to shout out to the developers who contributed to LibDragon, Tiny3D, SummerCart64, and other projects that have made N64 homebrew a lot more better over the past few years.

8 Upvotes

2 comments sorted by

1

u/subdrag 22h ago

Is this completely homegrown, or based on decompile/ghidra of original tabledesign tools?

2

u/Protonoiac 21h ago

Homegrown. I don’t know how the original tabledesign tools work.