brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Wrap the callback-based audio API #38

Closed pcwalton closed 11 years ago

pcwalton commented 11 years ago

SDL exposes a callback-based audio API for precise timing. This PR exposes it in a (I believe) safe way.

AngryLawyer commented 11 years ago

Awesome stuff, thanks!