summaryrefslogtreecommitdiff
path: root/audio/cava/files/patch-example__files_config
blob: 5a810485fe9f5c5a4a4d296d05864368795c7762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- example_files/config.orig	2020-10-29 12:41:35 UTC
+++ example_files/config
@@ -73,10 +73,7 @@
 
 [output]
 
-# Output method. Can be 'ncurses', 'noncurses' or 'raw'.
-# 'noncurses' uses a custom framebuffer technique and draws only changes
-# from frame to frame. 'ncurses' is default if supported
-#
+# 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.