karl
0806d20429
new gif! + small edit
11 years ago
karl
31269fad13
new gif!
11 years ago
karl
46169ca14c
Merge pull request #12 from livibetter/readable-usage
...
make usage more coder-friendly
11 years ago
Yu-Jie Lin
bbaaf28961
make usage more coder-friendly
11 years ago
karlstav
f0b9d40fd8
non-blocking fifo read [issue 7]
11 years ago
karlstav
99cb8f4ec8
non-blocking fifo read [issue 7]
11 years ago
karl
4f08afd974
Merge pull request #11 from livibetter/c99
...
set -std=c99 -D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L, fix warnings and errors
11 years ago
Yu-Jie Lin
41825f3462
set -std=c99 -D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L, fix warnings and errors
...
* Change type of `rate` to `unsigned` to match, now use 0 for the waiting.
* `sig_no` and `thr_id` are tagged with GCC unused attribute to suppress the warnings.
* Switch to `nanosleep`.
11 years ago
karlstav
2921e98659
styled again with astyle
11 years ago
karlstav
d04c6ef2fb
styled with astyle
11 years ago
karl
11ec7f08e4
changed LDFLAGS to LDLIBS
...
would not use the libraries otherwise
11 years ago
karl
5d9414ffb5
Merge pull request #10 from livibetter/improve-makefile
...
use canned recipe for compilation, add install/uninstall targets, turn on -Wall -Wextra
11 years ago
Yu-Jie Lin
f7c00238c5
use canned recipe for compilation, add install/uninstall targets, turn on -Wall -Wextra
11 years ago
karl
6b99b08c89
Merge pull request #8 from CelestialWalrus/patch-1
...
More smoothing, looks better IMO.
11 years ago
karl
75bf8bf4f1
The MIT License
...
licensed cava under the MIT License
11 years ago
Alex Smith
f67bb792b1
More smoothing, looks better IMO.
11 years ago
karl
7ccc152552
use ncurses instead of printf?
11 years ago
karl
1ae99f334c
Merge pull request #3 from anko/master
...
Fix initialisation segfault bug
11 years ago
An Ko
dcf64385f7
Fix initialisation segfault bug
...
Was dying with segfault on my machine since commit. Effectively fixing
up commit f0c1023 .
11 years ago
karl
c422d632ac
Update README.md
11 years ago
karl
daa437d24a
Update README.md
...
added tip about small fonts
11 years ago
karl
45d0effdda
bugfix
...
fixed nubmer of bands caused segfault after last update
11 years ago
karl
c744591eff
Update README.md
11 years ago
karl
832c38550a
Update todo
11 years ago
karl
f0c1023185
resize terminal windows fix + smoothening
...
cava now reinits on terminal window resizing, fixing previous glitchy behaviour
added an "integral filter" (not sure what to call it look at linke 521-523), uses parts of past signals to get a smoothening effect
11 years ago
karl
afd897a6f5
Update todo
11 years ago
karl
ce279d3a20
Create todo
11 years ago
karl
ddf8467494
added fft easing by CelestialWalrus to changelog
...
todo in separate file
11 years ago
karl
7ee0861e3f
Merge pull request #2 from CelestialWalrus/master
...
Monstercat style FFT easing
11 years ago
CelestialWalrus
904f2e87fc
Added FFT easing (Monstercat style)
11 years ago
karl
c7a7c95337
Improved spectrum calculations
...
Changed peak calculation within bands from finding top peak to averaging.
More correct response and less "nervous".
11 years ago
karl
7669c6c4f1
Merge pull request #1 from anko/master
...
Readme and source clarifications
11 years ago
An Ko
3094e2f8ac
Auto-format with astyle
...
astyle --style=linux --pad-oper --max-code-length=80 --keep-one-line-blocks --keep-one-line-statements --convert-tabs --remove-comment-prefix cava.c
11 years ago
An Ko
097e9a3cdc
Remove unnecessary spacing
11 years ago
An Ko
c93ba7d496
Initial pass on clarifying source
...
Some automatic indentation.
11 years ago
An Ko
abdeea9115
README clarifications / corrections
...
This is just a proofreading pass; I tried to change none of the meaning.
11 years ago
An Ko
a09ae743bd
Add clean target to makefile
...
People frequently expect this to exist, so they can remove compiled
files for packaging, etc.
11 years ago
An Ko
9168ed8d14
Make git ignore the compiled file
11 years ago
karl
ff6ffe8704
changed to fall off when pause, instead of freeze
11 years ago
karl
27dbdf47da
Update README.md
12 years ago
karl
e8b8fb75c5
turned off echo
...
if cava is force killed echo must be turned on manualy with "stty -echo"
12 years ago
karl
7017b2792f
Update cava.c
...
fixed a bug where default input method was undifened.
12 years ago
karl
4647ca7e2a
Update README.md
12 years ago
karl
70aa790da6
Update README.md
12 years ago
karl
eeb0a4a3a9
Update README.md
12 years ago
karl
a386541a34
Update README.md
12 years ago
karl
3a8486ca3f
added support for fifo (mpd)
...
still not sure if it is 100%, might be a problem with latency/sync
12 years ago
karl
860ac15fec
adjusted some constants
12 years ago
karl
cd4e48f014
Update README.md
12 years ago
karl
7c4aeb931e
bug fixes
...
chagnged some frequency settings
12 years ago