From c3c30c0f76f9aebd9433d813ee225913498e000a Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Wed, 13 May 2020 16:50:57 -0400 Subject: [PATCH] Fixing incorrect information --- docs/troubleshooting.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 3459236d3..35a866708 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -23,15 +23,14 @@ Airtime stores log files under the directory path */var/log/airtime/* which can Test tones ---------- -Liquidsoap output can be tested using two commands provided by Airtime. The **airtime-test-soundcard** command enables you to send a test tone to the default sound card on the system, so you can check that your audio equipment is working. Press **Ctrl+C** on your keyboard to stop the tone. +If you need to test your computer's soundcard, you can use `speaker-test`, a tone generator for ALSA. +This does not come installed with LibreTime but can be installed with `sudo apt install speaker-test`. - airtime-test-soundcard [-v] - [-o alsa | ao | oss | portaudio | pulseaudio ] - [-h] - Where: -      -v verbose mode -      -o Linux Sound API (default: alsa) -      -h show help menu + speaker-test [-D] [-f] + + Where: + -D device name + -f frequency of test tone The **airtime-test-stream** command enables you to send a test tone to a local or remote streaming media server. Press **Ctrl+C** on your keyboard to stop the tone being streamed.