karl
d5f8160afa
Merge pull request #286 from nikp123/mainline
...
portaudio support (related to #157 )
6 years ago
karlstav
a4386b44e0
#265 added select channel mono parameter for alsa
6 years ago
Nikola Pavlica
24c872936f
portaudio support
7 years ago
karl
80c4064fb1
Merge pull request #276 from MaxBittker/patch-1
...
typo in error message: s/coennect/connect
7 years ago
Max Bittker
8848098a15
typo in error message: s/coennect/connect
7 years ago
karlstav
07e6a5815e
cleaned some math in calcualtion of cuttoff freq
7 years ago
karlstav
54a7d0d1a7
added support for variable FFTbuffer in all audio inputs
7 years ago
karlstav
7fa985fdc6
made shared audio buffer static size
7 years ago
karlstav
db060da3b0
improved autosens, cleaned upp code
7 years ago
karlstav
027df9ea9c
fixed use of wrong int type
7 years ago
karlstav
94e3be6054
tuned autosens
7 years ago
karlstav
fccc5093bf
zeroing all malloced buffers
7 years ago
karlstav
0c36e680b6
cleaned up code, made k value more rational
7 years ago
karlstav
b19af728f3
fixed some minor warnings
7 years ago
karlstav
b0892c7aab
changed default FFT buffer value
7 years ago
karlstav
9eab569567
added fft buffer size as configurable parameter
7 years ago
karlstav
d408e9e74e
fixed frequency distribution in fftw out buffer
7 years ago
karlstav
0272458754
changed calculation of k-value
7 years ago
karlstav
4dc35dd9ce
increased input array of FFT in pulseaudio from 2048 to 8192, ref #268
7 years ago
karl
611a2daddf
Update README.md
7 years ago
karl
6f46ca1d03
Merge pull request #263 from RamiroRocha/fix-readme-typos
...
fix a couple of typos in the readme
7 years ago
RamiroRocha
9b8287858a
fix a couple of typos in the readme
7 years ago
karl
27e5374ffb
Merge pull request #256 from Yash-Garg/patch-1
...
Fix typo
7 years ago
Yash Garg
80444c0f75
Fix typo
7 years ago
karl
249ac3a222
Merge pull request #255 from neagle/document-raw-output-mode
...
Update documentation to highlight raw output, link to config file, closes #254
7 years ago
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