Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T12:16:20.000Z (over 3 years ago)
- Last Synced: 2024-12-12T17:06:07.290Z (about 2 months 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 RustThis 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