@ahmifte/heavy-bass-techno-gen
v1.0.1
Published
Generate heavy bass techno music locally on your machine.
Downloads
355
Maintainers
Readme
Heavy Bass Techno Gen
Generate heavy bass techno music locally on your machine.
This project contains a command-line tool to generate aggressive, 150BPM hardstyle techno by default, entirely offline.
Prerequisites
- Node.js (v18+)
Installation
You can run the package directly using npx:
npx @ahmifte/heavy-bass-techno-genOr install it globally:
npm install -g @ahmifte/heavy-bass-techno-genUsage
Generate a 120-second heavy bass techno track using the default aggressive settings simply by running:
techno-genTo provide your own prompt or adjust parameters:
techno-gen "a dark underground industrial techno beat with rumbling sub-bass" --duration 20 --output dark-techno.wavOptions
-d, --duration <seconds>: The duration of the generated audio in seconds (approximate). (default:120)-o, --output <file>: The output.wavfile name (default:techno.wav).-g, --guidance <scale>: The guidance scale for the prompt. Higher values (e.g., 8.0) make the generation follow the prompt more strictly, while lower values (e.g., 3.0) give the generator more creative freedom. (default:8.0).
Advanced Prompting
To ensure the generator adheres closely to your custom prompt, use the -g flag:
techno-gen "an epic orchestral track with huge drums and soaring strings" -g 7.5 -d 15 -o epic.wav