72 Commits (e2aef35c87019d5911f3eb3f6d91421d6131f82e)

Author SHA1 Message Date
Karl Stavestrand e2aef35c87 change portaudio sample silence to -32767, because its a signed int, so this should be correct. 6 years ago
Tudor Brindus 6e95db09c1 Fix potential unaligned memory access in FIFO input 6 years ago
karlstav 251d096020 clean up, zero padding is only needed once 6 years ago
karlstav 41189b76e6 removed unnecessary extra buffers (int arrays) between audio source and FFTW input 6 years ago
karlstav f60c79cab1 fix lint 6 years ago
karlstav f8363515cd comment out debug info about get defualt puls sink, this resolves #337 6 years ago
karlstav ef292806f6 move common included headers for the input modules to common.h 6 years ago
karlstav ddfc3bcdea build fix #334 sndio was not done right after input restruct 6 years ago
karlstav 88de9b6027 header files should be included alphabetically 6 years ago
karlstav 0558e37708 include alloca.h for also to build on Buster this resolves #331 6 years ago
Tudor Brindus 151f6f9474 Use PATH_MAX instead of hardcoding 255 6 years ago
Tudor Brindus ab42693688 Add 24- and 32-bit audio support to FIFO 6 years ago
Tudor Brindus c2a0b192c1 Minor cleanups to input/fifo.c 6 years ago
Quantum f7064a9707 Use AM_CONDITIONAL to do conditional compilation 6 years ago
Quantum 2aa4a9308d Split input modules into separate object files 6 years ago
Tudor Brindus 42125c63f2 Run clang-format over all header files 6 years ago
Quantum 9d93debec4 Use clang-format to ensure a consistent style 6 years ago
Tudor Brindus 889860d48f Use loop exit condition in place of always true 6 years ago
Tudor Brindus c31d324a11 Use NDEBUG for debugging; add debug print helper 6 years ago
Quantum 99efe1c19c Reset correct arrays in input/fifo.c 6 years ago
karl 9610991b3a
remove accidentally added pipe sign 6 years ago
Karl Stavestrand 2dfe6e16d7 decreased portaudio buffer size to increase responsivity 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
Max Bittker 8848098a15
typo in error message: s/coennect/connect 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 027df9ea9c fixed use of wrong int type 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 9eab569567 added fft buffer size as configurable parameter 7 years ago
karlstav 4dc35dd9ce increased input array of FFT in pulseaudio from 2048 to 8192, ref #268 7 years ago
karlstav ce9910d1ac increased pulse read buffer in order to reduce cpu usage #247 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) 7 years ago
Sandy 0844e2e9fa Updated the code by deleting all whitespaces ended with newline. 8 years ago
Adrian Rossiter ad82c867b9 Reopen FIFO if closed or deleted 8 years ago
karlstav 3bcfc4df38 optimized alsa for 16 bit 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 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 e6e4a5f363 added a check to see if pulseaudio is running 8 years ago
Tobias Kortkamp 21c6bf06dd
Add sndio backend 8 years ago
karl ae7bc1306a first commit of 0.6.0 9 years ago
karl e746d52c33 Revert "all: remove include *.c from cava.c" 9 years ago
Chelovechishko 6e27b5a9c1 all: remove include *.c from cava.c 9 years ago