SoundStream.st
changeset 5426 c9d3c51e1b53
parent 5425 17cec979acdf
child 5428 801ed31b6783
equal deleted inserted replaced
5425:17cec979acdf 5426:c9d3c51e1b53
   123 #endif
   123 #endif
   124 
   124 
   125 #ifdef SUPPORT_DEV_AUDIO
   125 #ifdef SUPPORT_DEV_AUDIO
   126 # ifdef LINUX
   126 # ifdef LINUX
   127 #  include <stdio.h>
   127 #  include <stdio.h>
       
   128 #  include <errno.h>
       
   129 #  include <signal.h>
       
   130 #  include <sys/ioctl.h>
   128 #  include <sys/soundcard.h>
   131 #  include <sys/soundcard.h>
   129 #  define DEV_AUDIO_DEFAULT_FREQ (8000)
   132 #  define DEV_AUDIO_DEFAULT_FREQ (8000)
   130 #  define DEV_AUDIO_DEFAULT_BUFFERSIZE (16384)
   133 #  define DEV_AUDIO_DEFAULT_BUFFERSIZE (16384)
   131 # endif
   134 # endif
   132 
   135