Skip to content

v2.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Thealexbarney Thealexbarney released this 22 Jun 00:46
  • Add ADX support.
  • Add ADX encryption cracker
  • CLI: Add progress bar for displaying encoding progress
  • Add VGAudio Tools project
  • Add 010 Editor ADX binary template
  • Add 010 Editor Nintendo DSP binary template
  • Supports reading and writing:
    • ADX header v3
    • ADX header v4
    • ADX encoding type 2 (Fixed coefficients)
    • ADX encoding type 3 (Linear scale)
    • ADX encoding type 4 (Exponential scale)
    • ADX encryption type 8
    • ADX encryption type 9

Library:

  • Enforce putting each audio format and container in its own namespace.
  • Add EncodingParameters base class used to pass parameters to encoders
  • Fix small alignment bugs with MDSP and WAVE files

Update 2017-06-28:
Update VGAudioTools and VGAudioCli to commit daf64ad
This fixes an issue with ADX encryption cracking not working as intended.