Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this application Linux & MacOS Compatible #1

Open
jaladh-singhal opened this issue Feb 23, 2019 · 0 comments
Open

Make this application Linux & MacOS Compatible #1

jaladh-singhal opened this issue Feb 23, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jaladh-singhal
Copy link
Owner

This application uses Windows API by including inbuilt windows.h in C to use Beep() function. We can:

  1. 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...
  2. 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!

@jaladh-singhal jaladh-singhal added enhancement New feature or request good first issue Good for newcomers labels Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant