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 15 hours ago
JSON representation

Lists

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
```