moa/src/host/mod.rs
transistor 39068fec2a Added audio support
It's better than it was but there are still minor drop outs due to
a buffer underrun I think (could be other timing issues related to
the update loop or something else).  Right now, the audio chips
just have some code to produce sine waves for testing.
2021-12-12 15:20:09 -08:00

9 lines
83 B
Rust

pub mod traits;
pub mod gfx;
pub mod audio;
pub mod keys;
pub mod controllers;