mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
audio/internal/convert: bug fix: the test input must be even number of float32s
This commit is contained in:
parent
a5213de991
commit
e43ab06f35
@ -43,8 +43,8 @@ func TestStereoF32(t *testing.T) {
|
||||
In: nil,
|
||||
},
|
||||
{
|
||||
Name: "-1, 0, 1",
|
||||
In: []float32{-1, 0, 1},
|
||||
Name: "-1, 0, 1, 0",
|
||||
In: []float32{-1, 0, 1, 0},
|
||||
},
|
||||
{
|
||||
Name: "8 0s",
|
||||
|
Loading…
Reference in New Issue
Block a user