comparison modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 43:4d87fa55a776 pygar svn.44

[svn r44] processor largely working and mixer in good status
author punk
date Wed, 05 May 2010 12:28:07 -0400
parents ced2ebd41347
children 2b18894f75e2
comparison
equal deleted inserted replaced
42:ced2ebd41347 43:4d87fa55a776
130 count++; 130 count++;
131 sem_wait(&throttle); 131 sem_wait(&throttle);
132 132
133 //rlm: two files. 133 //rlm: two files.
134 // clientStub->SendUnprocessedStream( Data,(UINT32)sample); 134 // clientStub->SendUnprocessedStream( Data,(UINT32)sample);
135 clientStub->SendUnprocessedStream((UINT32)channel0 , Data,(UINT32)sample); 135 clientStub->SendUnprocessedStream((UINT32)channel0 , Data,(UINT32)sample);
136 //clientStub->SendUnprocessedStream(channel1 , Data,(UINT32)sample1); 136 //clientStub->SendUnprocessedStream(channel1 , Data,(UINT32)sample1);
137 137
138 } 138 }
139 139
140 printf("main: out of loop\n"); 140 printf("main: out of loop\n");