From 9b8287858a33d9d6528398ff1b9183329c0f1c26 Mon Sep 17 00:00:00 2001 From: RamiroRocha Date: Sat, 9 Feb 2019 17:46:58 -0800 Subject: [PATCH] fix a couple of typos in the readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ade2e9..6c9984e 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,11 @@ To create a loopback interface simply run: Hopefully your `aplay -l` should now contain a loopback interface. -To make it presistent across boot add the line `snd-aloop` to "/etc/modules". To keep it form beeing loaded as the first soundcard add the line `options snd-aloop index=1` to "/etc/modprobe.d/alsa-base.conf", this will load it at '1'. You can replace '1' with whatever makes most sense in your audio setup. +To make it persistent across boot add the line `snd-aloop` to "/etc/modules". To keep it from being loaded as the first soundcard add the line `options snd-aloop index=1` to "/etc/modprobe.d/alsa-base.conf", this will load it at '1'. You can replace '1' with whatever makes most sense in your audio setup. -Playing the audio through your Loopback interface makes it possible for cava to to capture it, but there will be no sound in your speakers. In order to play audio on the loopback interface and your actual interface you must make use of the ALSA multi channel. +Playing the audio through your Loopback interface makes it possible for cava to capture it, but there will be no sound in your speakers. In order to play audio on the loopback interface and your actual interface you must make use of the ALSA multi channel. -Look at the included example file `example_files/etc/asound.conf` on how to use the multi channel. I was able to make this work on my laptop (an Asus UX31 running Ubuntu), but I had no luck with the ALSA method on my Rasberry PI (Rasbian) with an USB DAC. The PulseAudio method however works perfectly on my PI. +Look at the included example file `example_files/etc/asound.conf` on how to use the multi channel. I was able to make this work on my laptop (an Asus UX31 running Ubuntu), but I had no luck with the ALSA method on my Raspberry Pi (Rasbian) with an USB DAC. The PulseAudio method however works perfectly on my Pi. Read more about the ALSA method [here](http://stackoverflow.com/questions/12984089/capture-playback-on-play-only-sound-card-with-alsa). @@ -238,7 +238,7 @@ $ AUDIODEVICE=snd/0.monitor cava ``` ### squeezelite -[squeezelite](https://en.wikipedia.org/wiki/Squeezelite) is one of several software clients available for the Logitech Media Server. Squeezelite can export it's audio data as shared memory, which is what this input module uses. +[squeezelite](https://en.wikipedia.org/wiki/Squeezelite) is one of several software clients available for the Logitech Media Server. Squeezelite can export its audio data as shared memory, which is what this input module uses. Configure C.A.V.A. with the `--enable-shmem` option, then adapt your config: ``` method = shmem @@ -317,7 +317,7 @@ If cava quits unexpectedly or is force killed, echo must be turned on manually w | --- | ----------- | | up / down| increase/decrease sensitivity | | left / right| increase/decrease bar width | -| f / b| change forground/background color | +| f / b| change foreground/background color | | r | Reload configuration | | c | Reload colors only | | q or CTRL-C| Quit C.A.V.A. |