Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernard-borg/sonicity
A soundboard app similar to Voicemod, but free [WIP]!
https://github.com/bernard-borg/sonicity
soundboard tailwindcss tauri typescript
Last synced: 6 days ago
JSON representation
A soundboard app similar to Voicemod, but free [WIP]!
- Host: GitHub
- URL: https://github.com/bernard-borg/sonicity
- Owner: Bernard-Borg
- License: gpl-3.0
- Created: 2022-08-06T13:13:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T18:32:32.000Z (2 months ago)
- Last Synced: 2024-10-24T22:05:44.898Z (15 days ago)
- Topics: soundboard, tailwindcss, tauri, typescript
- Language: Svelte
- Homepage:
- Size: 1.87 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonicity
A soundboard app similar to Voicemod, but free - previously created as a project to learn ElectronJS and NodeJS with. It has now been rebuilt with [Tauri](https://tauri.app/), Svelte and TailwindCSS as a way to reduce the app's size, and learn those technologies.## Features
The interface is quite simple;
- You can add new sounds by clicking the + button.
- You can delete sounds by clicking on the trash can.
- You can set keybinds by clicking on "Add keybind" under the sound.
- You can change the playback mode (chaos mode - play multiple sounds at the same time or sequential - when playing a sound, stop all previous ones).
- You can change the app theme (light mode or dark mode).## App screenshot
![app screenshot](https://github.com/Bernard-Borg/SoundboardApp/assets/35971384/02f34d1e-5588-45bc-aef1-5a4f68e99ac0)
## Further improvements
Currently thinking about;
- Renaming clips
- Playing sound through rust rather than JavaScript (which would allow you to switch device to play sound in, possibly supporting existing virtual microphones)## Other notes
I have no idea how to create drivers to be able to stream the audio through a microphone, but I will try my best.