diff 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
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.cpp	Thu May 06 08:57:53 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.cpp	Sun May 09 10:58:40 2010 -0400
     1.3 @@ -92,7 +92,7 @@
     1.4    //Send data to the machine here.
     1.5    //rlm: two files
     1.6    inputFile = fopen("input.pcm","r");
     1.7 -  inputFile = fopen("input1.pcm", "r");
     1.8 +  inputFile1 = fopen("input1.pcm", "r");
     1.9    
    1.10    assert(inputFile1);
    1.11    assert(inputFile);
    1.12 @@ -159,5 +159,5 @@
    1.13    STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile();
    1.14  
    1.15    fflush(stdout);
    1.16 -  exit(0);
    1.17 +  //  exit(0);
    1.18  }