This is the initial release of ArrowVortex-BPMCli, a headless command-line tool for detecting BPM and offset from OGG audio files.
It outputs clean JSON data suitable for integration into scripts and external applications.
Features
- Headless Execution: Command-line interface with no GUI dependency.
- JSON Output: Formats detected BPM and offset as parseable JSON.
Usage
Pass the path to an OGG file as the first argument:
BpmCli.exe "path/to/song.ogg"Example Output:
{"bpm": 128.000, "offset": 0.006}Archive Contents
The attached .zip file contains:
BpmCli.exe(Windows executable)LICENSE(GPLv3 License)