Changeset 5156:9655b6a73884 in roaraudio for plugins/alsa/thread.c


Ignore:
Timestamp:
10/16/11 09:03:13 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

sync to maister's version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsa/thread.c

    r4708 r5156  
    3535 */ 
    3636 
     37//#define DEBUG 
    3738 
    3839#include "roar.h" 
    39 #define CHUNK_SIZE 256 
     40#define CHUNK_SIZE 2048 
     41//#define CHUNK_SIZE 256 
    4042 
    4143 
     
    133135   self->bufptr -= rc; 
    134136   pthread_mutex_unlock(&(self->lock)); 
     137   ROAR_DBG("roar_thread(*): Wrote data to vio. New bufptr: %i", (int)self->bufptr); 
    135138 
    136139   /* Buffer has decreased, signal fill_buffer() */ 
Note: See TracChangeset for help on using the changeset viewer.