Crate beep_evdev

Source
Expand description

A library using evdev to play notes on the PC speaker.

Structs§

Note
A note of a certain frequency and duration that may be repeated with a delay.

Constants§

DEFAULT_DELAY
Default duration of a note.
DEFAULT_FILE
Default pcspkr device path.
DEFAULT_FREQ
Default frequency of a note in Hertz.
DEFAULT_LEN
Default length of a note.
DEFAULT_REPEATS
Default repeats of a note.

Traits§

Beep
Allows to beep the PC speaker.