Changeset 330

Show
Ignore:
Timestamp:
03/31/08 00:03:44 (8 months ago)
Author:
gentux2
Message:

Leave sampleRate in uniaud16 undefined for now, so any might work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/waudio.cpp

    r285 r330  
    1 /* $Id: waudio.cpp,v 1.1.1.1 2003/07/02 13:57:06 eleph Exp $ */ 
    21 
    32/* SCCSID = %W% %E% */ 
     
    10211020        //fixed rate -> we support all sample rates by manually performing sample rate conversion 
    10221021        if(nrSampleRates <= 2 && pulFixedSampleRate) { 
    1023             sampleRates[0] = 44100; /* hardware set to 44100 */ 
     1022            //sampleRates[0] = 44100; /* hardware set to 44100 */ 
    10241023            *pulFixedSampleRate = sampleRates[0];  
    10251024            nrSampleRates = 1;