Mercurial > pygar
comparison modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 42:ced2ebd41347 pygar svn.43
[svn r43] bunch of updates that almost work...
author | punk |
---|---|
date | Wed, 05 May 2010 01:09:09 -0400 |
parents | 16ba43f0a7c3 |
children | 4d87fa55a776 |
comparison
equal
deleted
inserted
replaced
41:16ba43f0a7c3 | 42:ced2ebd41347 |
---|---|
128 if(count%1000 == 0) | 128 if(count%1000 == 0) |
129 printf("main: %d\n", count); | 129 printf("main: %d\n", count); |
130 count++; | 130 count++; |
131 sem_wait(&throttle); | 131 sem_wait(&throttle); |
132 | 132 |
133 printf("sending file\n"); | |
134 //rlm: two files. | 133 //rlm: two files. |
135 // clientStub->SendUnprocessedStream( Data,(UINT32)sample); | 134 // clientStub->SendUnprocessedStream( Data,(UINT32)sample); |
136 clientStub->SendUnprocessedStream((UINT32)channel0 , Data,(UINT32)sample); | 135 clientStub->SendUnprocessedStream((UINT32)channel0 , Data,(UINT32)sample); |
137 //clientStub->SendUnprocessedStream(channel1 , Data,(UINT32)sample1); | 136 //clientStub->SendUnprocessedStream(channel1 , Data,(UINT32)sample1); |
138 | 137 |