Skip to content

ALSound v3.0.2

Compare
Choose a tag to compare
@Lulu04 Lulu04 released this 21 Jul 06:36
· 38 commits to main since this release
09b98d8

What's Changed

  • Replaced OpenAL 64b binary by a new one compiled on Ubuntu 20.04 by @Lulu04 in #50
  • Added the ability to update a playback context by the application instead of the internal thread by @Lulu04 in #51
  • 'PlayFile' demo: fixed bug on dB mode and user can change audio position by clicking on progress bar by @Lulu04 in #52
  • ALSManager have now a global volume mode property called VolumeMode. Its value can be:
    • ALS_VOLUME_MODE_LINEAR: it's the normal mode.
    • ALS_VOLUME_MODE_SQUARED: the volume values are squared before to be sent to OpenAL-Soft. This is usefull if you want the audio sliders in your application to better match human hearing. Warning: this feature affects the behavior of velocity curves.
  • Some example demo are been updated with VolumeMode sets to ALS_VOLUME_MODE_SQUARED.
  • Renamed type and variable to be more explicit by @Lulu04 in #54
  • Modified comment to be more explicit by @Lulu04 in #55
  • Reduced the capture to playback latency by @Lulu04 in #56
  • Added new method TALSSound.FadeOutThenPause() by @Lulu04 in #57