229 Commits (41189b76e611c2f09789e3857c250296b30cbb5c)

Author SHA1 Message Date
karlstav 41189b76e6 removed unnecessary extra buffers (int arrays) between audio source and FFTW input 6 years ago
karlstav 47ab43b279 fix bug where left channel was replaced by right channel, this resolves #335 6 years ago
Karol Kosek df8ad39419
alsa: don't close directories when they don't exist 6 years ago
karlstav a5cab50a20 make integral coefficient denpendent on height 6 years ago
Tudor Brindus 151f6f9474 Use PATH_MAX instead of hardcoding 255 6 years ago
Tudor Brindus 21a374686b Add config entry for FIFO bitness 6 years ago
Tudor Brindus f6d29db711 Refactor input method magic numbers into enum 6 years ago
Tudor Brindus d8fbccb232 De-duplicate falloff memory assignment 6 years ago
Quantum 19fdf69664 Split config.c into a separate object file 6 years ago
Quantum 45b538ad10 Split output modules into separate object files 6 years ago
Quantum 2aa4a9308d Split input modules into separate object files 6 years ago
Quantum fa2f58822e Eliminate all ASan-detected leaks in default configuration 6 years ago
Quantum 7afcbada65 Switch to allocating arrays for fftw with fftw_alloc_* 6 years ago
Quantum 9d93debec4 Use clang-format to ensure a consistent style 6 years ago
Quantum a1be8c1eec Reduce ASan leak reports by moving buffers to global scope 6 years ago
Tudor Brindus 9fbf90f701 Use calloc rather than malloc + custom memset on init 6 years ago
Tudor Brindus 7b1f1c6e22 Missed two DEBUG to NDEBUG conversions 6 years ago
Tudor Brindus c31d324a11 Use NDEBUG for debugging; add debug print helper 6 years ago
Quantum c6533045aa Allow FIFO input sample rate to be configurable 6 years ago
Karl Stavestrand af08a8d3f9 fix macos vt detected as tty #157 6 years ago
karlstav 7a224dfa15 Devided bass, midtones and treble in to separate fftw operations 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 07e6a5815e cleaned some math in calcualtion of cuttoff freq 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 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
dnalor 6bc59c8b20 shmem input added 7 years ago
dnalor 5af0090d7b shmem input added 7 years ago
Sandy 0844e2e9fa Updated the code by deleting all whitespaces ended with newline. 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'. 8 years ago
Subhranil Mukherjee 6c4d11e440
Enabled multicolored gradient 8 years ago
ginkage 3f24914bb9 Fix fftw_complex usage 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
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
karlstav 48b9eecff1 cleanup function no longer cleans up when in raw output mode 8 years ago
karlstav 58cb1d3c7f implemented autosens for raw 8 years ago
karlstav 06469b3689 softer pthread exiting with pthread_exit 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