Kawashima
HCA (ADX2) decode library - merged into libcgss
Install / Use
/learn @hozuki/KawashimaREADME
From early October 2016, kawashima is merging into libcgss.
kawashima
kawashima is a library to decode CRI HCA audio. It is named after Mizuki Kawashima.
Its original code is from here, in public domain. Some adaptations are made to pack the functions into a shared library.
For how-tos, please see the API docs and example.
Beware that, if you want to integrate the library or any piece of code, DO AT YOUR OWN RISK.
There is a C# P/Invoke wrapper for kawashima at DereTore.HCA.Native.
Building kawashima
Visual C++
kawashima requires Visual C++ 2010 as the minimum version to build. Open kawashima.sln to start building.
Cygwin
kawashima requires CMake 3.3 (in fact, it can be lower) as the minimum version to build. Rename
CMakeLists-example-cygwin.txt to CMakeLists.txt and use CMake to start building.
MinGW
The CMake version requirement is the same as building under Cygwin. Rename CMakeLists-example-mingw.txt
to CMakeLists.txt and use CMake to start building.
WTFPL
<a href="http://www.wtfpl.net/txt/copying/">
</a>
