How to make beep sounds?

Dear all,

is there an easy way to output a beep sound (maybe with length/frequency
parameters?) in Ruby?

Thanks,

Axel

puts 7.chr

It's just a normal annoying system beep. I'm sure there are other ways, but
for just a simple "get your attention" beep, it works fine.

···

On 2/2/06, Nuralanur@aol.com <Nuralanur@aol.com> wrote:

Dear all,

is there an easy way to output a beep sound (maybe with length/frequency
parameters?) in Ruby?

Thanks,

Axel

--
===Tanner Burson===
tanner.burson@gmail.com
http://tannerburson.com <---Might even work one day...

Tanner Burson wrote:

···

On 2/2/06, Nuralanur@aol.com <Nuralanur@aol.com> wrote:
>
> Dear all,
>
> is there an easy way to output a beep sound (maybe with length/frequency
> parameters?) in Ruby?
>
> Thanks,
>
> Axel
>
>
puts 7.chr

It's just a normal annoying system beep. I'm sure there are other ways, but
for just a simple "get your attention" beep, it works fine.

puts "\aThe pot is boiling over!"