win-beep

Crates.iowin-beep
lib.rswin-beep
version1.0.3
sourcesrc
created_at2023-01-30 06:40:48.822228
updated_at2023-01-31 11:07:18.655093
descriptionCalls the `Beep()` function of the Windows API.
homepage
repositoryhttps://github.com/Enyium/win-beep-rs
max_upload_size
id771498
size16,697
(Enyium)

documentation

https://docs.rs/win-beep

README

crates.io

Causes a beeping sound on Windows with a given frequency and duration (used API). Blocks the thread while beeping. System sounds must not be muted for the beep to be audible.

Usage

win_beep::beep_with_hz_and_millis(1000, 100);

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 7

cargo fmt