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.
rust
win_beep::beep_with_hz_and_millis(1000, 100);
Licensed under either of
at your option.
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.