diff options
Diffstat (limited to 'audio/cava/files/patch-example__files_config')
-rw-r--r-- | audio/cava/files/patch-example__files_config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/cava/files/patch-example__files_config b/audio/cava/files/patch-example__files_config new file mode 100644 index 000000000000..a6ffb8d49fbd --- /dev/null +++ b/audio/cava/files/patch-example__files_config @@ -0,0 +1,14 @@ +--- example_files/config.orig 2020-05-29 23:30:26 UTC ++++ example_files/config +@@ -76,10 +76,7 @@ + + [output] + +-# Output method. Can be 'ncurses', 'noncurses' or 'raw'. +-# 'noncurses' uses a custom framebuffer technique and draws only changes +-# from frame to frame. As of version 0.7.0 'noncurses' is default. +-# ++# Output method. Can be 'ncurses', or 'raw'. + # 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data + # stream of the bar heights that can be used to send to other applications. + # 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above. |