{"id":47628122,"url":"https://github.com/blueskythlikesclouds/SonicAudioTools","last_synced_at":"2026-04-16T23:00:48.772Z","repository":{"id":38274500,"uuid":"73562715","full_name":"blueskythlikesclouds/SonicAudioTools","owner":"blueskythlikesclouds","description":"Tools for modifying CRIWARE file formats","archived":false,"fork":false,"pushed_at":"2024-01-16T12:27:52.000Z","size":1535,"stargazers_count":157,"open_issues_count":2,"forks_count":29,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-02-15T16:36:21.845Z","etag":null,"topics":["acb","adx","adx2","awb","cpk","cri","crimw","criware","csb"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blueskythlikesclouds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-12T16:03:20.000Z","updated_at":"2026-02-09T22:41:20.000Z","dependencies_parsed_at":"2024-01-16T15:03:24.139Z","dependency_job_id":"14bae1fb-caa6-491a-923f-efe495dd164d","html_url":"https://github.com/blueskythlikesclouds/SonicAudioTools","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/blueskythlikesclouds/SonicAudioTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskythlikesclouds%2FSonicAudioTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskythlikesclouds%2FSonicAudioTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskythlikesclouds%2FSonicAudioTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskythlikesclouds%2FSonicAudioTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueskythlikesclouds","download_url":"https://codeload.github.com/blueskythlikesclouds/SonicAudioTools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueskythlikesclouds%2FSonicAudioTools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acb","adx","adx2","awb","cpk","cri","crimw","criware","csb"],"created_at":"2026-04-01T23:00:21.839Z","updated_at":"2026-04-16T23:00:48.760Z","avatar_url":"https://github.com/blueskythlikesclouds.png","language":"C#","funding_links":[],"categories":["🔧 Middleware \u0026 SDKs"],"sub_categories":["CRI"],"readme":"# Sonic Audio Tools\n\nA set of tools to modify CRIWARE file formats.\n\n## Disclaimer\n\nThis project is no longer maintained. I have not done any significant development for several years, and do not have any plans to do so. However, if you wish to contribute to the project, I'm open to accepting pull requests.\n\n## Releases\n\nYou can get the latest development builds on the [AppVeyor page.](https://ci.appveyor.com/project/blueskythlikesclouds/sonicaudiotools/build/artifacts)  \nStable builds are published on the [Releases page.](https://github.com/blueskythlikesclouds/SonicAudioTools/releases)\n\n## Building\n\nIf you still wish to build the solution yourself, do as follows:\n\n1. Clone from [GitHub](https://github.com/blueskythlikesclouds/SonicAudioTools.git) `git clone https://github.com/blueskythlikesclouds/SonicAudioTools.git`\n2. Open the solution in Visual Studio. (Visual Studio 2017 or later is required.)\n3. Install the missing NuGet packages.\n4. Build the solution.\n\n## Projects\n\nIf you wish to see more detailed information about the projects, visit the [wiki](https://github.com/blueskythlikesclouds/SonicAudioTools/wiki) page.\n\n### [Sonic Audio Library](https://github.com/blueskythlikesclouds/SonicAudioTools/tree/master/Source/SonicAudioLib)\n\nThis is the main library of the solution.  Contains classes for IO and file formats.\n\n### [ACB Editor](https://github.com/blueskythlikesclouds/SonicAudioTools/tree/master/Source/AcbEditor)\n\nThis tool allows you to edit the audio content of an ACB file.  \n\n### [ACB Finder](https://github.com/blueskythlikesclouds/SonicAudioTools/tree/master/Source/AcbFinder)\n\nThis tool allows you to find AWB files and link them back to the ACB, required in extracting certain ACB files.\nUseful for games where the AWB files may be renamed or hidden (like Phantasy Star Online 2)\n\n### [ACB Injector](https://github.com/blueskythlikesclouds/SonicAudioTools/tree/master/Source/AcbInjector)\n\nThis tool allows you to inject audio file directly into ACB without repacking its AWB.  \nUseful for background music ACBs that use huge AWB files.\n\n### [CSB Builder](https://github.com/blueskythlikesclouds/SonicAudioTools/tree/master/Source/CsbBuilder)\n\nThis tool allows you to create or edit CSB files. You can do things like adding/removing cues, editing real-time sound parameters, and more.\n\n### [CSB Editor](https://github.com/blueskythlikesclouds/SonicAudioTools/tree/master/Source/CsbEditor)\n\nThis tool allows you to edit the audio content of a CSB file.  \nIt works like ACB Editor, and it is a lot simpler to use than CSB Builder.\n\n## License\n\nSee [LICENSE.md](https://github.com/blueskythlikesclouds/SonicAudioTools/blob/master/LICENSE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueskythlikesclouds%2FSonicAudioTools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueskythlikesclouds%2FSonicAudioTools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueskythlikesclouds%2FSonicAudioTools/lists"}