Skip to content

Releases: cyb3rpsych0s1s/audioware

rc1.0.0+4

27 Aug 00:17
44304a8
Compare
Choose a tag to compare
  • retrieve any sound duration (current or total)

rc1.0.0+3

25 Aug 09:26
414eef7
Compare
Choose a tag to compare
  • refactor underlying implementation

rc1.0.0+2

24 Aug 10:29
3a6cc2a
Compare
Choose a tag to compare
  • support both region and loop as distinct settings.
    ⚠️ breaking change: loop_region is replaced by region and loop in YAML manifest, see updated Static Settings chapter.
  • fix typos in guide for fade-in and fade-out
  • music section now correctly support same set of properties as other sections
  • fix various cases where YAML settings or AudioSettingsExt would not get merged as expected
  • improve region and settings error handling
  • add additional unit-tests for music and voices

rc1.0.0+1

23 Aug 03:12
75e6bc2
Compare
Choose a tag to compare
  • ⚠️ minor breaking change:
    move Version, SemanticVersion and IsDebug on AudioSystemExt.
    use like:
    let semver: [Uint16; 5] = GameInstance.GetAudioSystemExt(game).SemanticVersion(); // e.g. [1, 0, 0, 2, 1]
    let version: String = GameInstance.GetAudioSystemExt(game).Version(); // e.g. "1.0.0-rc.1"
    let isDebug: Bool = GameInstance.GetAudioSystemExt(game).IsDebug(); // e.g. false
  • automate Plugin::VERSION generation.

rc1.0.0

18 Aug 09:21
Compare
Choose a tag to compare
  • upgrade kira
  • support audio settings ext for switch value
  • improve api surface
  • report bank setup in game console
  • conditional logs

alpha1.0.0+10

18 Aug 05:45
Compare
Choose a tag to compare
alpha1.0.0+10 Pre-release
Pre-release

pre-testing phase

  • expose version

alpha1.0.0+09

18 Aug 04:28
8fcfe5c
Compare
Choose a tag to compare
alpha1.0.0+09 Pre-release
Pre-release

pre-testing phase

  • refactor and fixes

alpha1.0.0+08

15 Aug 08:18
Compare
Choose a tag to compare
alpha1.0.0+08 Pre-release
Pre-release

pre-testing phase

  • periodically reclaim stopped sounds
  • refactor play methods behind trait
  • skip emitters when not in-game and actively playing
  • prevent crash in .reds hooks
  • configure profile for dev
  • skip sync emitters positions when in workspot

alpha1.0.0+07

12 Aug 03:01
Compare
Choose a tag to compare
alpha1.0.0+07 Pre-release
Pre-release

pre-testing phase

  • add invalid audio error source
  • remove test play

alpha1.0.0+06

10 Aug 05:48
Compare
Choose a tag to compare
alpha1.0.0+06 Pre-release
Pre-release

pre-testing phase

  • fix crash on emitter unregistration
  • add audio settings ext