diff --git a/input/portaudio.c b/input/portaudio.c index 607208a..21ad188 100644 --- a/input/portaudio.c +++ b/input/portaudio.c @@ -4,7 +4,7 @@ #include #define PORTBUFSIZE 512 -#define SAMPLE_SILENCE 32768 +#define SAMPLE_SILENCE -32767 #define PA_SAMPLE_TYPE paInt16 typedef short SAMPLE;