espressif/usb_host_uac

uploaded 6 days ago
USB Host UAC driver
# Changelog for USB Host UAC

## 1.2.0 2024-09-27

### Breaking Changes:

1. Changed the parameter type of `uac_host_device_set_volume_db` from uint32_t to int16_t


### Improvements:

1. Support get current volume and mute status

### Bugfixes:

1. Fixed incorrect volume conversion. Using actual device volume range.
2. Fixed concurrency issues when suspend/stop during read/write

## 1.1.0

### Improvements

- Added add `uac_host_device_open_with_vid_pid` to open connected audio devices with known VID and PID
- Print component version message `uac-host: Install Succeed, Version: 1.1.0` in `uac_host_install` function

## 1.0.0

- Initial version

Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/usb_host_uac^1.2.0"

or download archive

Stats

  • Archive size
    Archive size: 769.35 KB
  • Downloaded in total
    Downloaded in total 482 times
  • Downloaded this version
    This version: 4 times

Badge

espressif/usb_host_uac version: 1.2.0
|