TTA Lossless Audio Codec Encoder/Decoder for go. Fork of https://github.com/dsonck92/tta
Go to file
DataHoarder 096de1072b
continuous-integration/drone/push Build is passing Details
go mod tidy
2022-02-26 16:00:07 +01:00
cmd/gotta Updated URLs / CI 2022-02-26 14:45:39 +01:00
data update readme 2017-07-19 18:47:50 +08:00
filter update filter package 2017-08-23 15:32:30 +08:00
wave update wave package 2017-08-24 14:31:36 +08:00
.drone.yml Updated URLs / CI 2022-02-26 14:45:39 +01:00
.gitignore Updated URLs / CI 2022-02-26 14:45:39 +01:00
LICENSE Initial commit 2015-08-09 22:57:44 +08:00
README.md Updated URLs / CI 2022-02-26 14:45:39 +01:00
codec.go Updated URLs / CI 2022-02-26 14:45:39 +01:00
const.go Fixes package filter 2017-07-22 04:11:39 +08:00
decoder.go Updated URLs / CI 2022-02-26 14:45:39 +01:00
decoder_test.go update tests 2017-04-19 10:47:35 +08:00
encoder.go Updated URLs / CI 2022-02-26 14:45:39 +01:00
encoder_test.go update tests 2017-04-19 10:47:35 +08:00
fifo.go Made changes based in reference implementation 2022-02-26 15:59:04 +01:00
fifo_test.go minor change: struct rename 2017-04-19 11:12:16 +08:00
go.mod go mod tidy 2022-02-26 16:00:07 +01:00
go.sum go mod tidy 2022-02-26 16:00:07 +01:00
stream_test.go update tests 2017-04-19 10:47:35 +08:00
util.go Fixes encode/decode on 24bit wav 2017-08-24 15:47:05 +08:00
util_test.go update tests 2017-04-19 10:47:35 +08:00

README.md

tta

Go Report Card GoDoc Build Status

TTA Lossless Audio Codec Encoder/Decoder for #golang

TODOs

  • SSE4 acceleration
  • general optimization