Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
SFML.Audio.SFSampled
Documentation
class SFSampled a where
Methods
getSampleRate :: a -> IO Int
Get the sample rate of a sound buffer.
The sample rate is the number of samples played per second. The higher, the better the quality (for example, 44100 samples/s is CD quality).