Add audio, fix timing

This commit is contained in:
2024-11-04 09:59:58 -05:00
parent 8bba7b9e1b
commit 70373647fb
6 changed files with 597 additions and 17 deletions
+6
View File
@@ -7,10 +7,16 @@ edition = "2021"
anyhow = "1"
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = "0.15"
imgui = "0.12"
imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs", rev = "2edd348" }
imgui-winit-support = "0.13"
itertools = "0.13"
num-derive = "0.4"
num-traits = "0.2"
pollster = "0.4"
rtrb = "0.3"
rubato = "0.16"
wgpu = "22.1"
winit = "0.30"