From 2b388fe415ddedfdad96bf459204d85a0be7be4a Mon Sep 17 00:00:00 2001 From: thajohns Date: Thu, 9 Sep 2021 06:03:07 -0400 Subject: got it working correctly, turns out the issue was juat wifi --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1c9506a..1719a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ doc = false [dependencies] byteorder = "1.1.0" rand = "0.3" -cpal = "0.13" +cpal = { version = "0.13", features = [ "jack" ] } unicode-xid = "0.1.0" xml-rs = "0.8.0" failure = "0.1" -- cgit v1.2.3-70-g09d2