SFML-2.3.2.2: SFML bindings
SFML.Audio.SFSampled
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).
Instances