Thesycon TUSBAudio Driver for XMOS Kits 2.27.0 x86 x64 [2015, ENG]

Ответить на тему
Статистика раздачи
Размер:  1 MB   |    Зарегистрирован:  3 года 4 месяца   |    Скачан:  5 раз
Сидов:  405  [  0 KB/s  ]   Личеров:  40  [  0 KB/s  ]   Подробная статистика пиров
 
   
 
 
Автор Сообщение

Драйвер Пак ®

Пол:

Стаж: 9 лет

Сообщений: 2569

Создавать темы 01-Ноя-2020 14:40

[Цитировать]

Thesycon TUSBAudio Driver for XMOS Kits
Дата выпуска: 01/13/2015
Версия: 2.27.0
Разработчик: Thesycon
Сайт разработчика: www.thesycon.de
Разрядность: 32bit, 64bit
Язык интерфейса: Английский
Таблэтка: не требуется
Системные требования: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1
Описание:
USB Audio 2.0 Class Driver for Windows.
Доп. информация:
Полноценный драйвер для китов XMOS. Не пикает.

Поддерживаемые модели

"XMOS XS1-L1" USB\VID_20B1&PID_0002"XMOS XS1-L2" USB\VID_20B1&PID_0004"XMOS XS1-U8 Proto" USB\VID_20B1&PID_0006"XMOS XS1-U8 DJ" USB\VID_20B1&PID_0008"XMOS XS1-U8 MFA" USB\VID_20B1&PID_000A"XMOS XS1-U16" USB\VID_20B1&PID_000C

История версий

-----------------------------------------------------V2.27.0 (January 13, 2015)-----------------------------------------------------* New: SDK supports Visual Studio 2013
* Chg: updated WTL to version WTL90_4140_Final to compile with Visual Studio 2013
* Chg: some SDK improvements: - design guide in reference manual - tusbaudiocplapp and tusbaudiodfuapp do not make use of precompiled headers - simplifies integration of libwn_min and TUsbAudioApiDll class into new applications
* New: 64-bit API DLL included in driver installer, driver API now available to 64-bit applications or services
-----------------------------------------------------V2.26.0 (December 10, 2014)-----------------------------------------------------* Fix: control panel crash if device returned invalid volume range
* Fix: control panel shows invalid ASIO buffer size warning in DSD mode, TUSBAUDIO_GetMinimumASIOBufferSize returned invalid min size for DSD sample rates.
* New: ASIO buffer size selection applies to DSD mode as well.
* New: Automatic ASIO buffer size selection via control panel. Automatic mode is the driver's default.
* New: ASIO buffer size 16K and 32K added in control panel.
* Chg: ASIO DLL reports supported DSD sample rates in PCM mode now
* Chg: audio class interrupt message handling improved
* Chg: Refactored TUsbAudioApiDll class to support DLL loading by GUID, makes reusing of TUsbAudioApiDll class easier.
* New: Basic support for USB 3.0 mode implemented, still experimental, not fully tested.
-----------------------------------------------------V2.25.1 (November 04, 2014)-----------------------------------------------------* Fix: Volume change notifications do not work after USB Streaming Mode has been switched via control panel.
-----------------------------------------------------V2.25.0 (October 28, 2014)-----------------------------------------------------* Fix: If the device supports 32 bit PCM then Windows format list contains 24 bit formats twice. The 32 bit format is supported on Windows 8 now but not supported on Windows 7.
* Chg: KS filter internal name includes AS (stream format) ID now. This prevents Windows from showing unsupported formats after stream format is switched via control panel.
-----------------------------------------------------V2.24.0 (October 09, 2014)-----------------------------------------------------* New: DFU wizard application: - An optional language selection dialog can now be displayed to allow the user to define the used GUI language. The language selection dialog is controlled by the new section in the XML configuration file. - Supported locales can now be specified in the new section in the XML configuration file. - The Group "Firmware" and all contained controls can be hidden by means of the new flag "DisplayFirmwareFile" in the XML configuration file. - Aborting the firmware upgrade can be prevented by means of the new flag "AllowToAbortUpgrade" in the XML configuration file.
* Chg: On Windows 7 and newer OS: Driver Setup does not require that device is connected during install
* Chg: Changed the group icon shown on Device Manager from network (-5) to USB (-20).
* Chg: control panel, spy tool and firmware upgrade application now working with Windows High-DPI settings
* Chg: Spy utility: max channel count per sound device increased to 32
* Fix: control panel application: volume/mute updates optimized
* Fix: control panel application: volume resolution was ignored
* Fix: audio distortions in ASIO playback if sound is played on a second device instance.
-----------------------------------------------------V2.23.0 (May 16, 2014)-----------------------------------------------------
* Chg: The iAP interface is suppressed in the ST driver package _and_ in the EVAL driver package.
* Fix: ASIO streaming stops unexpectedly if control panel defers closing a handle of an already removed device.
* Fix: On device add/remove ASIO Reset was unnecessarily issued to all ASIO host instances including those attached to another device instance.
* Chg: Stream startup optimized to reduce startup latency. Startup delay is reduced from ~100ms to ~20ms.
-----------------------------------------------------V2.22.3 (May 07, 2014)-----------------------------------------------------* Fix: Control panel app: - close handle on device remove, even if the app is hidden
-----------------------------------------------------V2.22.2 (April 25, 2014)-----------------------------------------------------* New: DFU wizard app: - transferred bytes are now shown in the status view
-----------------------------------------------------V2.22.1 (April 24, 2014)-----------------------------------------------------* Fix: DFU wizard app: - progress bar now shows the correct state
-----------------------------------------------------V2.22.0 (April 17, 2014)-----------------------------------------------------
* New: subdevices can also be suppressed via registry parameter "Block_CLASS_%02X_SUBCLASS_%02X_PROT_%02X" in inf_parameters.inc
* Chg: The iAP interface is suppressed in the ST driver package
* New: Control panel app: - configuration allows to hide the info page - device selection on the Status page is disabled if only one device is present - error message is displayed if the configuration cannot be opened
* New: DFU wizard app: - configuration file allows to specific models and firmware files in - firmware version check, configurable through - error message is displayed if the configuration cannot be opened - error message is displayed if the configuration file version is not compatible
* Fix: DFU wizard app: - 'ready' status not displayed before the firmware was specified
-----------------------------------------------------V2.21.0 (April 08, 2014)-----------------------------------------------------
* New: New API functions to support vendor requests: TUSBAUDIO_ClassVendorRequestOut(), TUSBAUDIO_ClassVendorRequestIn().
* New: TUSBAUDIO_StartDfuDownload() API function enhanced by flags TUSBAUDIO_FLAG_NO_REBOOT and TUSBAUDIO_FLAG_ENUM_AFTER_REBOOT
* Chg: By default, firmware update procedure does not wait for app firmware to come up. This can be forced via TUSBAUDIO_FLAG_ENUM_AFTER_REBOOT. If TUSBAUDIO_FLAG_ENUM_AFTER_REBOOT is set and the device does not reboot within 2 mins then the update procedure fails with timeout error.
* Fix: Control panel app: focus was caught after PnP events when minimized to Systray
* Chg: DFU GUI utility: status output revised, improved support for resizeable dialog, another firmware upgrade now requires to restart the application, ESC key doesn't close the application
* Fix: Audio Control descriptor parsing for MIDI was not working for all UAC 1.0 devices
* Chg: subdevice creation is more generic now: a subdevice will be created for any IAD or interface that is not claimed by Audio, MIDI, DFU.
* New: subdevices can be suppressed for individual interfaces via "Block_IFC_%02X" registry parameter in inf_parameters.inc
* Chg: Stream formats (alternate settings) parsing is more flexible now. PCM and RAW/DSD formats can be placed in any order.
* New: DSP plugin must be enabled via EnablePlugin registry parameter in model-specific subkey.
* Chg: Eval driver has restriction in MIDI TX and RX data path now.
-----------------------------------------------------V2.20.0 (February 24, 2014)-----------------------------------------------------
* Fix: BSOD if a Windows sound device has more than 20 channels
* Chg: Up to 64 channels per Windows sound device supported now.
* Chg: No channel mapping if more than 8 channels of a sound device are opened.
* Chg: Default algorithm builds one single sound device with all channels (was limited to 8 channels before)

Скриншоты

Скриншоты окна About

[only-soft.org].t126942.torrent
Торрент: Зарегистрирован   [ 2020-11-01 14:40 ]

989 B

Статус: проверено
Скачан: 5 раз
Размер: 1 MB
Оценка: 
(Голосов: 0)
Поблагодарили: 3  Спасибо   (список)
Thesycon TUSBAudio Driver for XMOS Kits 2.27.0 x86 x64 [2015, ENG] скачать торрент бесплатно и без регистрации
[Профиль] [ЛС]
Форум Тема Автор Размер
Драйверы и прошивки Thesycon TUSBAudio Driver for XMOS Kits 3.34.0 x86 x64 [2016, ENG] Драйвер Пак 1 MB
Показать сообщения:    
Ответить на тему

Текущее время: Сегодня, в 15:06

Часовой пояс: GMT + 4



Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете голосовать в опросах
Вы не можете прикреплять файлы к сообщениям
Вы можете скачивать файлы