# 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
8b00abba10625d9e4a2e66ba1852a06d22e63af3
idf.py add-dependency "espressif/usb_host_uac^1.2.0"