Scarlet Devil Mansion

Benben

Benben is a fast and efficient command line audio player, and audio->WAV/Au converter, for Linux/Unix. It supports multiple formats, and is especially suited to people who organize their music in folders, and for those who prefer to use terminals instead of GUIs. It is written almost entirely in the Crystal programming language.

Source Code Repository Releases, including Linux x86-64 AppImage downloads

Example videos

This example includes added reverb to show off the reverb effect:

Example Usage

# Play a VGM file and stop after it finishes
$ benben "Cool Song.vgz"

# Play a VGM and loop twice
$ benben --loop 2 "Another Cool Song.vgz"

# Render multiple VGM files to WAVs in parallel
$ benben --render *.vgz

# Show the help information
$ benben --help

# Show version information
$ benben --version

# List reverb presets for "MVerb"
$ benben --reverb-type mverb --reverb-preset list

Supported Formats

Notable Features