https://github.com/f-bh/oxidized-soundboard
simple soundboard with GUI written in Rust
https://github.com/f-bh/oxidized-soundboard
audio iced rust soundboard
Last synced: about 2 months ago
JSON representation
simple soundboard with GUI written in Rust
- Host: GitHub
- URL: https://github.com/f-bh/oxidized-soundboard
- Owner: F-bh
- License: mit
- Created: 2021-05-30T13:36:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T12:16:20.000Z (over 4 years ago)
- Last Synced: 2025-03-31T00:17:41.224Z (about 1 year ago)
- Topics: audio, iced, rust, soundboard
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oxidized-Soundboard
simple soundboard written in Rust
This is my first projekt written in Rust, I most likely won't maintain it, unless I find an issue or bug that annoys me.
If you want to add to it you are free to fork it or use it as a starting off point.
It uses iced as its GUI library, rodio for sound decoding and output and serde_yaml + home for the config files.
How to:
- add files :
- either drag and drop them in and enter a name
- or press add and enter the path by hand
- play sounds as audio input:
- install VB-cables or any other equivalent software and use it's virtual input as output
- build :
- just the usual cargo build --release