Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

vazrupe/go-hca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hca

cri hca audio decoder with golang

Installation

go get github.com/vazrupe/go-hca

Usage

Library Load:

import (
    ...
    hca "github.com/vazrupe/go-hca/hca"
    ...
)

...
hca.NewDecoder()
result, ok := hca.DecodeFromBytes(YOUR_[]byte_DATA)
if ok {
    ... your code ...
}
...

Binary Use:

go-hca -c1=YOUR_KEY1 -c2=YOUR_KEY2 files...

Lisence

WTFPL 2.0

Reference

HCA decoder v1.12

About

cri hca decoder with golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages