Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shadlock0133/music-vibes
Desktop app for translating audio output into vibrations
https://github.com/Shadlock0133/music-vibes
audio buttplug rust
Last synced: about 2 months ago
JSON representation
Desktop app for translating audio output into vibrations
- Host: GitHub
- URL: https://github.com/Shadlock0133/music-vibes
- Owner: Shadlock0133
- License: mit
- Created: 2022-01-01T22:06:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T22:28:32.000Z (9 months ago)
- Last Synced: 2024-08-03T18:13:30.302Z (5 months ago)
- Topics: audio, buttplug, rust
- Language: Rust
- Homepage:
- Size: 1.27 MB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-buttplug - Music Vibes
README
# Music Vibes - vibe with your music
\[WIP] (Windows-only for now) Translates currently playing audio into
vibrations, using connected [`buttplug`](https://buttplug.io/)-compatible
hardware![gif](./mv.gif)
## Download
Go to https://github.com/Shadlock0133/music-vibes/releases/latest, and download
"music-vibes.exe" from Assets## Install from source
If you want to compile program manually from source, here are the steps:
0. You will require working Rust toolchain. You can install it by using [rustup](https://rustup.rs/).
1. Clone the repo with `git clone https://github.com/Shadlock0133/music-vibes.git`
or download it clicking in top-right corner `Code` > `Download ZIP`
2. Install with `cargo install --path .`3. (optional) You can also build without installing using `cargo build --release`,
which creates executable at `target/release/music-vibes{.exe}`## Caveats
Created mostly to play around with qdot's excellent `buttplug` and my own
`audio-capture` crate.Current implementation of cutoff filter is "sharp", that is, it will jump from
zero to above set `min` value, with no smoothing, so be careful with that.## Start Up Behavior
When the application starts music-vibes will try to connect to buttplug server such as intiface on localhost. If the connection has a timeout it falls back to creating its own server.
You can also specify a different address using the command flag `--server-addr` or `-s`