fix: stabilize seek slider and clean backend lint issues
Some checks failed
Build for Windows / build-windows (push) Has been cancelled
Some checks failed
Build for Windows / build-windows (push) Has been cancelled
This commit is contained in:
@@ -90,6 +90,7 @@ impl AudioOutput {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn flush(&self) {
|
||||
// Wait until the ring buffer is fully emptied by cpal
|
||||
while !self._ring.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user