SFML-2.3.2.4: SFML bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

SFML.Audio.SFSampled

Documentation

class SFSampled a where Source

Methods

getSampleRate :: a -> IO Int Source

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