VirtualBox

Changeset 73383 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 27, 2018 9:38:32 AM (6 years ago)
Author:
vboxsync
Message:

Audio/DrvHostDebugAudio.cpp: It's ms, not bytes, when creating the output stream (typo).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp

    r73381 r73383  
    163163        if (pCfgAcq)
    164164        {
    165             pCfgAcq->Backend.cfPeriod     = DrvAudioHlpBytesToFrames(50 /* ms */, &pCfgReq->Props);
     165            pCfgAcq->Backend.cfPeriod     = DrvAudioHlpMsToFrames(50 /* ms */, &pCfgReq->Props);
    166166            pCfgAcq->Backend.cfBufferSize = pCfgAcq->Backend.cfPeriod * 2; /* Use "double buffering". */
    167167        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette