karlstav
b680b6009b
changed some default values, no monstercat and more integral sommthing
6 years ago
karlstav
a4386b44e0
#265 added select channel mono parameter for alsa
6 years ago
Nikola Pavlica
24c872936f
portaudio support
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
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
dnalor
ba4196942a
added example in config
7 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
karlstav
07ed860610
updated changes in readme
9 years ago
karl
ae7bc1306a
first commit of 0.6.0
...
sorted config load and validate into its own file
changed style to cahnnels
removed smoothing 'modes'
9 years ago
karl
cf6041d660
rewritten smoothing porcess
...
falloff is now calculated after integral.
integral is now based on acumulation of dif between current and last value.
9 years ago
karlstav
b3406f274a
added more explanations for gradient in config
9 years ago
karlstav
86e7bb21ea
changed defualt colors
9 years ago
karlstav
59d2aaf3cd
changed from rainbow to gradient, works suprisingly well, but terminal
...
color definitaions are changed
9 years ago
karlstav
318d068d02
fixed background and added explanations to conig file
9 years ago
karlstav
6bb1a70261
added rainbow mode
9 years ago
chelovechishko
2df3141fe5
config: some textual changes to improve clarity
...
and readability (may not)
9 years ago
karlstav
94a8a0c0b3
better explain sens/autosens in config file to close #135
9 years ago
karlstav
c566a31928
added news to the readme
9 years ago
karlstav
0a671fcddd
commented out undefined function
9 years ago
karlstav
3487ca681e
added option to allow overshoot in the autosens function
...
added autosens for low values, will run once at start until peak is reached
will run again if config is reloaded
10 years ago
karlstav
66993317b1
typo fix
10 years ago
karlstav
b5e9c09453
added possibility to set ascii delimiter by using decimal value in ascii table
10 years ago
karlstav
a9b224192c
added alot to raw branch
...
seperate files in output dir
ascii and binary mode
8 and 16 bit binary
configurable ascii max limit
working with configurable ascii delimiters, not working yet
10 years ago
karlstav
0504dd7382
fixed write to fifo
...
fifo needs to be already open in order to write
create a dummy read only fp to open fifo
a fifo is now created if specified target does noe exist
10 years ago
karlstav
579e6ef93d
first commit
...
got something, fifo not working yet.
10 years ago
Cheuk Yin Ng
e24a877fd4
Fixed typos in config file
10 years ago
Andrew Titmuss
19b7bf3b02
fixed a few typos in config file
10 years ago
karlstav
a34573419c
ready for 0.4.1
10 years ago
karlstav
7b58f6e6fd
added auto pulseaudio source mode
...
setting source to 'auto' (also the default pulse source now)
automatically finds the monitor interface of the defualt sink
this will in most cases be most usefull
people who has manualy specified the old default value: 'defualt'
will now get an error message.
10 years ago
karlstav
20d8c816d4
changed pa default source to the defualt source
...
improved error message
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
10 years ago
karlstav
fb66f9753d
added experimental pulseaudio support
10 years ago
karlstav
0891d5d79c
added optional ncurses dependencies
10 years ago
karlstav
0f8c3b06ca
redesigned config file
11 years ago
karlstav
e587dd4fc1
removed the 0 from id in modprobe example file
11 years ago
karlstav
02a1fe0bb1
cleaned and reationalized some code
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
bf14b7774e
added custom cutoff frequencies to config file
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
CelestialWalrus
8234160b0d
Added ignore lower than x option
11 years ago
karlstav
12c11a1232
added noncurses output mode, (old printf version)
11 years ago
karlstav
478cf4995a
limit max integral multiplication factor to 0.99
11 years ago
karlstav
56773917e7
fixed some smothing parameters to work better with config
11 years ago
karlstav
d63406c5fc
added example config file, copied at make"
11 years ago
karlstav
9d9bb98495
first commit
12 years ago