Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 25:220c14f5963c pygar svn.26
[svn r26] Not fully connected but passes audio successfully
author | punk |
---|---|
date | Wed, 28 Apr 2010 12:01:37 -0400 |
parents | 90197e3375e2 |
children | f41eef1bebfc |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Wed Apr 28 08:29:04 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Wed Apr 28 12:01:37 2010 -0400 1.3 @@ -82,7 +82,7 @@ 1.4 printf("main: %d\n", count); 1.5 count++; 1.6 sem_wait(&throttle); 1.7 - printf("rlm:sending data to processor (%d)\n", count); 1.8 +// printf("rlm:sending data to processor (%d)\n", count); 1.9 clientStub->SendUnprocessedStream(Data,(UINT32)sample); 1.10 } 1.11