You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcgss is a helper library for THE iDOLM@STER Cinderella Girls Starlight Stage (CGSS/DereSute/デレステ). It currently supports HCA audio decoding and ACB exploring. It also applies to other games like THE iDOLM@STER Million Live! Theater Days (MLTD/MiriShita/ミリシタ).
acb2wavs: Batch converter for HCAs in ACB. C# equivalent
acb2hcas: Batch exporter for HCAs in ACB. Generates companion .hcakey files for vgmstream.
hcaenc: HCA encoder based on VGAudio/VGAudio-CPP. Does not rely on hcaenc_lite.dll.
hcadec: HCA decoder based on VGAudio/VGAudio-CPP.
Related projects:
This project has a sister project DereTore.
However the strength of C API is better interoperability with other libraries.
The pure C# version of hcaenc and hcacc can be found in DereTore as applications.
If you are looking for a faster HCA decoder with higher definition for *NIX and you are a DIY person, have a look at
this.
If you are looking for a small native application for HCA encoding/decoding, have a look at
this.
[1] Download ADX2LE from here, and use
the DLL located at tools\hcaenc_lite.dll.
libcgss is a helper library for THE iDOLM@STER Cinderella Girls Starlight Stage (CGSS/DereSute/デレステ). It currently supports HCA audio decoding and ACB exploring. It also applies to other games like THE iDOLM@STER Million Live! Theater Days (MLTD/MiriShita/ミリシタ).