TTA Lossless Audio Codec Encoder/Decoder for go. Fork of https://github.com/dsonck92/tta
Go to file
2015-08-18 20:02:23 +08:00
cmd/gotta go-get-able 2015-08-18 13:16:45 +08:00
data update readme: comparison 2015-08-18 16:26:06 +08:00
.gitignore cmd/gotta: decompress seems ok now 2015-08-15 00:21:03 +08:00
const.go add decoder 2015-08-10 13:06:23 +08:00
cpu.go use 'github.com/klauspost/cpuid' to detect cpu 2015-08-14 23:02:08 +08:00
decoder.go explicit Encoder/Decoder definition 2015-08-17 19:18:17 +08:00
decoder_test.go silence test 2015-08-15 23:53:42 +08:00
encoder.go Fixes encoding 2015-08-18 13:16:40 +08:00
fifo.go Fixes encoding 2015-08-18 13:16:40 +08:00
fifo_test.go Fixes encoding 2015-08-18 13:16:40 +08:00
filter.go Fixes decoding password protected file 2015-08-15 09:14:35 +08:00
LICENSE Initial commit 2015-08-09 22:57:44 +08:00
README.md update readme: comparison 2015-08-18 16:26:06 +08:00
tta.go explicit Encoder/Decoder definition 2015-08-17 19:18:17 +08:00
util.go add BinaryVersion() 2015-08-18 20:02:23 +08:00
util_test.go silence test 2015-08-15 23:53:42 +08:00
wav.go wav: rename 2015-08-12 09:47:15 +08:00
wav_test.go silence test 2015-08-15 23:53:42 +08:00

tta

TTA Lossless Audio Codec Encoder/Decoder for #golang

API doc

gotta console tool

  • install: go get github.com/zyxar/tta/cmd/gotta

  • usage:

      -decode=false: decode file
      -encode=false: encode file
      -help=false: print this help
      -passwd="": specify password
    

Comparison

TODOs

  • general optimization
  • SSE4 acceleration