HCA Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 55: | Line 55: | ||
* Media Player Classic | * Media Player Classic | ||
* [https://github.com/OpenCGSS/DereTore/wiki/HCA-Cipher-Converter HCA-Cipher-Converter] / [https://github.com/OpenCGSS/DereTore/wiki/HCA-Decoder HCA-Decoder] / [https://github.com/OpenCGSS/DereTore/wiki/HCA-Encoder HCA-Encoder] | * [https://github.com/OpenCGSS/DereTore/wiki/HCA-Cipher-Converter HCA-Cipher-Converter] / [https://github.com/OpenCGSS/DereTore/wiki/HCA-Decoder HCA-Decoder] / [https://github.com/OpenCGSS/DereTore/wiki/HCA-Encoder HCA-Encoder] | ||
* [https://www81.zippyshare.com/v/Utfq6H9W/file.html HCA Decoder] | |||
=== See Also === | === See Also === | ||
Revision as of 12:24, 2 October 2021
Back to index | Edit this page
HCA
- Format Type : Audio
- Endian Order : Big Endian
- Signature : HCA
Format Specifications
// HCA file format // big endian // header 4 bytes (char) - signature // "HCA\x00" 2 bytes (uint16) - version // 0x01 0x03 or 0x02 0x00 2 bytes (uint16) - header size // format info 4 bytes (char) - format string // "fmt\x00" 1 byte (uint8) - channels 3 bytes (uint24) - sample rate 4 bytes (uint32) - frame count 2 bytes (uint16) - encoder delay 2 bytes (uint16) - encoder padding // compression info (v2.0) or decoder info (v1.X), never both 4 bytes (char) - compression string // "comp" //TODO 4 bytes (char) - decode string // "dec\x00" //TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- HCA files may be encrypted with XOR.
Games
List of games using this file format:
- Boku wa Tomodachi ga Sukunai Portable (PSP) (*.HCA)
- Super Robot Wars T (*.BIN)
Compatible Programs
- foobar2000 + vgmstream plugin (it supports encrypted files)
- Media Player Classic
- HCA-Cipher-Converter / HCA-Decoder / HCA-Encoder
- HCA Decoder
See Also