trying to add audio playing

This commit is contained in:
Chris Cochrun 2024-12-11 16:14:31 -06:00
parent 3ddcbfdc10
commit 67b19fe214
5 changed files with 453 additions and 3 deletions

View file

@ -24,4 +24,5 @@ sqlx = { version = "0.8.2", features = ["sqlite"] }
dirs = "5.0.1"
tokio = "1.41.1"
crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" }
rodio = { version = "0.20.1", features = ["symphonia-all", "tracing"] }