Home
last modified time | relevance | path

Searched refs:STEREO_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/audio/aylet/aylet-0.5/
H A Dsound.c106 #define STEREO_BUF_SIZE 1024 macro
108 static int pstereobuf[STEREO_BUF_SIZE];
111 static int rstereobuf_l[STEREO_BUF_SIZE],rstereobuf_r[STEREO_BUF_SIZE];
181 for(f=0;f<STEREO_BUF_SIZE;f++) in sound_init()
191 for(f=0;f<STEREO_BUF_SIZE;f++) in sound_init()
293 rstereobuf_r[(rstereopos-pos)%STEREO_BUF_SIZE]+=(val); \
297 rstereobuf_l[(rstereopos+pos)%STEREO_BUF_SIZE]+=(val); \
509 if(rstereopos>=STEREO_BUF_SIZE) in sound_ay_overlay()