• Francois Gouget's avatar
    waveOutGetDevCaps(-1...) must return the capabilities of the Wave · f627aed5
    Francois Gouget authored
    mapper.
    DRV_QUERYDEVICEINTERFACE is not supported on all Windows versions.
    Check the length returned by DRV_QUERYDEVICEINTERFACESIZE and fix
    memory leak.
    Some Windows sound drivers allow wild frequencies such as the 2MHz
    one. So modify this test to use an invalid number of bits per sample
    instead (hopefully that will fail really everywhere).
    f627aed5
wave.c 20.3 KB