From 2a14e90ec548e6caf859ba1b6bfce7fbed9d4902 Mon Sep 17 00:00:00 2001 From: Gottfried Gaisbauer <gogo@servus.at> Date: Wed, 20 Dec 2017 18:13:44 +0100 Subject: [PATCH] code quality enhanced, timer management improved, started to implement methods for manual playlist editing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 347cfd4..79cc205 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,8 @@ The heart of AURA Engine. It uses the built in mixer, to switch between differen ### Hardware +#### Soundcard AURA Engine ist tested with an ASUS Xonar DGX. It should work with every by ALSA supported soundcard. PulseAudio support is planned. +#### Hard/Soft +When you use ALSA, you will have to play around with ALSA settings. In the folder ./modules/liquidsoap is a scipt called alsa_settings_tester.liq. You can start it with 'liquidsoap -v --debug alsa_settings_tester.liq'. Changing and playing with settings can help you to find correct ALSA settings. \ No newline at end of file -- GitLab