61 Commits (b7aaa7cf940a3f7cb2d536061ca37f3182ac8f9c)

Author SHA1 Message Date
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 9 years ago
Tobias Kortkamp 21c6bf06dd
Add sndio backend 9 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
karlstav d8df114f78 added pa_context_disconnect() to fix #165 9 years ago
karl 25f2148796 fix memory alocation error on reload when pulse source is not auto 9 years ago
karlstav 210f7d721f fixed string of supported input methods beeing concatenated every config reload #165 9 years ago
karlstav 5a7fcce5c9 remove nested functions to fix #142 9 years ago
Chelovechishko 2d4ba0b8f7 alsa: fix mistakes 9 years ago
Chelovechishko f45f527e05 alsa: refactoring 9 years ago
karlstav 7b58f6e6fd added auto pulseaudio source mode 10 years ago
karlstav be2947b064 pushing r now reloads audio, as requested in issue #81 10 years ago
karlstav 20d8c816d4 changed pa default source to the defualt source 10 years ago
karlstav cdff7c64fe increased maxlength pulseaudio buffer attribute 10 years ago