surround-audio

(★ 10)

Stereo & 5.1 Audio mod for Gen 1 Recomp: Crystal's SOUND option (MONO/STEREO) plus center-channel SFX. Toggle with L.

File Explorer

  • .modkitignore
  • CHANGELOG.md
  • main.lua
  • manifest.json
  • mod.card
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

luajit

View Details ▼

A just-in-time compiler (JIT) for the Lua programming language.
See also: `lua`.

luajit

Start an interactive Lua shell:

luajit {{path/to/script.lua}} {{--optional-argument}}

Execute a Lua script:

luajit -e '{{print("Hello World")}}'

Execute a Lua expression:

🔍

mods

View Details ▼

AI for the command-line, built for pipelines.

mods "{{write me a poem about platypuses}}"

Ask a generic question:

mods --settings

Open settings in your `$EDITOR`:

mods < {{path/to/file}} {{[-f|--format]}} "{{what are your thoughts on improving this code?}}"

Ask for comments on your code, in markdown format:

🔍

python3

View Details ▼

This command is an alias of `python`.

tldr python

View documentation for the original command:

// repository documentation