karlstav
e587dd4fc1
removed the 0 from id in modprobe example file
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
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
karl
fbd2af1ca9
Update todo
11 years ago
karl
6000bd76d8
changed loopback to hw:Loopback,1
11 years ago
karl
0e942e2580
cahnged default asla device to hw:Loopback,1
...
was previously hw:1,1 (assumed to be loopback)
11 years ago
karl
ab5e7e8c75
Merge pull request #63 from hartwork/alsa-check-snd_aloop-loaded
...
With ALSA input, check if the snd_aloop module is loaded
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
karl
2ed8a0e21d
Merge pull request #62 from hartwork/support-system-iniparser
...
Allow use of system-wide iniparser using "make SYSTEM_INIPARSER=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
karl
0326d65e33
Merge pull request #59 from jubalh/master
...
Honor system CFLAGS and CPPFLAGS
11 years ago
Michael Vetter
18e46b3702
Honor system CFLAGS and CPPFLAGS
...
I think if we do it like that, the system can have control over the rest
of the flags.
11 years ago
karl
809d22595e
Merge pull request #58 from jubalh/master
...
Add install instructions for openSUSE
11 years ago
Michael Vetter
1bd80fe1ab
Add install instructions for openSUSE
11 years ago
karl
5e7fdac29e
Merge pull request #56 from jubalh/master
...
Remove trailing whitespaces
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
karl
5064b8715a
Merge pull request #52 from anko/iniparser-dependency-fix
...
Properly add iniparser dependency
11 years ago
An Ko
e93c6bb3f5
Properly add iniparser dependency
...
Fixes #49 .
As described in #49 , compilation was failing when done in parallel.
This happened because the iniparser dependency wasn't expressed
explicitly as a make target dependency, but implicitly relied on timing.
11 years ago
karl
037cffe5a6
Update README.md
...
trying to make audio setup better explained
11 years ago