Fixing incorrect information
This commit is contained in:
parent
a0276536c6
commit
c3c30c0f76
1 changed files with 7 additions and 8 deletions
|
@ -23,15 +23,14 @@ Airtime stores log files under the directory path */var/log/airtime/* which can
|
||||||
Test tones
|
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]
|
speaker-test [-D] [-f]
|
||||||
[-o alsa | ao | oss | portaudio | pulseaudio ]
|
|
||||||
[-h]
|
Where:
|
||||||
Where:
|
-D device name
|
||||||
-v verbose mode
|
-f frequency of test tone
|
||||||
-o Linux Sound API (default: alsa)
|
|
||||||
-h show help menu
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue