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

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

#486 in Operating systems

43 downloads per month

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

~555KB
~10K SLoC