- Hddv Sound Cards & Media Devices Driver Download
- Hddv Sound Cards & Media Devices Driver Download 64-bit
- Hddv Sound Cards & Media Devices Driver Downloads
Download C-Media PCI Audio Device for Windows to mEDIA driver. This package supports the following driver models: C-Media PCI Audio Device; Full Specifications. Sound Blaster ZxR is a high-fidelity sound card and is the flagship of the Sound Blaster Z-Series sound cards. This ultra-high-performance sound card boasts SNR of 124 dB and superior HD sound quality to up to 24-bit / 192kHz. The sound card comes bundled with a DBPro daughter board and Audio Control Module (ACM).
Starting with Windows 10, release 1703, a USB Audio 2.0 driver is shipped with Windows. It is designed to support the USB Audio 2.0 device class. The driver is a WaveRT audio port class miniport. For more information about the USB Audio 2.0 device class, see https://www.usb.org/documents?search=&type%5B0%5D=55&items_per_page=50.
The driver is named: usbaudio2.sys and the associated inf file is usbaudio2.inf.
The driver will identify in device manager as 'USB Audio Class 2 Device'. This name will be overwritten with a USB Product string, if it is available.
The driver is automatically enabled when a compatible device is attached to the system. However, if a third-party driver exists on the system or Windows Update, that driver will be installed and override the class driver.
Architecture
usbaudio2.sys fits within the wider architecture of Windows USB Audio as shown.
Related USB specifications
The following USB specifications define USB Audio and are referenced in this topic.
- USB-2 refers to the Universal Serial Bus Specification, Revision 2.0
- ADC-2 refers to the USB Device Class Definition for Audio Devices, Release 2.0.
- FMT-2 refers to the Audio Data Formats specification, Release 2.0.
The USB-IF is a special interest group that maintains the Official USB Specification, test specifications and tools.
Audio formats
The driver supports the formats listed below. An alternate setting which specifies another format defined in FMT-2, or an unknown format, will be ignored.
Type I formats (FMT-2 2.3.1):
- PCM Format with 8.32 bits per sample (FMT-2 2.3.1.7.1)
- PCM8 Format (FMT-2 2.3.1.7.2)
- IEEE_FLOAT Format (FMT-2 2.3.1.7.3)
Type III formats (FMT-2 2.3.3 and A.2.3):
- IEC61937_AC-3
- IEC61937_MPEG-2_AAC_ADTS
- IEC61937_DTS-I
- IEC61937_DTS-II
- IEC61937_DTS-III
- TYPE_III_WMA
Feature descriptions
This section describes the features of the USB Audio 2.0 driver.
Audio function topology
The driver supports all entity types defined in ADC-2 3.13.
Each Terminal Entity must have a valid clock connection in compatible USB Audio 2.0 hardware. The clock path may optionally include Clock Multiplier and Clock Selector units and must end in a Clock Source Entity.
The driver supports one single clock source only. If a device implements multiple clock source entities and a clock selector, then the driver will use the clock source that is selected by default and will not modify the clock selector’s position.
A Processing Unit (ADC-2 3.13.9) with more than one input pin is not supported.
An Extension Unit (ADC-2 3.13.10) with more than one input pin is not supported.
Cyclic paths in the topology are not allowed.
Audio streaming
The driver supports the following endpoint synchronization types (USB-2 5.12.4.1):
- Asynchronous IN and OUT
- Synchronous IN and OUT
- Adaptive IN and OUT
For the asynchronous OUT case the driver supports explicit feedback only. A feedback endpoint must be implemented in the respective alternate setting of the AS interface. The driver does not support implicit feedback.
There is currently limited support for devices using a shared clock for multiple endpoints.
For the Adaptive IN case the driver does not support a feedforward endpoint. If such an endpoint is present in the alternate setting, it will be ignored. The driver handles the Adaptive IN stream in the same way as an Asynchronous IN stream.
The size of isochronous packets created by the device must be within the limits specified in FMT-2.0 section 2.3.1.1. This means that the deviation of actual packet size from nominal size must not exceed +/- one audio slot (audio slot = channel count samples).
Descriptors
An audio function must implement exactly one AudioControl Interface Descriptor (ADC-2 4.7) and one or more AudioStreaming Interface Descriptors (ADC-2 4.9). A function with an audio control interface but no streaming interface is not supported.
The driver supports all descriptor types defined in ADC-2, section 4. The following subsections provide comments on some specific descriptor types.
Class-Specific AS interface descriptor
For details on this specification, refer to ADC-2 4.9.2.
An AS interface descriptor must start with alternate setting zero with no endpoint (no bandwidth consumption) and further alternate settings must be specified in ascending order in compatible USB Audio 2.0 hardware.
An alternate setting with a format that is not supported by the driver will be ignored.
Each non-zero alternate setting must specify an isochronous data endpoint, and optionally a feedback endpoint. A non-zero alternate setting without any endpoint is not supported.
The bTerminalLink field must refer to a Terminal Entity in the topology and its value must be identical in all alternate settings of an AS interface.
The bFormatType field in the AS interface descriptor must be identical to bFormatType specified in the Format Type Descriptor (FMT-2 2.3.1.6).
For Type I formats, exactly one bit must be set to one in the bmFormats field of the AS interface descriptor. Otherwise, the format will be ignored by the driver.
To save bus bandwidth, one AS interface can implement multiple alternate settings with the same format (in terms of bNrChannels and AS Format Type Descriptor) but different wMaxPacketSize values in the isochronous data endpoint descriptor. For a given sample rate, the driver selects the alternate setting with the smallest wMaxPacketSize that can fulfill the data rate requirements.
Type I format type descriptor
For details on this specification, refer to FMT-2 2.3.1.6.
The following restrictions apply:
Format | Subslot size | Bit resolution |
---|---|---|
Type I PCM format: | 1 <= bSubslotSize <= 4 | 8 <= bBitResolution <= 32 |
Type I PCM8 format: | bSubslotSize 1 | bBitResolution 8 |
Type I IEEE_FLOAT format: | bSubslotSize 4 | bBitResolution 32 |
Type III IEC61937 formats: | bSubslotSize 2 | bBitResolution 16 |
Class-Specific AS isochronous audio data endpoint descriptor
For details on this specification, refer to ADC-2 4.10.1.2.
The MaxPacketsOnly flag in the bmAttributes field is not supported and will be ignored.
The fields bmControls, bLockDelayUnits and wLockDelay will be ignored.
Class requests and interrupt data messages
The driver supports a subset of the control requests defined in ADC-2, section 5.2, and supports interrupt data messages (ADC-2 6.1) for some controls. The following table shows the subset that is implemented in the driver.
Entity | Control | GET CUR | SET CUR | GET RANGE | INTERRUPT |
---|---|---|---|---|---|
Clock Source | Sampling Frequency Control | x | x | x | |
Clock Selector | Clock Selector Control | x | |||
Clock Multiplier | Numerator Control | x | |||
Denominator Control | x | ||||
Terminal | Connector Control | x | x | ||
Mixer Unit | Mixer Control | x | x | x | |
Selector Unit | Selector Control | x | x | ||
Feature Unit | Mute Control | x | x | x | |
Volume Control | x | x | x | x | |
Automatic Gain Control | x | x | |||
Effect Unit | – | ||||
Processing Unit | – | ||||
Extension Unit | – |
Additional information on the controls and requests is available in the following subsections.
Clock source entity
For details on this specification, refer to ADC-2 5.2.5.1.
At a minimum, a Clock Source Entity must implement Sampling Frequency Control GET RANGE and GET CUR requests (ADC-2 5.2.5.1.1) in compatible USB Audio 2.0 hardware.
The Sampling Frequency Control GET RANGE request returns a list of subranges (ADC-2 5.2.1). Each subrange describes a discrete frequency, or a frequency range. A discrete sampling frequency must be expressed by setting MIN and MAX fields to the respective frequency and RES to zero. Individual subranges must not overlap. If a subrange overlaps a previous one, it will be ignored by the driver.
A Clock Source Entity which implements one single fixed frequency only does not need to implement Sampling Frequency Control SET CUR. It implements GET CUR which returns the fixed frequency, and it implements GET RANGE which reports one single discrete frequency.
Clock selector entity
For details on this specification, refer to ADC-2 5.2.5.2
The USB Audio 2.0 driver does not support clock selection. The driver uses the Clock Source Entity which is selected by default and never issues a Clock Selector Control SET CUR request. The Clock Selector Control GET CUR request (ADC-2 5.2.5.2.1) must be implemented in compatible USB Audio 2.0 hardware.
Feature unit
For details on this specification, refer to ADC-2 5.2.5.7.
The driver supports one single volume range only. If the Volume Control GET RANGE request returns more than one range, then subsequent ranges will be ignored.
The volume interval expressed by the MIN and MAX fields should be an integer multiple of the step size specified in the RES field.
If a feature unit implements single channel controls as well as a master control for Mute or Volume, then the driver uses the single channel controls and ignores the master control.
Additional Information for OEM and IHVs
OEMs and IHVs should test their existing and new devices against the supplied in-box driver.
There is not any specific partner customization that is associated with the in-box USB Audio 2.0 driver.
This INF file entry (provided in a update to Windows Release 1703), is used to identify that the in-box driver is a generic device driver.
The in-box driver registers for the following compatible IDs with usbaudio2.inf.
See the USB audio 2.0 specification for subclass types.
USB Audio 2.0 Devices with MIDI (subclass 0x03 above) will enumerate the MIDI function as a separate multi-function device with usbaudio.sys (USB Audio 1.0 driver) loaded.
The USB Audio 1.0 class driver registers this compatible ID with wdma_usb.inf.
And has these exclusions:
An arbitrary number of channels (greater than eight) are not supported in shared mode due to a limitation of the Windows audio stack.
IHV USB Audio 2.0 drivers and updates
Elecom mice & touchpads driver download for windows xp. For IHV provided third party driver USB Audio 2.0 drivers, those drivers will continue to be preferred for their devices over our in-box driver unless they update their driver to explicitly override this behavior and use the in-box driver.
Audio Jack Registry Descriptions
Starting in Windows 10 release 1703, IHVs that create USB Audio Class 2.0 devices having one or more jacks have the capability to describe these jacks to the in-box Audio Class 2.0 driver. The in-box driver uses the supplied jack information when handling the KSPROPERTY_JACK_DESCRIPTION for this device.
Jack information is stored in the registry in the device instance key (HW key).
The following describes the audio jack information settings in the registry:
<tid> = terminal ID (As defined in the descriptor)
<n> = Jack number (1 ~ n).
Convention for <tid> and <n> is:
- Base 10 (8, 9, 10 rather than 8, 9, a)
- No leading zeros
- n is 1-based (first jack is jack 1 rather than jack 0)
For example:
T1_NrJacks, T1_J2_ChannelMapping, T1_J2_ConnectorType
For additional audio jack information, see KSJACK_DESCRIPTION structure.
These registry values can be set in various ways:
By using custom INFs which wrap the in-box INF for the purpose to set these values.
Directly by the h/w device via a Microsoft OS Descriptors for USB devices (see example below). For more information about creating these descriptors, see Microsoft OS Descriptors for USB Devices.
Microsoft OS Descriptors for USB Example
The following Microsoft OS Descriptors for USB example contains the channel mapping and color for one jack. The example is for a non-composite device with single feature descriptor.
The IHV vendor should extend it to contain any other information for the jack description.
Troubleshooting
If the driver does not start, the system event log should be checked. The driver logs events which indicate the reason for the failure. Similarly, audio logs can be manually collected following the steps described in this blog entry. If the failure may indicate a driver problem, please report it using the Feedback Hub described below, and include the logs.
For information on how to read logs for the USB Audio 2.0 class driver using supplemental TMF files, see this blog entry. For general information on working with TMF files, see Displaying a Trace Log with a TMF File.
For information on 'Audio services not responding' error and USB audio device does not work in Windows 10 version 1703 see, USB Audio Not Playing
Feedback Hub
If you run into a problem with this driver, collect audio logs and then follow steps outlined in this blog entry to bring it to our attention via the Feedback Hub.
Driver development
This USB Audio 2.0 class driver was developed by Thesycon and is supported by Microsoft.
See also
What we hear, plays a critical part in every aspect of our life. Those that can’t hear, just as critical. Sound tells us what the world around us is doing. When we hear traffic pass by, planes above, waves, birds in trees. Whatever we hear, it confirms and validates the world around us. In terms of entertainment, sound is important there too. There is depth, highs and lows, screeches and vibrations. In terms of music, movies, and video games, the depth and quality of sound plays an important part in the experience and thus the industry pays close attention to it. However, sometimes our devices have low quality integrated sound cards. In these cases it’s time to reach for an external sound card: that is where the best USB sound card becomes something to think about.
This article will discuss what USB sound cards are, what the benefits are of owning the best USB soundcard. Furthermore, we will explain what factors you need to consider before purchasing USB sound cards, and what are the best USB sound cards you can obtain in today’s market.
On USB Sound Cards
USB sound cards primarily act as a digital translator. Since most of today’s music is digital, it is written in bits, in strings of ones and zeros.The excellent sound card will translate this digital code and output the sound. USB sound card acts as if it is DAC, a digital audio converter.
However, it doesn’t output the sound. The purpose of the card is to translate and convert the digital audio into analog form and send the process to your speakers or headphones. In general, people buy USB sound cards because their devices have poor quality integrated sound cards.
Benefits Of USB Sound Cards
USB sound cards can replace that built in sound card in your laptop or desktop pc, or any other sound-playing device. Not all laptop or pc manufacturers pay attention to their sound cards; they do, but it is not of their primary concern.
On the other hand, USB sound card manufacturers have to worry about one thing; that their device helps produce high-quality sound.
USB sound cards aren’t integrated, they aren’t built-in into your devices. They are portable, allowing you to bring them with you on the go and use with multiple devices.
High-quality USB sound cards will also have several jacks, allowing you to plug in several devices simultaneously.
Factors To Consider
There are various things you must to consider before you decide on which is the best USB sound card for you. Here are the most critical factors:
Compatibility: make sure that the USB sound card is compatible with your device, that it supports your channel output
Function: some USB sound cards work best for video games, some work better for playing music. Make sure that you understand the technology that comes with the device: does it feature 3D sound, what kind of audio processing unit it uses and so forth.
Material and Design: material affects the case quality, and it determines the sound quality too. Also, check the dimensions, color if you care about such things, assuring it looks nice with other devices.
Naturally, these aren’t the only factors to consider but are the basic ones. Now we will move one to our list of ten best USB sound cards, where we will discuss in detail all the pros and cons of each particular sound card.
Ten Best USB Sound Card Reviews
7.1 Sound Card for PC,Laptops – External USB Audio Adapter for Gamers, Music & Movie Lovers
Driver Genius have brought a real contender to the world of the external USB sound card, in the form of a 7.1 Channel Sound Card. With transfer rates of up to 480 mbps across USB 2.0, this USB audio adapter is a great choice for all audio demands. It’s a good, affordable choice to add oomph to your gaming, music or movies. The audio output on this device can accommodate up to 7.1 channels, or as few as a 2 channel (pass through) stereo audio adaptor. As there are so many audio outputs, it can support a wide range of speaker set ups as well as multi directional audio for headphones.
Inputs include an Optical S/SPDIF digital audio input, and this USB external sound card adaptor will connect either directly to PC, 3.5mm jack speaker systems or headphones. The simple to use audio buttons are nicely positioned on the device and there are no complicated sequences or combinations to press. It’s a simple plug and play sound adapter, and a good one at that!
Pros:
- excellent hardware
- high-quality converter
- headphone amplifier
- excellent for music and movies
- low CPU usage
- affordable
- Features 3D sound
- Microphone input (line in) and headphone jack
Cons:
- Some have experienced issues setting up 5.1 surround on a laptop.
Creative Sound BlasterX G5
Creative Sound BlasterX G5 is a gaming USB sound card, featuring 3D gaming audio technology, allowing gamers to enhance their audio experience.
The product has native 7.1 virtual surround sound played on 24-bit technology and an absolute 120db limit. The product is best suited for ps4 and pc gaming rigs.Creative Sound BlasterX G5 uses Acoustic Engine Pro virtualizer, sending signals in all directions, working perfectly with headphones (it has incredible headphone amplifier).
It has an SB-Axx1 chipset to accelerate the hardware decoding and converting, bringing out the best out of any device. Though suitable for several functions, this is a gaming USB sound card, one of the best of its kind.
Creative Sound BlasterX G5 is beautifully designed, featuring easy to navigate illuminated wheel for convenient volume control. It uses quality parts and smart technology and is undoubtedly a valuable option for any audiophile or gamer that appreciates quality sound.
Pros:
- excellent 3D audio gaming technology
- sleek and futuristic design
- multi-core audio processor
- illuminated volume wheel for convenient control
- 7.1 surround sound
Cons:
- perhaps not the best option for non-gamers
- Creative Sound Blaster Omni Surround
- Creative Sound Blaster Omni Surround features 5.1 surround channels, working in combination with microphone
Sound Blaster Omni Surround 5.1
Sound Blaster Omni Surround 5.1 utilizes several awesome technologies, including SBX Pro Studio and Blaster’s Crystal Clear technology. This produces fantastic sound on both pcs and Macs.
The device is simple to use, utilizing Sound Blaster Omni software for easy control and navigation. Digent usb devices driver download for windows. It is suitable for gaming too, featuring scout mode, allowing you to hear your enemies better than they hear you, giving you a competitive edge (it is not cheating, its just technology).
The device is created for digital entertainment, best suited for the enhanced gaming experience, as well as music and movie playing. Upon purchase, you will receive the Sound Blaster card, USB 2.0 cable, stereo jack adapter and installation cd containing instructions and drivers.
Pros:
- 5.1 Dolby Digital Live surround technology
- scout mode (perfect for gaming experience)
- Crystal Clear technology enhancing mic output sound quality
- very compact and lightweight
Cons:
- some customers complained about the headphone port and amplifier
ASUS Sound Card Xonar U5
Xonar U5 features 5.1 channel HD sound, able to transfer 104 dB signal into analog audio using SNR technology. Sound technology is controlled by Sonic Studio software, easy to use and navigate, giving you full control over the desired sound specifications.
Xonar U5 features built-in headphone amplifier, assuring that you hear every bit of that digital sound, which can come in handy for all musicophiles and gamers. The stereo audio adapter also pays close attention to unnecessary noise, reducing it to a minimum, assuring that you hear only relevant data. You power it via USB cable.
Though ASUS didn’t have any particular purpose for this device (other than quality sound output), it seems as if this USB sound card is intended for gamers, since they emphasize headphone sound quality.
Pros:
- high quality 5.1 surround sound (24 bit)
- SNR technology
- Sonic Studio software
- good for gaming
Cons:
- some customers claim the product is “too quiet.”
- also, some argue the product stopped working after a year and a half (not durable)
Creative Sound BlasterX G1
Creative Sound BlasterX G1 supports 7.1 sound channel and can translate digits and convert them into quality sound at high speed without sacrificing the quality.
Headphone amplifiers will satisfy hardcore gamers, especially the ones playing FPS games. The Creative Sound BlasterX G1 is also suitable for amplifying studio headphones.
BlasterX Acoustic Engine brings the best out of this device, allowing numerous modes and enhancements. It is very compact, simple, but efficient, and it delivers in sound quality too.
This audio sound card also features X-Plus mode and configurator. The work best with an H5 headset, giving you a competitive edge over your opponents. The mode selects and recognizes sounds that matter, filtering out unnecessary noises and sounds. Note that you will have to purchase H5 headset separately. This additional technology will help gamers, but not non-gamers.
Pros:
- 7.1 sound channels
- BlasterX Acoustic Engine offers various customization options
- X-Plus mode for gamers
- Scout mode (also for gamers)
- very compact and easy to use
- Headphone jack
Cons:
- predominantly gaming USB hub sound card
- some customers complained about hissing and static noise
BC Master Karaoke System
Unlike most products on our list, BC Master Karaoke System is particular and explicit when it comes to usability. This karaoke sound system features eight different modes and is portable, allowing you to sing, record and stream anywhere you want.
It features two in one 3.5 mm mic jacks and can be connected to the speaker without any third party object. You can charge it with simple USB cable, anywhere you want.
Dspd usb devices driver download. The device is simple, easy to use, having only several buttons with which you control the entire device. It has a built in BC Master sound card, best suited for singing.
BC Master Karaoke System is smart, having the option to change male to the female voice and vice versa, allowing the users more freedom and fun. And that is the point of this device; that you have fun with it and share it with your friends and family.
Pros:
- Eight different modes
- compact, portable and easy to use
- female to male/ male to female voice transition modes
- high-quality sound output
Cons:
- only ok according to some users
- made just for karaoke purposes
Baile Portable Sound Card
Baile Portable Sound Card works with Windows and Mac OS platforms, featuring 7.1 channel with 3D adapter, ultimately producing high-quality sound.
It is inexpensive and cost-effective, offering a lot for a small price. The device supports 2.0 USB ports and will work with almost any laptop and desktop PC.
It supports 48/44.1KHz audio sampling, suitable for playing and recording. The product is made of aluminum, is relatively lightweight, has two mic jacks, and four control buttons that make it very simple to use.
Upon purchase, you will receive the Baile Portable Sound Card, USB cable, and instructional CD. It is also worth mentioning that its signal to noise ratio (SNR) is 90 dB, which isn’t top quality, but still high quality.
Pros:
- 7.1 channel
- features 3D sound
- aluminum made
- affordable
- cost-effective
Cons:
- high, but not top sound quality
- SNR is only 90dB, which is okay, but not the best
Tech Rise Sound Card Adapter
Tech Rise Card Adapter works with international USB standards (2.0) and is truly beautiful. The Tech Rise sound card is simple to use, its unique and compact design making everything look simple and organized.
It works with Windows, Mac OS, Linux, headphones, gaming headsets and so forth; it is highly compatible because it doesn’t require driver installation.
LED indicators make it simpler to use, and the volume wheel is smooth and functional, allowing you to control the volume. The product is built for musicophiles, featuring 16 different rhythmic patterns and 23 environment modes (yes, 23!)
The product is also fit for casual gamers since it does have a gaming mode, working best with gaming headset because the Tech Rise stereo sound adapter brings best out of any devices. So if you already have quality headphones or headsets, prepare to be blown away by this small but unique device.
Pros:
- simple and sleek design
- 16 different rhythmic patterns
- 23 different environment modes, including gaming mode
- compatible with almost all devices (no driver installation, just plug in)
Cons:
- somewhat short cable
StarTech External Sound Card
StarTech External Sound Card has many advantages: it is the smallest adapter on this list, it requires no driver installation (at least not for the older windows version, and has only two buttons (volume up and down).
However, StarTech External Sound Card doesn’t bring anything new to the table, but it will come in handy if your laptop or pc don’t have a mic jack (most modern laptops don’t).
Furthermore, the device does its job, and it does produce good sound for such a small device. After all, it features 7.1 channel sound and comes with a CD containing XEAR 3D software to boost the 7.1 channel sound.
Pros:
- excellent sound quality in such a small device
- comes with XEAR 3D software
- easy to use, having
- 7.1 surround sound
- cost-effective

Cons:
- not so durable
- some customers complained about surround system, claiming it does not work on Mac devices
VAlinks External Sound Card
VAlinks External Sound Card features 5.1 channel audio, giving you the ability to record and play high-quality digital-to-audio content.
It supports up to 44 kHz sampling rate in both recording and playing options. It is relatively inexpensive, made for both analog and digital recording and representing. The product also features Full-duplex playback.
It is compact and lightweight, has line and mic input, as well as SPDIF input. Upon purchase, you will receive a sound card, USB cable, and the cd containing the driver.
Consumers reviews are mixed, some claiming it works correctly others claiming it didn’t work at all so that we can assign it to manufacture problems. But, when it does work, it works as described: smoothly, producing and recording high-quality sound.
Hddv Sound Cards & Media Devices Driver Download
Pros:
Hddv Sound Cards & Media Devices Driver Download 64-bit
- cost-effective
- compact and easy to use
- works great with most platforms and devices
- produces high-quality sound for the price
Cons:
- not so durable
- some customers complained about functionality
- color is bright and unconventional
Hddv Sound Cards & Media Devices Driver Downloads
Conclusion
Again, it is hard to pick the best USB sound card and proclaim it the winner of this list. Some of these devices are good for gaming (most focus on delivering enhanced gaming experience), others are made for karaoke, and some are multi-purpose.
Moreover, they differ in sizes, some inputs and outputs, design and many other things. Naturally, there is also the price involved in all this.
The top one on the list (Sewell Direct Soundbox, Creative Sound BlasterX G5, and Creative Sound Blaster Omni Surround) are probably your safest bet, but they are also the most expensive ones.
You can also go for cheaper version because any of these devices will give you better sound than your integrated sound cards; you can bet on that. In any case, make sure it is compatible with your devices and that it suits your needs.
