Windows 10: Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation?

Discus and support Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation? in Windows 10 Drivers and Hardware to solve the problem; How can I implement a virtual speaker and virtual microphone on Windows 10 so that third-party apps can select my virtual microphone and speaker for... Discussion in 'Windows 10 Drivers and Hardware' started by John12376487, Jun 25, 2020.

  1. Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation?


    How can I implement a virtual speaker and virtual microphone on Windows 10 so that third-party apps can select my virtual microphone and speaker for audio IO? The virtual mic/speaker should also show up under Sound Settings in the drop-down for output device spk and input device mic.

    Which Windows APIs and frameworks would be suitable for this task?

    Each virtual endpoint would have built-in DSP features for example advanced noise cancellation and the user would be able to configure these DSP features from a control application that I also provide.


    :)
     
    John12376487, Jun 25, 2020
    #1

  2. Requirement for implementation Dynamics AX on Virtualization

    hello all,

    I want to implementation for Dynamics AX small scale, I've plan to implementation on virtualization. What specification per server / virtual machine to implementation base this topology?


    Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation? 014bf563-3095-4e4f-9e47-9737f13364be.png


    Please give me suggestion for the each VM or physical server.

    Thank you.
     
    Alfian Fahmi, Jun 25, 2020
    #2
  3. The Ultimate Realtek HD Audio Driver Mod for Windows 10

    A. Using APO over Virtual Audio Cable
    • Install Virtual Audio Cable (VAC) (Link) and restart.
    • (Link)Right click FXConfigurator64.exe (for x64 system) or FXConfigurator32.exe (for x86 system) or FXConfigurator.ahk (AutoHotkey version) , Run as Admin!
    • Select VAC (e.g. Line 1 ) from playback drives, and select the preset you want. Make sure you have that preset drives before click load, then click 'Apply '. (a cmd window popup, wait until it finished. If it don't close automatically, close it manualy)


      Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation? img1-png.png


    • Download the correspond driver (Link), unzip and run setup.bat (with uninstall function) as Admin!
    • After finished install, click Restart Audio Services on FX Configurator.
    • Open sound property, select capture tab, double click VAC (e.g. Line 1). Tick the checkbox "Listen to this device" and select speakers
    • Set VAC as default device
    Spoiler: A-1. Extra Content: Using Equalizer APO and VIPER4Windows over VAC
    • Install Equalizer APO (Link) and VIPER4Windows (Link), don't run configurator.exe from both software.
    • Follow A. Step 2 and 3, but select VIPER4Windows. Select another VAC (e.g. Line 2) if you want the installed APO exist. (e.g. Line 1)
    • Run configurator.exe as Admin from Equalizer APO. Install it over the VAC (e.g. Line 2)
    • Follow A. Step 5 and 6. To link the exist VAC (e.g. Line 1), modify Line 1 VAC to listen to Line 2 VAC instead of speakers and Line 2 VAC listen to speakers.
    B. Uninstall APO over Virtual Audio Cable
    • Run FX Configurator as Admin, select Virtual Audio Cable that you want to remove APO over it
    • Clear all the fields (LFX, GFX, SFX, MFX, EFX, UI, Friendly Name)
    • Click Apply and Restart Audio Services
    • If you don't want the driver or the software, run setup.bat as Admin
    Current Status:
    FX Configurator Version: 1.0.0
    Driver installer available
    Dolby Atmos
    Dolby Audio
    Dolby Digital Plus
    Audio by Harman

    Note:
    • Install Audio by Harman over VAC from playback device will not work, install it over VAC from capture device instead.
    • Sound Blaster X 720 require UpperFilters driver (mbfilt64.sys), it require a inf install file to make it work.
    • When install Dolby Atmos and Dolby Audio, click "Add external data to selected devices from selected preset" during A. Step 3
    • If the popup cmd windows run less than 1 second and exit in A Step 3 (no word showing), you need to run bat and cmd file with ConEmu, to do this:
    Spoiler
    • Install ConEmu (Link)
    • Find ConEmu64.exe or ConEmu.exe (e.g. C:\Program Files\ConEmu) , right click properties, click compatibility, tick run as admin checkbox
    • Save the follow code as default.reg file and run it
      Change the path if necessary
      For x64 system
      Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /cmd \"\"%1\" %*\"" [HKEY_CLASSES_ROOT\cmdfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /cmd \"\"%1\" %*\""[/quote] For x86 system
      Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu.exe\" /cmd \"\"%1\" %*\"" [HKEY_CLASSES_ROOT\cmdfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu.exe\" /cmd \"\"%1\" %*\""[/quote]
     
    alanfox2000, Jun 25, 2020
    #3
  4. Màthair Win User

    Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation?

    The Ultimate Realtek HD Audio Driver Mod for Windows 10

    B. Uninstall APO over Virtual Audio Cable
    • Run FX Configurator as Admin, select Virtual Audio Cable that you want to remove APO over it
    • Clear all the fields (LFX, GFX, SFX, MFX, EFX, UI, Friendly Name)
    • Click Apply and Restart Audio Services
    • If you don't want the driver or the software, run setup.bat as Admin
    Current Status:
    FX Configurator Version: 1.0.0
    Driver installer available
    Dolby Atmos
    Dolby Audio
    Dolby Digital Plus
    Audio by Harman

    Note:
    • Install Audio by Harman over VAC from playback device will not work, install it over VAC from capture device instead.
    • Sound Blaster X 720 require UpperFilters driver (mbfilt64.sys), it require a inf install file to make it work.
    • When install Dolby Atmos and Dolby Audio, click "Add external data to selected devices from selected preset" during A. Step 3
    • If the popup cmd windows run less than 1 second and exit in A Step 3 (no word showing), you need to run bat and cmd file with ConEmu, to do this:
    Spoiler
    • Install ConEmu
    • Find ConEmu64.exe or ConEmu.exe, right click properties, click compatibility, tick run as admin checkbox
    • Save the follow code as default.reg file and run it
      Change the path if necessary
      For x64 system
      Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /cmd \"\"%1\" %*\"" [HKEY_CLASSES_ROOT\cmdfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /cmd \"\"%1\" %*\""[/quote] For x86 system
      Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\batfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu.exe\" /cmd \"\"%1\" %*\"" [HKEY_CLASSES_ROOT\cmdfile\shell\open\command] @="\"C:\\Program Files\\ConEmu\\ConEmu.exe\" /cmd \"\"%1\" %*\""[/quote]
    Click to expand... Thanx @alanfox2000 , *Smile Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation? :)
     
    Màthair, Jun 25, 2020
    #4
Thema:

Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation?

Loading...
  1. Which Windows APIs/Frameworks to use for Virtual Audio Driver implementation? - Similar Threads - APIs Frameworks Virtual

  2. how to fix virtual audio cable i'm using VB-Audio Virtual Audio Cable marking Input as an...

    in Windows 10 Gaming
    how to fix virtual audio cable i'm using VB-Audio Virtual Audio Cable marking Input as an...: I'm on a HP Windows 11, and when i installed a Virtual Audio Cable to add audio from an application, to discord, i installed the driver, and restarted, like it asked, and it had marked the Input for the virtual cable as an Output, and the Input was marked as Output, how do i...
  3. how to fix virtual audio cable i'm using VB-Audio Virtual Audio Cable marking Input as an...

    in Windows 10 Software and Apps
    how to fix virtual audio cable i'm using VB-Audio Virtual Audio Cable marking Input as an...: I'm on a HP Windows 11, and when i installed a Virtual Audio Cable to add audio from an application, to discord, i installed the driver, and restarted, like it asked, and it had marked the Input for the virtual cable as an Output, and the Input was marked as Output, how do i...
  4. When HTTPS is implemented on IIS which cryptographic modules does IIS use

    in Windows 10 Gaming
    When HTTPS is implemented on IIS which cryptographic modules does IIS use: When HTTPS is implemented on IIS which cryptographic modules does IIS use ?Which providers and modules does IIS use for HTTPS connections? https://answers.microsoft.com/en-us/windows/forum/all/when-https-is-implemented-on-iis-which/e65d4d07-6a6c-4359-a01d-6e902df31610
  5. When HTTPS is implemented on IIS which cryptographic modules does IIS use

    in Windows 10 Software and Apps
    When HTTPS is implemented on IIS which cryptographic modules does IIS use: When HTTPS is implemented on IIS which cryptographic modules does IIS use ?Which providers and modules does IIS use for HTTPS connections? https://answers.microsoft.com/en-us/windows/forum/all/when-https-is-implemented-on-iis-which/e65d4d07-6a6c-4359-a01d-6e902df31610
  6. Using Windows Sharepoint REST API

    in Windows 10 Updates and Activation
    Using Windows Sharepoint REST API: Hello,I am using MS Sharepoint and keeping files. I wonder if is possible to create a REST API which could read each file content, parse it and put outputcontent in each column separately. Like using new API, to see more columns with names which are related with it's...
  7. Which Framework(s) to keep ?

    in Windows 10 Performance & Maintenance
    Which Framework(s) to keep ?: Hello As I try to clean my system disk and remove unused programs, I ran Speccy I use Windows 10 64 Bits Professional Versio number 2004 (19041.572) I found that I have several Windows Framework installed Frameworks .NET installd v4.8 Full v4.8 Client v3.5 SP1 v3.0 SP2...
  8. Motherboard drivers. Which ones are installed and which to use?

    in Windows 10 Drivers and Hardware
    Motherboard drivers. Which ones are installed and which to use?: I was wondering - in case I need to do a clean install - whether to use motherboard drivers from the motherboard manufacturer or just use the ones that comes with windows 10. Last time i built a PC was in the early days of Win 7 and i used motherboard drivers provided by the...
  9. Motherboard drivers. Which ones are installed and which to use?

    in Windows 10 Support
    Motherboard drivers. Which ones are installed and which to use?: I was wondering - in case I need to do a clean install - whether to use motherboard drivers from the motherboard manufacturer or just use the ones that comes with windows 10. Last time i built a PC was in the early days of Win 7 and i used motherboard drivers provided by the...
  10. question on nvme driver in using windows api

    in Windows 10 Drivers and Hardware
    question on nvme driver in using windows api: Recently, I have worked on Windows nvme drivers. After reading “Working with NVMe drives” at https://docs.microsoft.com/zh-cn/windows/win32/fileio/working-with-nvme-devices#temperature-queries, I know how to send pass through vendor specific cmd to device. But what...