- 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
11 lines
158 B
TOML
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"
|