mirror of
https://github.com/bloeys/wavy.git
synced 2025-12-29 09:28:19 +00:00
ClipInMemSoundPercent + WaitLoop + bugs
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user