Skip to content

19.09

Compare
Choose a tag to compare
@flibitijibibo flibitijibibo released this 01 Sep 12:57
· 419 commits to master since this release

New Features:

  • Add FAUDIO_1024_QUANTUM
  • Add FAUDIO_FORCE_DEFAULT_DEVICEID environment variable
    • Useful for mimicking a DirectSound/WASAPI endpoint GUID

Fixes:

  • For SetOutput functions, default output voice for a single send is the send, not master
  • Don't clamp samples in mix/amplify functions, potentially improving performance
  • Add a retry loop for device creation on iOS, fixes issues with app backgrounding
  • Fix memory leak for mastering voices with a staging buffer for effects
  • U8->F32 NEON fixes from SDL