Safe Haskell | Safe-Inferred |
---|
Sound.Honk.Internal
Contents
Description
Low level FFI interface. You should never need to use this directly.
Types
Core functions
Open a handle to the console.
Use withBeepFd
instead if possible, since it keeps track of closing
the handle automatically.
Arguments
:: BeepFd | A console handle, as returned by |
-> Rational | Duration, in seconds |
-> Double | Frequency of the beep, in hertz |
-> IO () |
Perform a beep.