-
Notifications
You must be signed in to change notification settings - Fork 49
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
Thank you #9
Comments
<3 Thanks for sharing! I'll leave it open for a bit for a purpose. :) |
Can I ask which kernel limitations affect beep? |
@rhonda Alright :) @Santec I was referring those you talked about in the README, in particular, concerning the availability of beep outside of the TTY (in a terminal emulator in X11). There are also frequencies mismatches when they are high: And not being possible to compose two beep sound at the same time, but implementing a sound library inside the beep command would be an overkill right ? ;) |
I didn't write the README, I am just a curious reader :) |
For the record: On my system, |
I think you can have multiple speakers installed if you want to have more sound at the same time! |
The circuits for the PC beep exists only once per PC chipset. So to have more than one tone at the same time you need more than one PC. |
Thank you for making this command take a duration and a frequency as argument, I had fun making Albinoni's Adagio in a shell script, and a piano in awk (dvorak by default, with qwerty ready to switch in source) thanks to this.
Multiple calls to beep really cut it, no real need for
-n
indeed.You can close this right away, there is no issues (only linux kernel limitations).
The text was updated successfully, but these errors were encountered: