ClipInMemSoundPercent + WaitLoop + bugs

This commit is contained in:
bloeys
2022-06-26 00:38:29 +04:00
parent 6afd1b7ac2
commit 974c94008d
2 changed files with 76 additions and 11 deletions

View File

@ -99,6 +99,10 @@ func TestSound(t *testing.T) {
s2.SeekToTime(400 * time.Millisecond)
s2.PlaySync()
s3 := wavy.ClipInMemSoundPercent(s2, 0, 0.25)
s3.LoopAsync(3)
s3.WaitLoop()
}
func TestByteCountFromPlayTime(t *testing.T) {