Changeset 285


Ignore:
Timestamp:
Feb 11, 2008, 1:54:49 AM (18 years ago)
Author:
Brendan Oakley
Message:

Uniaud16 sample rate fix from Allan

File:
1 edited

Legend:

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

    r271 r285  
    10211021        //fixed rate -> we support all sample rates by manually performing sample rate conversion
    10221022        if(nrSampleRates <= 2 && pulFixedSampleRate) {
    1023             sampleRates[0] = 48000; /* hardware set to 48000 */
     1023            sampleRates[0] = 44100; /* hardware set to 44100 */
    10241024            *pulFixedSampleRate = sampleRates[0];
    10251025            nrSampleRates = 1;
Note: See TracChangeset for help on using the changeset viewer.