comparison modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 53:2991344775f8 pygar svn.54

[svn r54] mixer integrated
author punk
date Sun, 09 May 2010 10:58:40 -0400
parents 49049f97312c
children b5be746a0d74
comparison
equal deleted inserted replaced
52:49049f97312c 53:2991344775f8
90 90
91 91
92 //Send data to the machine here. 92 //Send data to the machine here.
93 //rlm: two files 93 //rlm: two files
94 inputFile = fopen("input.pcm","r"); 94 inputFile = fopen("input.pcm","r");
95 inputFile = fopen("input1.pcm", "r"); 95 inputFile1 = fopen("input1.pcm", "r");
96 96
97 assert(inputFile1); 97 assert(inputFile1);
98 assert(inputFile); 98 assert(inputFile);
99 99
100 int count = 0; 100 int count = 0;
157 157
158 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats(); 158 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats();
159 STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile(); 159 STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile();
160 160
161 fflush(stdout); 161 fflush(stdout);
162 exit(0); 162 // exit(0);
163 } 163 }