Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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