Replacing asynchronous USB audio with synchronous one

This is for discussing general topics about how to use VirtualBox.
Post Reply
alemv
Posts: 1
Joined: 12. Dec 2018, 10:27

Replacing asynchronous USB audio with synchronous one

Post by alemv »

While testing the USB asynchronous audio MCU firmware, I discovered that VirtualBox changes the endpoint of asynchronous audio to synchronous. After some research, I found in the USBProxyDevice.cpp source file (/svn/vbox/trunk/src/VBox/Devices/USB/USBProxyDevice.cpp) the comment "Turn asynchronous audio endpoints into synchronous ones, see @bugref {8769}". Unfortunately, I could not find any other information about the reason for this substitution.

Could you please inform what is @bugref {8769}, and where I can get more detailed information on how to solve the problem of asynchronous audio in the VirtualBox guest OS.
Post Reply