]> git.parisson.com Git - telecaster-cgi.git/commitdiff
increase edcast rb
authoryomguy <yomguy@parisson.com>
Sun, 19 Dec 2010 15:07:32 +0000 (15:07 +0000)
committeryomguy <yomguy@parisson.com>
Sun, 19 Dec 2010 15:07:32 +0000 (15:07 +0000)
tools/edcast-jack/edcast.cpp

index 3c730534a75b9f11f7bf53a9b4edd0cebe7202fb..7a9ad6cac07b208d734f2e45a5bad86ef5673164 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*16     /* ringbuffer size in frames */
+#define DEFAULT_RB_SIZE 16384*32     /* 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;