Tools for modifying CRIWARE file formats
Go to file
2018-10-07 14:48:06 +03:00
Dependencies Support for Sonic Forces 2017-09-17 13:02:44 +03:00
Source Fix case sensitivity 2018-10-07 14:48:06 +03:00
.gitattributes Initial commit 2016-11-12 19:02:48 +03:00
.gitignore Code cleanup and making use of C# 7.0 features 2017-03-09 20:48:17 +03:00
COPYRIGHT Fix delay time playback 2017-07-06 17:37:02 +03:00
LICENSE Fix delay time playback 2017-07-06 17:37:02 +03:00
README.md Support synth playback type 6 and fix crash prompt 2018-06-06 21:46:07 +03:00
SonicAudioTools.sln Add ACB Injector 2018-03-31 16:48:48 +03:00

Sonic Audio Tools

A set of tools to modify CRIWARE file formats.

Releases

You can get the latest executables on the AppVeyor page.
Stable builds are planned to be published here.

Building

If you still wish to build the solution yourself, this is what you should do:

  1. Clone from GitHub git clone https://github.com/blueskythlikesclouds/SonicAudioTools.git
  2. Open the solution in Visual Studio. (Visual Studio 2017 or later is required.)
  3. Install the missing NuGet packages.
  4. Build the solution.

Projects

If you wish to see more detailed information about the projects, visit the wiki page.

Sonic Audio Library

This is the main library of the solution. Contains classes for IO and file formats.

ACB Editor

This tool allows you to edit the audio content of an ACB file.
A more advanced version like CSB Builder is planned to be made soon.

ACB Injector

This tool allows you to inject audio file directly into ACB without repacking its AWB.
Useful for background music ACBs that use huge AWB files.

CSB Builder

This tool allows you to create or edit CSB files. You can do things like adding/removing cues, editing real-time sound parameters, and more.

CSB Editor

This tool allows you to edit the audio content of a CSB file.
It works like ACB Editor, and it is a lot simpler to use than CSB Builder.

License

See LICENSE for details.