From b4f459a539a9d0beaf39642327ddee56e4b306b5 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 13 Nov 2023 07:50:10 +0000 Subject: [PATCH] Add basic info for pulseaudio backend into readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b571f36..97d0aec 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ Cross Platform device manager for driving and flight simulators, for use with co - Includes utility to configure revburner tachometer - Can send data to any serial device. So far only tested with arduino. Includes sample arduino sketch for sim lights. - The support for haptic bass shakers is limited and needs the most work. So far the engine rev is a simple sine wave, which I find convincing. The gear shift event works but not convincing enough for me. +- Choice of Portaudio or Pulseaudio backend. ## Dependencies - libserialport - arduino serial devices - hidapi - usb hid devices - libusb - used by hidapi - portaudio - sound devices (haptic bass shakers) +- pulseaudio - sound devices (haptic bass shakers) - libenet - UDP support (not yet implemented) - libxml2 - argtable2 @@ -44,6 +46,11 @@ cmake .. make ``` +to use the pulseaudio backend use this cmake command +``` +cmake -DUSE_PULSEAUDIO=YES .. +``` + ## Testing ### Setting up Your Arduino Device