Skip to content

Commit 805fb7d

Browse files
committed
Fix build
1 parent b4affdc commit 805fb7d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

output/driver_windows.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,14 @@ func (out *output) SetVolume(vol float32) {
391391
out.volume = vol
392392
}
393393

394+
func (c *output) Drop() error {
395+
return nil
396+
}
397+
398+
func (c *output) DelayMs() (int64, error) {
399+
return 0, nil
400+
}
401+
394402
func (out *output) WaitDone() <-chan error {
395403
out.cond.L.Lock()
396404
defer out.cond.L.Unlock()

0 commit comments

Comments
 (0)