support configuration of audio backend and backend device

fixes #194
This commit is contained in:
Henrik Friedrichsen
2020-05-19 00:05:32 +02:00
parent d04766160d
commit 91ce808ef8
4 changed files with 12 additions and 2 deletions

View File

@@ -122,6 +122,8 @@ values are:
* `use_nerdfont`: Turn nerdfont glyphs on/off <true/false>
* `theme`: Set a custom color palette (see below)
* `backend`: Audio backend to use, run `ncspot -h` for a list of devices
* `backend_device`: Audio device string to configure the backend
* `audio_cache`: Enable or disable caching of audio files, on by default
<true/false>
* `volnorm`: Enable or disable volume normalization, off by default <true/false>