diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-05-30 00:39:11 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-05-30 00:39:11 +0000 |
commit | 0803b3611a1ff13a2dab916722403ef4d7523052 (patch) | |
tree | 00777558bc02fe30f96d5eca0b710ee1c8fe5cfd /audio/cava/files/patch-example__files_config | |
parent | graphics/sane-backends: Update to 1.0.30 (diff) |
audio/cava: Update to 0.7.0
Changes: https://github.com/karlstav/cava/releases/tag/0.7.0
Notes
Notes:
svn path=/head/; revision=537023
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. |