A software soundboard written in Rust

Supported Platforms

| OS | Support| | ------------- |:------:| | Windows | ✅ | | Linux | 🆗 | | MacOS | 🆗 |

✅ = Tested and working 🆗 = Untested but should work with minimal changes

Supported Codecs

| Codec | Playback | Duration | | ------------- |:------:|:------:| | WAV | ✅ | ✅ | | MP3 | ✅ | ✅ | | FLAC | ✅ | ✅ | | Vorbis | ✅ | ❌ |

More codecs are going to be supported through ffmpeg conversion.

1.0 Roadmap

| Feature | Completed | | --------------- |:------:| | Play hotkey support | ❌ | | Pause hotkey support | ❌ | | Stop hotkey support | ❌ | | youtube-dl integration | ❌ | | ffmpeg auto conversion | ❌ | | Seeking in clip | ❌ |

Mic injection

To inject the audio into your mic to play it in any voice application you need to use something like:
https://vb-audio.com/Cable/
https://jackaudio.org/

Install instruction

comming soon...

Building

To build the application use cargo.
A c++ compiler is required as Harmony it depends on the cc crate.