Skip to content

Releases: hdflux/AudioRepeater

Version 2.2.8

07 Jul 22:23

Choose a tag to compare

What's Changed?

  • Removed VAC Clock Control, PacketMode In/Out, and lowered Priority from High to Normal.
  • Increased buffer size and parts for speakers config to 200/20, while mixer is 50/4.

Bug Fixes

  • The /Output parameter for audiorepeater_ks now correctly accepts endpoint numbers via #n, where n is a numerical digit 0-9.

What's Planned?

  • Offload the menu selection to a config file and have the menu created on the fly, though I'm not sure if this is possible. Perhaps a major version 3 release.

Known Bugs

  • The /CloseInstance parameter while exposed does not work. This will be fixed in a future release of audiorepeater_ks.exe.

Full Changelog: 2.0.0...2.2.8

Version 2.0.0

07 Jul 00:19

Choose a tag to compare

List of Changes

  • Migrated code to use config files.
  • Simplified the code.
  • Minimal hardcoded settings, some runtime flags.
  • Color coded some of the output.
  • Included a copy of the audio repeater kernel executable that was used with code development.
  • Included copies of the config files used.
  • Removed support for MME as I don't feel like supporting two code branches at the moment.

Known Issues

  • There is currently a bug or limitation with the KS version of Audio Repeater where it derives the device id name from the Controller Information. In my case my speakers are "Realtek USB Audio" but there are three entries that show up, and the code always selects the first entry. To get around this I left vac3_Min and vac3_AutoStart as blank so the correct output can be chosen manually. For my mixer I set them to /Min and /AutoStart as they function normally. I may set introduce a menu choice to select whether vac3 starts minimized and autostarts in a follow-up minor update.

Full Changelog: https://github.com/hdflux/AudioRepeater/commits/2.0.0