karlstav
579e6ef93d
first commit
...
got something, fifo not working yet.
10 years ago
Emil Gedda
5532c5665c
Reload config file on SIGUSR1
10 years ago
karlstav
a34573419c
ready for 0.4.1
10 years ago
karlstav
7b58f6e6fd
added auto pulseaudio source mode
...
setting source to 'auto' (also the default pulse source now)
automatically finds the monitor interface of the defualt sink
this will in most cases be most usefull
people who has manualy specified the old default value: 'defualt'
will now get an error message.
10 years ago
karlstav
be2947b064
pushing r now reloads audio, as requested in issue #81
...
added terminate on or off to audio struct. r will terminate the audio thread and jump back to audio init.
10 years ago
Alex Smith
85dcc942a0
Added console title
10 years ago
karlstav
0243858316
cleaned up usage
10 years ago
karlstav
20d8c816d4
changed pa default source to the defualt source
...
improved error message
10 years ago
karlstav
6aff465f97
added key-controls for color
10 years ago
karlstav
6f5631d996
added autosens feature
10 years ago
karlstav
fb66f9753d
added experimental pulseaudio support
10 years ago
karlstav
c674073d77
added optional alsa dependencies
10 years ago
karlstav
0891d5d79c
added optional ncurses dependencies
10 years ago
karlstav
9b4fd9a92c
fixed virtualconsole detection for redirecting about to /dev/console
10 years ago
karlstav
abfcfc0a62
added copying of config file
...
fixed a bug where default config was not loaded
removed AC_CONFIG_MACRO_DIRS([m4]) from configure.ac
10 years ago
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