246 Commits (master)

Author SHA1 Message Date
karlstav 1165d81998 #364 added key controls for noncurses mode 6 years ago
Karl Stavestrand c727de9bf6 define _XOPEN_SOURCE_EXTENDED in makefile so old curses.h on macOS includes wide functions 6 years ago
karlstav 5d262c0eeb properly handle alloc and free in noncurses 6 years ago
Jonathan Hacker a85dc45e5c fix typo 6 years ago
Karl Stavestrand 894134a2e9 #347 shem is always on now, forgot to remove some ifdefs after configure options wos changed to always enable 6 years ago
karlstav d4848c3ebd #109, #344 safer setting of locale settings 6 years ago
karlstav 3e7ac291ed force set locale LC_ALL to en_us.UTF-8 6 years ago
karlstav 0bd2f100cb #346 make sure bar value don't drop below zero when falling 6 years ago
karlstav df40491dde better debug info 6 years ago
karlstav 7d10ab5b75 better calculation of integral to height value 6 years ago
karlstav e5702f08ca rename more variables to human readable format 6 years ago
karlstav ee96026023 renaming variables to be more human readable 6 years ago
karlstav 0e196d23fc lint again, arg... 6 years ago
karlstav 42581bea4f #338 fix default eq 6 years ago
karlstav cb4ac7a1b8 decreased sleep time from 1 sec to 0.1 sec, improves wake up and cpu usage is unoticable 6 years ago
karlstav 251d096020 clean up, zero padding is only needed once 6 years ago
karlstav 5e0aaf8142 increased max number of bars from 200 to 256 6 years ago
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