We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4affdc commit 805fb7dCopy full SHA for 805fb7d
1 file changed
output/driver_windows.go
@@ -391,6 +391,14 @@ func (out *output) SetVolume(vol float32) {
391
out.volume = vol
392
}
393
394
+func (c *output) Drop() error {
395
+ return nil
396
+}
397
+
398
+func (c *output) DelayMs() (int64, error) {
399
+ return 0, nil
400
401
402
func (out *output) WaitDone() <-chan error {
403
out.cond.L.Lock()
404
defer out.cond.L.Unlock()
0 commit comments