fix typo in sample rate selection

This commit is contained in:
2022-10-30 00:07:58 +02:00
parent 877fceb089
commit 142b6a4c15
4 changed files with 286 additions and 24 deletions

View File

@@ -27,5 +27,5 @@ tokio = { version = "1.17.0", features = ["sync", "rt"], optional = true }
tokio-stream = { version = "0.1.8", features = ["sync"], optional = true }
webbrowser = { version = "0.6.0", optional = true }
ansi_term = "0.12.1"
cpal = { version = "0.13.5", optional = true }
cpal = { version = "0.14.1", optional = true }
rubato = { version = "0.11.0", optional = true }