Files
nesemu/crates/nesemu-desktop/Cargo.toml
se.cherkasov e113c53fb7 feat(desktop): replace audio stub with cpal backend and volume slider
- CpalAudioSink writes to SPSC ring buffer, cpal callback reads
- Graceful fallback to silent operation on audio device errors
- Volume slider (0-100%) in header bar with speaker icon
- Ring buffer cleared on ROM load and reset
2026-03-13 16:21:25 +03:00

11 lines
158 B
TOML

[package]
name = "nesemu-desktop"
version = "0.1.0"
edition = "2024"
[dependencies]
nesemu = { path = "../.." }
gtk4 = "0.8"
cairo-rs = "0.19"
cpal = "0.15"