Kirika/audio/format/guess/opus_decode_test.go
2022-05-20 17:23:50 +02:00

13 lines
207 B
Go

//go:build !disable_format_opus && cgo
package guess
import (
"git.gammaspectra.live/S.O.N.G/Kirika/test"
"testing"
)
func TestOpusDecode(t *testing.T) {
DoTest(".opus", test.TestSampleLocations, t)
}