Maxwel Scripts

CLI Scripts and AI Skills

Audio Editing

Audio processing — mastering, normalization, AI generation, AI restoration, conversion, and sample management

AI Media Post

Interactive post pipeline from source image to finished media post — including scoring with AI-generated music or sound effects and a clean audio mix

AI Skill

AI Text-to-Speech

Turns written text into natural-sounding speech with AI — multilingual and with a selectable voice

maxwel ai-audio-tts --text "<text to speak>" --language de --output <file.mp3>

AI Sound Effects

Generates sound effects from a text prompt with AI — from single sounds to complete ambiences

maxwel ai-audio-sfx --prompt "<description>" --duration <seconds> --output <file.wav>

AI Music Generation

Composes a music track with AI in the desired mood and length — royalty-free to use

maxwel ai-audio-music --prompt "<mood>" --duration <seconds> --output <file.wav>

AI Audio Restoration

Restores audio recordings with AI — removes noise, hum, clicks, and clipping

maxwel ai-audio-restore --input <source.wav> --output <file.wav>

Audio Mastering

Automatically masters audio tracks — adjusts loudness, EQ, and dynamics for a balanced, release-ready sound

maxwel audio-master --input <source.wav> --output <file.wav>

Audio Normalization

Normalizes audio files to −14 LUFS (EBU R128) — single files or recursively for whole folders

maxwel audio-normalize --input <source.wav> --output <file.wav>

AIF → WAV

Converts AIF audio files losslessly to WAV and automatically updates the associated SFZ references

maxwel audio-convert-aif-to-wav --input <source.aif> --output <file.wav>

Apple Music Purchases → MP3

Converts purchased iTunes M4A tracks of an album to MP3 (320 kbps), keeps cover art and tags, and replaces them in the library

maxwel audio-convert-apple-music-purchase <album-dir>

Add Sample Copyright

Writes copyright and author metadata into WAV, SFZ, and SF2 files — recursively for entire sample libraries

maxwel samples-add-copyright --input-dir <dir> --artist "<name>"

Ableton → SFZ

Converts Ableton presets (.adg/.adv) to the open SFZ format — including Drum Rack, Simpler, and Sampler

maxwel samples-convert-ableton-to-sfz --input <file.adg> --output <file.sfz>

SFZ → MPC

Converts SFZ presets to MPC program files (.PGM) for Akai MPC hardware (MPC1000/2500 and 2000/2000XL)

maxwel samples-convert-sfz-to-mpc --input <file.sfz> --output <file.xpm>

SFZ → OP-XY

Converts SFZ presets to the Teenage Engineering OP-XY format (.preset folders with patch.json)

maxwel samples-convert-sfz-to-opxy <path>

Prepare Samples for OP-XY

Flattens WAV samples recursively into the OP-XY folder structure and renames them OP-XY-style with an mxwl prefix

maxwel samples-prepare-opxy <path>