Skip to content

The most primitive audio device available on PC-compatible systems with characteristic "beeps" and "squeaks"

License

Notifications You must be signed in to change notification settings

NathanMcMillan54/pc-beeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pc-beeper

crates.io docs.rs

The most primitive audio device available on PC-compatible systems with characteristic "beeps" and "squeaks"

Usage

use pc_beeper::Speaker;

let mut speaker = Speaker::new();
speaker.beep(1000, 10);

About

The most primitive audio device available on PC-compatible systems with characteristic "beeps" and "squeaks"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%