Doppler
Standalone Doppler reads the local EVE Online game client, locates all Wwise sound banks (.bnk) and loose Wwise media (.wem) in the shared cache, and exports them to a folder of playable MP3 or WAV files. It covers embedded bank streams, loose WEM resources, every language voice bank, music, UI, ambience, ship, weapon, and turret audio.
The tool downloads portable runtime dependencies (Node.js, vgmstream-cli, FFmpeg) into its own directory on first run, requires no admin access, and does not modify the game client. Output is resumable, grouped by source bank and authored client path, and accompanied by a JSON/CSV manifest and failure log.
Exports are configurable via command-line flags for format (MP3/WAV), bitrate, worker count, output path, and more. A full 320 kbps MP3 export of the current EVE client produces roughly 9.5 GiB across ~20,000 files.
NA2FLAC Android is the official Android port of NA2FLAC, written in Kotlin for ARM64 devices running Android 8.0 or newer. It scans a folder of Nintendo audio assets and converts them to FLAC using bundled vgmstream and FFmpeg. It handles the same formats as the desktop version (AST, BRSTM, BCSTM, BFSTM, BFWAV, BWAV, SWAV, STRM, LOPUS, IDSP, HPS, DSP, ADX, MP3, OGG), merges split _l/_r stereo files, and falls back to WAV for files above 8 channels.
All dependencies (vgmstream, ffmpeg, ffprobe) are bundled in the APK, so no separate installs are needed. This is the mobile counterpart to the Windows NA2FLAC desktop app; use it when you need to convert assets directly on a phone or tablet rather than on a PC.
Used for pulling audio out of Nintendo titles for lossless archival or DAW-ready output on a mobile device. As with the desktop build, the bundled FFmpeg is GPL-licensed while NA2FLAC Android itself is MIT.
NA2FLAC
Standalone NA2FLAC is a Windows desktop tool that converts Nintendo audio formats to FLAC (or WAV) using bundled vgmstream and FFmpeg. It handles AST, BRSTM, BCSTM, BFSTM, BFWAV, BWAV, SWAV, STRM, LOPUS, IDSP, HPS, DSP, ADX, MP3, and OGG, producing FLAC for files up to 8 channels and falling back to WAV for higher channel counts.
It ships in two builds: a WPF GUI on .NET 8 with folder selection, a progress bar, multithreading, and an NSIS installer; and a console legacy build for simpler batch runs. Both mirror the source directory structure into the output folder and merge split stereo files (_l/_r) into a single stereo track automatically.
Used for pulling audio out of Nintendo titles for archival or editing. Dependencies (vgmstream, ffmpeg, ffprobe) are bundled, so no separate install is needed. Note that the bundled FFmpeg is GPL-licensed even though NA2FLAC itself is MIT.