karlstav
cf3a92d1e4
removed command line options, now conf file only
...
added option for path to config file, defaults to home/.config/cava/config like before
also improved configscript, still not 100% sure what I'm doing
11 years ago
karlstav
2a2750ac25
fixed a buf where default lowest cutoff freq had slipped down to 20, should be 50
11 years ago
karlstav
d9de3fbefc
changed print to printf in commit 917d140
11 years ago
Ryan Zuklie
e1129179b7
Changed spaces to tabs
11 years ago
Ryan Zuklie
aa3c37e2f9
Added error handling for when config cant be accessed
11 years ago
karlstav
18b91a7cc5
removed old variable from debug mode to fix #76
11 years ago
An Ko
ce3de88fb0
Clearer name for "are we in a virtual console" var
...
Just "virt" was a bit unclear.
11 years ago
An Ko
185bfa0b57
More robust "are we running in a TTY" check
...
Previously the return value of the setfont program was used, which sets
the font used in a Linux console. In a PTY (e.g. terminal emulator), it
generally fails, but who knows, it might not.
This commit makes the check a little closer to the source of the
information, by checking what device stdin is connected to: is it one of
/dev/tty* or something else? If it's /dev/tty*, we're in a console and
deploy the font hack.
May help with karlstav/cava#68 .
11 years ago
karlstav
02a1fe0bb1
cleaned and reationalized some code
11 years ago
karlstav
1843fbaae6
fixed memory leak
11 years ago
karlstav
7812c0c8ed
fixed malloc bug, now is actually stereo
11 years ago
karlstav
1960705d3d
bugfix in monsterat stereo, forgot to half nr of bars
11 years ago
karlstav
6e1bd7abb0
initial work on stereo, untested
11 years ago
karlstav
1fb19a5a67
Added setting for bar width and bar spacing.
...
Number of bars is now automatic (fill up console), but can also be specified.
Bar width is always static, defaults to 3 charachters.
Cleared up usage of the words bands and bars in sourcecode.
Now mostly using bars.
if the config file already exists, the new settings must be added manually.
11 years ago
karlstav
bf14b7774e
added custom cutoff frequencies to config file
11 years ago
Sebastian Pipping
cb62a279ee
Limit check for snd_aloop module to devices known to be loops
11 years ago
Sebastian Pipping
daa1632b6d
Move default ALSA device from hw:1,1 to hw:Loopback,1
11 years ago
Sebastian Pipping
4ff54a3b26
With ALSA input, check if the snd_aloop module is loaded
11 years ago
Sebastian Pipping
90a1fb49c7
Allow use of system-wide iniparser using "make SYSTEM_INIPARSER=1"
11 years ago
Michael Vetter
abc8bdce60
Remove trailing whitespaces
11 years ago
karlstav
2f025f58f3
moved checking of 0 value outside of integral filter to fix #53
11 years ago
karlstav
8417ad622a
added resetting of current values after resizing to fix #54
11 years ago
karlstav
e6e3f57970
added missing validation for input method, this should fix #51
11 years ago
karlstav
2651195b64
added legacy ouput mode noncurses
11 years ago
karlstav
651f72eb15
improved cpu preformance in noncurses
11 years ago
CelestialWalrus
bd12b5aa68
You can now reload configuration while in cava!
11 years ago
CelestialWalrus
8234160b0d
Added ignore lower than x option
11 years ago
karlstav
12c11a1232
added noncurses output mode, (old printf version)
11 years ago
karlstav
478cf4995a
limit max integral multiplication factor to 0.99
11 years ago
karlstav
56773917e7
fixed some smothing parameters to work better with config
11 years ago
karlstav
6b7da17440
fixed bug where autobars would cause eq to go bananas
11 years ago
CelestialWalrus
9f77f2330c
EQ is now done before the main loop
11 years ago
CelestialWalrus
1a3887887f
Adjustable monstercat
11 years ago
CelestialWalrus
8da0da0994
Docs & fixes
11 years ago
CelestialWalrus
903dbc056c
Added basic eq
11 years ago
CelestialWalrus
eb3a57240c
Support for [smoothing] section
11 years ago
CelestialWalrus
424ecaa05b
cava is now aware of XDG_CONFIG_HOME
11 years ago
CelestialWalrus
3429610b0b
Added ini configuration. Working properties: input:*, output:*, general:*, color:*
11 years ago
karl
e2a1265107
minor tweaking + bugfix
...
tweaking:
-increased gravity slightly
-increased integral smoothing slightly
-increased treble sensitivity
bugfix:
-alsa default device was fifo path and vice versa
-no default alsa device was specified
11 years ago
CelestialWalrus
6d0e57c1c4
THE BASS CIRCLE
11 years ago
CelestialWalrus
a5a66deaca
Falloff switched places with Monstercat & the waves are 95% wavier now.
11 years ago
CelestialWalrus
1f9d63f83d
Fixed *the bass* again
11 years ago
CelestialWalrus
d32f0a593f
I think this one looks better.
11 years ago
CelestialWalrus
77d8133053
Fixed *the bass*
11 years ago
CelestialWalrus
32365670df
Added another smoothing mode
11 years ago
Alex Smith
0608bf92b9
Fix the output method console arg
11 years ago
karlstav
17bcb6d827
fix path optarg
11 years ago
karlstav
2430b95860
fixed frame limiter not resetting after sleep
11 years ago
karlstav
1ea97eda30
improved responsivness by increasing gravity
11 years ago
karlstav
4c3f9ae0ee
moved alsa and fifo part to separate files, it works!
11 years ago