mirror of
https://github.com/M336G/audio-converter.git
synced 2026-07-28 22:16:21 +00:00
An audio conversion API written in Rust! Supports .mp3, .ogg, .opus, .wav & .webm!
- Rust 96.2%
- HTML 3.8%
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
audio-converter
An audio conversion API written in Rust! Supports .mp3, .ogg, .opus, .wav & .webm!
Usage
- Download a binary from the releases tab or clone the repository (if you have Rust installed).
- Take a look at .env.example and create a
.envfile if you need to configure your server. - Execute the binary you downloaded or use
cargo run --releaseif you cloned the repository.
You may additionally need to forward the port you chose and/or allow incoming requests to that port on your firewall.
Customizing the frontend
You may also take a look at the public folder to customize your audio-converter further. All the files you add to it while be available publicly on /.
Contributing
Pull requests are more than welcome to the project! Feel free to open one if you feel like something needs modification or if there is any problem with the codebase.
Credits
This project is licensed under the Mozilla Public License Version 2.0.
Thanks to MegaSa1nt for giving permission to use the green cat image.