Skip to content
Snippets Groups Projects
Verified Commit 463a475b authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: new comments

parent 2d61ef96
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ fn main() {
canvas.present();
// creates a new audio device and prints the specs for it
// making sure that a proper beep callback is set
let desired_spec = AudioSpecDesired {
freq: Some(44100),
channels: Some(1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment