]> git.parisson.com Git - telecaster-cgi.git/commitdiff
reduce edcast ringbuffer size
authoryomguy <yomguy@parisson.com>
Tue, 26 Oct 2010 21:00:28 +0000 (21:00 +0000)
committeryomguy <yomguy@parisson.com>
Tue, 26 Oct 2010 21:00:28 +0000 (21:00 +0000)
tools/edcast-jack/edcast.cpp

index 13e1c51a98ff2202ba0636ebdcd81b956b5b34c8..03f84b8ca6b103c5134c819df63247eb59fe8532 100644 (file)
@@ -67,7 +67,7 @@ jack_nframes_t nframes;
 const size_t sample_size = sizeof(jack_default_audio_sample_t);
 
 /* Synchronization between process thread and edcast thread. */
-#define DEFAULT_RB_SIZE 16384*30               /* ringbuffer size in frames */
+#define DEFAULT_RB_SIZE 16384*               /* ringbuffer size in frames */
 jack_ringbuffer_t **rb;
 pthread_mutex_t edcast_thread_lock = PTHREAD_MUTEX_INITIALIZER;
 pthread_cond_t  data_ready = PTHREAD_COND_INITIALIZER;