https://github.com/visualdoj/sunvox-cl
Command line tool for manipulating .sunvox files
https://github.com/visualdoj/sunvox-cl
Last synced: 4 days ago
JSON representation
Command line tool for manipulating .sunvox files
- Host: GitHub
- URL: https://github.com/visualdoj/sunvox-cl
- Owner: visualdoj
- License: unlicense
- Created: 2022-07-08T00:20:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T01:21:30.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T16:48:23.567Z (about 3 years ago)
- Language: Pascal
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/visualdoj/sunvox-cl/actions/workflows/github-actions.yml)
# sunvox-cl
Unofficial command line tool for working with `.sunvox` files.
## Dependency
Put SunVox dynamic library to the same directory with binary or provide path to
it with `--library` option, e.g. `--library sunvox.dll`.
## Build
```sh
make
```
## Usage
```sh
sunvox-cl sunvox2wav input.sunvox -o output.wav
Converts .sunvox file to WAV
```
## License
Sources of `sunvox-cl` are dedicated to public domain. `Sunvox` library has its
own license.
```
Powered by:
* SunVox modular synthesizer
Copyright (c) 2008 - 2018, Alexander Zolotov , WarmPlace.ru
* Ogg Vorbis 'Tremor' integer playback codec
Copyright (c) 2002, Xiph.org Foundation
```