karlstav
6ed533751a
updatet readme
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
237afe3967
updatet reamde toc and running via ssh instructions
10 years ago
karl
1d5bb03b77
Delete Makefile
...
no longer needed, will be generated by configure
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
11 years ago
karlstav
0f8c3b06ca
redesigned config file
11 years ago
karlstav
1cba4af997
added automatic versioning from git to autoconf
11 years ago
karlstav
d6b4231ae0
updated readme, added separate changelog
11 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
43b9523273
Merge branch 'master' into config-script
...
merging in changes from master branch in to config-script branch
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
e587dd4fc1
removed the 0 from id in modprobe example file
11 years ago
karlstav
27d826999c
fixed check for fftw
11 years ago
karlstav
120b5a3a04
added libtoolize and Wall, Wextra, std=c99
11 years ago
karlstav
f55f0b582d
removed configure script added autogen.sh instead
11 years ago
karlstav
c53d592438
first working edition, verry untested
11 years ago
karl
e144482967
added build requirements for Fedoare to resolve #77
...
also added link to sedrubal's RPM spec file and install instructions for arch (AUR)
11 years ago
karlstav
d9de3fbefc
changed print to printf in commit 917d140
11 years ago
karl
917d140bc2
Merge pull request #80 from binarii/seg_fault
...
Added error handling for when config cant be accessed
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
97639fa64c
removed autogenerated files
11 years ago
karlstav
99fe6342f6
initial commit, not working yet, need help
11 years ago
karlstav
18b91a7cc5
removed old variable from debug mode to fix #76
11 years ago
karl
74e74e4914
Merge pull request #74 from orthographic-pedant/spell_check/character
...
Fix typographical error(s)
11 years ago
karl
9b6ebc3210
Merge pull request #75 from orthographic-pedant/spell_check/characters
...
Fix typographical error(s)
11 years ago
orthographic-pedant
d0b23beee9
Fix typographical error(s)
...
Changed charachters to characters in README.
11 years ago
orthographic-pedant
fd0574649d
Fix typographical error(s)
...
Changed charachter to character in README.
11 years ago
karlstav
907e8c3c17
fix bug where font was not reset in tty on arch
11 years ago
karl
d80d561fae
Merge pull request #72 from hesiod/patch-1
...
Fix M_PI redefinition warning
11 years ago
hesiod
779f2a57ac
Fix M_PI redefinition warning
11 years ago
karl
9a819cf0cb
new video
...
new video
11 years ago
karlstav
0dafd39354
updatet readme file prepare stereo release
11 years ago
karl
e02e383d4d
Merge pull request #69 from anko/master
...
Use ttyname to check whether in a TTY
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
9712160d1d
fixed fifo audio grabber bug
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
dd3d197d42
updated readme
11 years ago
karlstav
d46babf3e7
update todo
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
88d1b2cabe
fixed bad markdown
11 years ago
karlstav
bf14b7774e
added custom cutoff frequencies to config file
11 years ago