Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreRRR.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 | 2c8166d205d5 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Wed Apr 28 08:29:04 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Wed Apr 28 12:01:37 2010 -0400 1.3 @@ -92,7 +92,7 @@ 1.4 AUDIOCORERRR_SERVER_CLASS::SendProcessedStream(UINT16 control, UINT16 data) 1.5 { 1.6 1.7 - printf("rlm: SendProcessedStream called,\n"); 1.8 + // printf("rlm: SendProcessedStream called,\n"); 1.9 AudioProcessorControl audioProcessorControl = (AudioProcessorControl) control; 1.10 switch(control) { 1.11 case EndOfFile: 1.12 @@ -120,7 +120,7 @@ 1.13 } 1.14 1.15 CONNECTED_APPLICATION_CLASS::UpdateSemaphore(); 1.16 - printf("rlm: writing data to out_hw.pcm\n"); 1.17 + // printf("rlm: writing data to out_hw.pcm\n"); 1.18 fwrite(&data, 2,1 , outputFile); 1.19 break; 1.20 }