Changeset 330


Ignore:
Timestamp:
Mar 31, 2008, 12:03:44 AM (17 years ago)
Author:
Brendan Oakley
Message:

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

File:
1 edited

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;
Note: See TracChangeset for help on using the changeset viewer.