Skip to content

v1.6

Compare
Choose a tag to compare
@p-groarke p-groarke released this 24 Feb 22:43
· 6 commits to main since this release
bf7b945

It has come to my attention that wsay is used in a few flight simulator plugins. This release mostly focuses on that use case, adding radio effects to improve immersion (yes, your immersion is important). To achieve this, I had refactor a large portion of the app. It was due for a spring cleaning anyways.

New Features

  • Added radio effects, which degrades sound to simulate radio communications.
  • Added --nospeechxml, to disable speech xml detection (useful if reading code).

Bug Fixes

  • Fix not choosing the correct output device if you have multiple sound devices and weren't using the first one.
    • Please report wrong default output if this doesn't work for you.
  • Fix speech xml not working if the first character wasn't a '<' (thx bodiegarde).

Reworks

  • Completely reworked audio engine and voice settings.
  • Reworked input pipe reading.