diff --git a/audio/export_test.go b/audio/export_test.go index 1acc3e6a7..3f4a9411b 100644 --- a/audio/export_test.go +++ b/audio/export_test.go @@ -18,8 +18,6 @@ import ( "io" "io/ioutil" "sync" - - "github.com/hajimehoshi/oto/v2" ) type ( @@ -32,7 +30,7 @@ type ( } ) -func (c *dummyContext) NewPlayer(r io.Reader) oto.Player { +func (c *dummyContext) NewPlayer(r io.Reader) player { return &dummyPlayer{ r: r, volume: 1,