Releases: karlstav/cava
Releases · karlstav/cava
CAVA-0.4.3:
new features:
- support for more colors in ncurses output.
bugfixes:
- fixed bug where sensing of low values was done even when no sound
- fixed bug in raw output bit format check
- adde a check for too many bars >200
CAVA-0.4.2:
new features:
- raw-output mode
- autosens for low values at start-up
- Reload config file on SIGUSR1
- config option for building with iniparser version 3.1
CAVA-0.4.1: auto pulseaudio source mode
new features:
- added auto pulseaudio source mode
- pulsaudio is now default
- pushing 'r' now reloads audio
- Added console title
bugfixes:
- Error on Raspbian at run-time when running from installed path
considering namechange: cavamp (console based audio visualizer for alsa, mpd and pulseaudio)
CAVA-0.4.0: pulseaudio and config-script
- added pulseadio support
- added confg script
- removed command-line argumets
- added optional config path
- added autosens feature
- bugfixes
CAVA-0.3.5: now in stereo!
new features:
- stereo
bugfixes:
- More robust "are we running in a TTY" check, fixed a problem where some terminal emulators where detected as TTYs.
CAVA-0.3.4: bar width, bar spacing and frequency banwdith
Added setting of bar width, bar spacing and frequency bandwidth to config file.
CAVA-0.3.3: bugfixes and improved alsa setup
- alsa mode:
- now uses
hw:Loopback,1
instead ofhw:1,1
as default. So if loopback is loaded it should be selected automatically - if no other device is selected and loopback is not loaded, cava will display an error message about how to load the loopback module
- now uses
- Allow use of system-wide iniparser using "make SYSTEM_INIPARSER=1", iniparser is only available system wide in gentoo and arch as I know of. The plan is to move cava to use liconfig
CAVA-0.3.2: added legacy ouput mode 'noncurses'
noncurses mode for people experiencing issues with ncurses
ini config file
0.3.1 Merge branch 'master' into modules
Module-based source code
Source code has been split in to modules. Also some bug fixing and new output modes.