Skip to content

Tools for modifying CRIWARE file formats (see README for releases)

License

Notifications You must be signed in to change notification settings

Frogbull/SonicAudioTools

 
 

Repository files navigation

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.

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

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.

This tool allows you to find AWB files and link them back to the ACB, required in extracting certain ACB files. Useful for games where the AWB files may be renamed or hidden (like Phantasy Star Online 2)

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.

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.

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.md for details.

About

Tools for modifying CRIWARE file formats (see README for releases)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%