VirtualBox

vbox的更動 62580 路徑 trunk/src/VBox/Main


忽略:
時間撮記:
2016-7-27 上午09:52:15 (8 年 以前)
作者:
vboxsync
訊息:

Audio: Initial commit of audio debug backend. This can dump the output streams to single .WAV files and also will later act as an input mockup object for testing input (capturing) audio data.

位置:
trunk/src/VBox/Main
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/Makefile.kmk

    r62577 r62580  
    274274        $(if $(VBOX_WITH_ALSA),VBOX_WITH_ALSA,) \
    275275        $(if $(VBOX_WITH_PULSE),VBOX_WITH_PULSE,) \
     276        $(if $(VBOX_WITH_AUDIO_DEBUG),VBOX_WITH_AUDIO_DEBUG,) \
    276277        $(if $(VBOX_WITH_VRDE_AUDIO),VBOX_WITH_VRDE_AUDIO,) \
    277278        $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000,) \
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r62379 r62580  
    29232923            InsertConfigInteger(pCfg, "Object", (uintptr_t)mAudioVRDE);
    29242924            InsertConfigInteger(pCfg, "ObjectVRDPServer", (uintptr_t)mConsoleVRDPServer);
     2925#endif
     2926
     2927#ifdef VBOX_WITH_AUDIO_DEBUG
     2928            InsertConfigNode(pInst, "LUN#2", &pLunL1);
     2929            InsertConfigString(pLunL1, "Driver", "AUDIO");
     2930
     2931            InsertConfigNode(pLunL1, "AttachedDriver", &pLunL1);
     2932            InsertConfigString(pLunL1, "Driver", "DebugAudio");
     2933
     2934            InsertConfigNode(pLunL1, "Config", &pCfg);
     2935            InsertConfigString(pCfg, "AudioDriver", "DebugAudio");
     2936            InsertConfigString(pCfg, "StreamName", bstr);
    29252937#endif
    29262938            /** @todo Add audio video recording driver here. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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