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

Thank you #9

Open
ghost opened this issue Nov 13, 2016 · 7 comments
Open

Thank you #9

ghost opened this issue Nov 13, 2016 · 7 comments

Comments

@ghost
Copy link

ghost commented Nov 13, 2016

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).

@rhonda
Copy link
Collaborator

rhonda commented Nov 14, 2016

<3 Thanks for sharing! I'll leave it open for a bit for a purpose. :)

@federico-razzoli
Copy link

Can I ask which kernel limitations affect beep?

@ghost
Copy link
Author

ghost commented Nov 14, 2016

@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: beep -f 1500 and beep -f 1350 produce the same sound. I assumed this was also a known limitation.

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 ? ;)

@federico-razzoli
Copy link

I didn't write the README, I am just a curious reader :)
Thanks for answering.
I'm also curious about the "2 beeps" thing. Is the bell hardware able to emit more than 1 sound at a time?

@ndim
Copy link

ndim commented Jul 2, 2017

For the record: On my system, beep -f 1500 and beep -f 1350 do produce differently pitched sounds. This behaviour differs from the one @josuah describes above. (My system is running Fedora 24, and I maintain the beep package on Fedora, but not the kernel drivers.)

@hyh19962008
Copy link

I think you can have multiple speakers installed if you want to have more sound at the same time!

@ndim
Copy link

ndim commented Dec 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants