An audio conversion API written in Rust! Supports .mp3, .ogg, .opus, .wav & .webm!
  • Rust 96.2%
  • HTML 3.8%
Find a file
2025-08-10 21:02:50 +02:00
public first commit 2025-07-16 17:46:40 +02:00
src text/html -> text/plain 2025-08-10 21:02:50 +02:00
.env.example first commit 2025-07-16 17:46:40 +02:00
.gitignore first commit 2025-07-16 17:46:40 +02:00
Cargo.toml Fix CORS headers not working for POST / 2025-07-16 20:22:18 +02:00
LICENSE Add a license and a read me file 2025-07-16 18:06:07 +02:00
README.md Fixes to read me 2025-07-16 18:09:23 +02:00

audio-converter

An audio conversion API written in Rust! Supports .mp3, .ogg, .opus, .wav & .webm!

Usage

  1. Download a binary from the releases tab or clone the repository (if you have Rust installed).
  2. Take a look at .env.example and create a .env file if you need to configure your server.
  3. Execute the binary you downloaded or use cargo run --release if 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.