/[svn]/linuxsampler/trunk/src/diskthread.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/diskthread.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 40 by schoenebeck, Fri Mar 5 13:46:15 2004 UTC revision 41 by schoenebeck, Wed Mar 31 10:28:42 2004 UTC
# Line 29  Line 29 
29  #define STREAM_BUFFER_SIZE              131072  ///< the diskstream ringbuffer size (256kB as sample_t is 16bit)  #define STREAM_BUFFER_SIZE              131072  ///< the diskstream ringbuffer size (256kB as sample_t is 16bit)
30  #define MAX_INPUT_STREAMS               100     ///< number of streams that should be allocated  #define MAX_INPUT_STREAMS               100     ///< number of streams that should be allocated
31    
 #include <stdio.h>  
 #include <stdlib.h>  
 #include <unistd.h>  
 #include <time.h>  
   
32  #include "global.h"  #include "global.h"
33  #include "thread.h"  #include "thread.h"
34  #include "voice.h"  #include "voice.h"

Legend:
Removed from v.40  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC