Crate pc_beeper

Source
Expand description

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);

Structs§

Speaker
Struct for storage ports