Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 761 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 761 Bytes

tta

Go Report Card GoDoc Build Status

TTA Lossless Audio Codec Encoder/Decoder for #golang

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
    

TODOs

  • SSE4 acceleration
  • general optimization