add AC-3 decoder and encoder (#427)

This commit is contained in:
Alessandro Ros
2023-09-19 22:15:39 +02:00
committed by GitHub
parent 747de35cbc
commit fc2a10a499
26 changed files with 1670 additions and 81 deletions

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x030")
bool(true)
[]byte("")
bool(false)