cli-visualizer icon indicating copy to clipboard operation
cli-visualizer copied to clipboard

CLI based audio visualizer

Results 65 cli-visualizer issues
Sort by recently updated
recently updated
newest added

When i try to install vis, it returns this ```❯ ./install.sh -- The C compiler identification is AppleClang 13.1.6.13160021 -- The CXX compiler identification is AppleClang 13.1.6.13160021 -- Detecting C...

when running `vis` under tmux with the `-2` argument passed (which forces 256 color) the visualiaser only shows normal 16 colors when checking $TERM it is set to `screen` if...

The following output is yielded: ```c++ /usr/include/c++/11.1.0/bits/stl_vector.h:1045: std::vector::reference std::vector::operator[](std::vector::size_type) [with _Tp = vis::ColorDefinition; _Alloc = std::allocator; std::vector::reference = vis::ColorDefinition&; std::vector::size_type = long unsigned int]: Assertion '__n < this->size()' failed. [1]...

Hi! I'm using this on some raspberry pis with snapcast, working like a charm. However, on my OLED, I'm worried about the red bar burning in, whenever audio stops playing...

I have been maintaining a debian package of your most recent build for my own personal use, but seeing as how I'm maintaining it anyways, would you like to add...

I tried changing things in my config but it doesn't read it. Also checked the rights and they were all correct. Even completely restarting my PC doesnt work. Using Manjaro...

before ![image](https://user-images.githubusercontent.com/16366107/98608557-74467200-22b9-11eb-817a-01a82f086d06.png) during ![image](https://user-images.githubusercontent.com/16366107/98608580-832d2480-22b9-11eb-9d03-5090a4c05a50.png) i tried this ##Turns off overriding the user's terminal colors. This is true by default. colors.override.terminal=false

vis aborts on macOS apple silicon. Here's my edited install.sh: ```bash #!/bin/bash ARCH=`uname -m` if [[ $ARCH == "arm6"* ]]; then export "VIS_COMPILER_ARCH"="armv6"; fi if [[ $ARCH == "armv6"* ]];...

I've been using cli-visualizer for quite a while and I quite enjoy it and it's customization. And a nice inprovement would be a alternative look for the spectrum visualizer that...

I want to use `vis` more like a VU meter to track my input levels, which doesn't work if the gain is always adjusting. As a quick hack I just...