From 40189f3226cb5479725bc30d71bab91f9872ed73 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 20 Jul 2024 16:39:53 -0400 Subject: [PATCH] Updated readme with some instructions on bass shakers --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb493ed..2c9bc0a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,15 @@ to use the pulseaudio backend use this cmake command ``` cmake -DUSE_PULSEAUDIO=YES .. ``` +## Bass Shaker Sound Devices + +When using pulseaudio it is necesarry to provide a devid in the configuration. You can find this with: + +``` +pacmd list-sinks +pacmd list-sinks | grep name: +``` +analyze the output to determine the appropriate hardware to which you would like to output the effects. ## Using Arduino Devices @@ -89,7 +98,7 @@ make # Make sure serial connection is the same as on the host pc and it have th ### SimHaptic Ardunio Motor Connection - Acc Pedal Motor to be connected to M1 - Brake Pedal Motor to be connected to M3 - +- you can actually connect the motors how you wish, but you'd have to make the appropriate changes to the config and to the arduino sketch. ## Testing ```