Nate Eagle
3bbfecd0d4
Very minor language tweak
7 years ago
Nate Eagle
e69bcc121b
Update documentation to highlight raw output, link to config file
...
Also makes minor correction to the comment about 8 bit data in raw
output mode in the config file.
7 years ago
karlstav
9df6cba3a0
added correct cast on error struct, this resolves #253
7 years ago
karl
e163ba5440
Update README.md
7 years ago
karlstav
c71dba645e
Merge branch 'iss240' of https://github.com/karlstav/cava into iss240
7 years ago
karlstav
ce9910d1ac
increased pulse read buffer in order to reduce cpu usage #247
7 years ago
karlstav
29fb506f48
fixed #242 issue where raw outut was limited to 67 samples ouput
...
the issue was caused by check for user setting to many bars where run
with bar width and spacing stil set, these are now hardcoded to 1 and 0
width is still harcoded to 200 thus preventing user seting > 200 bars
7 years ago
karl
45478b2f27
Merge pull request #244 from dnalor/input-shmem
...
Input shmem
7 years ago
dnalor
ba4196942a
added example in config
7 years ago
dnalor
6bc59c8b20
shmem input added
7 years ago
dnalor
b5b0c26c62
shmem input added
7 years ago
dnalor
792fbe8286
shmem input added
7 years ago
dnalor
5af0090d7b
shmem input added
7 years ago
karlstav
ee035599c3
getting hw params in alsa init (ref #240 )
...
used snd_pcm_get_params to get the period size from alsa
in case this has been set by asoundrc
the period size is then used to create the audio buffer and
with the sound format calcualte the number of frames
7 years ago
karl
c3d75c1d92
Merge pull request #239 from thecsw/delete_whitespaces_with_endline
...
Updated the code by deleting all whitespaces ended with newline.
8 years ago
Sandy
0844e2e9fa
Updated the code by deleting all whitespaces ended with newline.
...
This is just nitpicknig and small update but it will save several bytes in each file
8 years ago
karl
ad7394b6b0
Update README.md
8 years ago
karl
f1e1fe9753
Merge pull request #234 from dgrisham/feat/reload-colors
...
Feature: reload colors only
8 years ago
dgrisham
7571ea3eb4
Update README to reflect color config reload feature.
8 years ago
dgrisham
f6651ed81c
Refactor error-handling for more flexibility.
8 years ago
dgrisham
642e5e0eea
Feature: Reload colors only on signal `SIGUSR2` or key 'c'.
...
Backwards incompatible change: cycle foreground color changed from 'c' to 'f'
so that color reload can be 'c'.
License: MIT
Signed-off-by: David Grisham <dgrisham@mines.edu>
8 years ago
karl
cd13d92bf6
Merge pull request #230 from iamsubhranil/gradient
...
Enabled multicolored gradient
8 years ago
Subhranil Mukherjee
6c4d11e440
Enabled multicolored gradient
...
Now, the option to configure gradient with more than 2 colors is
supported. To use this, write the following in your config :
gradient = 1
gradient_count = <num>
gradient_color_1 = <col>
gradient_color_2 = <col>
gradient_color_3 = <col>
.
.
.
gradient_color_<num> = <col>
Replace <num> with the number of colors (2 <= colors <= 8), and replace
<col>s with your colors of choice. You must explicitly provide all
colors for the gradient to work, otherwise appropiate errors will be
shown.
8 years ago
karlstav
8e236dca26
added sndio documentation and made pulseaudio defualt, this resolves #221
8 years ago
karl
135d555baf
added sndio doc to todo #221
8 years ago
karl
90593805b6
added jack support to todo list #217
8 years ago
karl
23db477763
bumped hard coded version number to 0.6.1
8 years ago
karl
f1ae4a51d6
Merge pull request #213 from ginkage/master
...
Fix fftw_complex usage
8 years ago
ginkage
3f24914bb9
Fix fftw_complex usage
8 years ago
karl
3462c26227
Merge pull request #208 from winny-/helpTextShowsKeys
...
Document keys in help text
8 years ago
karl
77656fe8b7
Merge pull request #209 from antiprism/issue207
...
Fix build errors and warnings if not using ncurses
8 years ago
Winston Weinert
d28953cfd1
Document keys in help text
8 years ago
Adrian Rossiter
45627faa42
Fix build errors and warnings if not using ncurses
8 years ago
karl
cbe6d5672e
Merge pull request #206 from antiprism/fifo_reopen
...
Reopen FIFO if closed or deleted
8 years ago
Adrian Rossiter
ad82c867b9
Reopen FIFO if closed or deleted
8 years ago
karl
a332c6a781
Merge pull request #204 from larsks/feature/fedora
...
Cava is now available as an official Fedora package
8 years ago
Lars Kellogg-Stedman
acf9305916
Cava is now available as an official Fedora package
...
I have submitted Cava as an official Fedora package. It is now
available for installation in Fedora 26 and later. See
https://bugzilla.redhat.com/show_bug.cgi?id=1553999 for the package
review request.
8 years ago
karlstav
d7fcd0d6a0
removed unnecessary divede by zero check in monstercat filter
8 years ago
karlstav
301bed4ffb
fixed monstercat filter using old float values #201
8 years ago
karl
554cbfded7
Updated Fedora install instructions, this closes #199
8 years ago
karlstav
e7b6e0e72b
fixed bug preventing color in noncurses mode from working
8 years ago
karlstav
48b9eecff1
cleanup function no longer cleans up when in raw output mode
8 years ago
karlstav
3bcfc4df38
optimized alsa for 16 bit
8 years ago
karlstav
b27da7e468
replaced code for binary output #197
8 years ago
karlstav
58cb1d3c7f
implemented autosens for raw
8 years ago
karlstav
2de93cc243
simplyfied bit reading from fifo by using int16_t
8 years ago
karlstav
06469b3689
softer pthread exiting with pthread_exit
...
pulseauio thread now uses pthread_exit to exit if something unexpected happens
it also sets audio.terminate to 1 and writes the error message to a audio.error_message
so it can be printed by main thread after cleanup. this also enables main thread to
cleanup terminal upon unexpected error on audio thread
8 years ago
karlstav
9e18a91e66
remove error in last commit
8 years ago
karlstav
80b4381e80
added cleanup to config reload #195
8 years ago
karlstav
0f66468e89
fixed issue with check for loopback module not loaded
8 years ago