rustzx / rustzx

ZX Spectrum emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `cpal`-based sound subsystem

pacmancoder opened this issue · comments

Add support for sound playback using cpal library.
Additionally, this also will allow to port rust to the web assembly in future (current SDL subsystem is no-go for WASM)