-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
This application uses Windows API by including inbuilt windows.h
in C to use Beep()
function. We can:
- Devise a way to incorporate Windows API in non-Windows OS so that
Beep()
function can be accessed by C compiler in those OSes.
Or... - Use an alternative/equivalent function for
Beep()
- a function which intakes frequency value & time value to produce a sound beep.
Please add suitable code/ code files and create a PR or comment suggestive ways!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers