Skip to content

ReVox v0.3

Compare
Choose a tag to compare
@andre-tm-hui andre-tm-hui released this 11 Feb 03:24
· 39 commits to master since this release
17b3ce4

Release Notes:

  • Added a buffer setting to the soundboard, allowing users to record up to 5 seconds before a record key is actually pressed
  • Reworked the pitch-shifting algorithm:
    • Utilizes more threads, reducing overhead
    • More accurately discerns pitch
    • Created a "Resample" option to the Repitcher - "Off" retains a user's voice/timbre, whereas "On" will give it either a demonic/chipmunk effect
    • Separated pitch-shifter buffer size, allowing for reduced monitoring latency without affecting autotuning performance
    • Various other optimizations
  • Added mutex locks to monitoring:
    • Reduces crackling in soundboard-monitoring
  • QOL:
    • Added a "Restart Tutorial" button in the settings page
    • Updater now downloads the latest release from GitHub when prompted