#audio-devices #characteristics #no-std #systems #primitive #pc-speaker #pc-compatible

no-std pc-beeper

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

2 releases

0.1.1 Aug 1, 2022
0.1.0 Jul 23, 2020

#504 in Operating systems

GPL-3.0 license

15KB

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

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

Dependencies

~565KB
~11K SLoC