Skip to content

Releases: Blakintosh/ultrasound

v0.3.1

Choose a tag to compare

@Blakintosh Blakintosh released this 19 Jul 08:51
5ebfe3a

Version 0.3.1

  • Fixed a converter error when blank lines are encountered.
  • Fixed stale file targets columns causing changes to not recompile.

v0.3.0

Choose a tag to compare

@Blakintosh Blakintosh released this 04 May 13:45
f73e6e2

Version 0.3

  • Added emitting .sz files used by Linker, as well as ambientgeometry.json files.

v0.2.0

Choose a tag to compare

@Blakintosh Blakintosh released this 26 Apr 12:52
d6b6a3e

Version 0.2

  • Added FLAC file input support.
  • Added OGG file input support.
  • Added opt-in lossy compression:
    • Specify DefaultAliasCompression: none, low, medium, high, extreme in your map/mod's SZC file (or within an ALIAS entry of the SZC) to use alias compression for the project/alias file.
    • You can also use CompressionLevel column within an alias file to do this for an individual alias.
    • In testing as a % to baseline, the compression levels approximately mapped to: Low - 74%, Medium - 52%, High - 36%, Extreme - 24%. Your mileage may vary.
  • Fixed a bug with how Ultrasound computed invalidation, which meant some alias changes were not picked up.
  • Fixed a bug with how the loudness of sounds were calculated, which is used during processing.

v0.1.0

Choose a tag to compare

@Blakintosh Blakintosh released this 13 Apr 18:58

Initial release