Alex Smith
85dcc942a0
Added console title
10 years ago
karlstav
888f37f544
updatet readme file
10 years ago
karlstav
aac23b6ae7
added date to 0.4 in changelog
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
cdff7c64fe
increased maxlength pulseaudio buffer attribute
...
apperrently having this as the same as buffer size caused latency
11 years ago
karlstav
6ed533751a
updatet readme
11 years ago
karlstav
fb66f9753d
added experimental pulseaudio support
11 years ago
karlstav
c674073d77
added optional alsa dependencies
11 years ago
karlstav
0891d5d79c
added optional ncurses dependencies
11 years ago
karlstav
237afe3967
updatet reamde toc and running via ssh instructions
11 years ago
karl
1d5bb03b77
Delete Makefile
...
no longer needed, will be generated by configure
11 years ago
karlstav
9b4fd9a92c
fixed virtualconsole detection for redirecting about to /dev/console
11 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