Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NovaGlider/musicboom
https://github.com/NovaGlider/musicboom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/NovaGlider/musicboom
- Owner: NovaGlider
- Created: 2023-12-28T18:25:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T18:37:53.000Z (about 1 year ago)
- Last Synced: 2024-05-18T21:45:35.083Z (8 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-buttplug - https://github.com/NovaGlider/musicboom/
README
# Toy Vibration to Music
This is a tool that sets the vibration via Intiface from audio input. Currently
the device has to have two motors and the host has to provide a Jack interface
(e.g. via Jack directly or the interface of Pipewire).The first motor is following the output of a low pass filter, the second on a
high pass one.## Usage
```
Usage: musicboom [OPTIONS] [FILTER]Arguments:
[FILTER] connect to all Jack ports with this in their name [default: output]Options:
-d, --debug show debug output
-l, --low frequency in Hz for low pass [default: 200.0]
-f, --high frequency in Hz for high pass [default: 1000.0]
-a, --amp linear amplification for vibration [default: 1.1]
-u, --uri URI to Intiface [default: ws://localhost:12345/ws]
-h, --help Print help
```