sfml-audio-0.2.1816.0: minimal bindings to the audio module of sfml
Sound.SFML
Synopsis
data PolySound Source
A PolySound allows you to trigger one sound multiple times (the sounds overlap)
Instances
newPolySound :: FilePath -> Int -> IO PolySoundSource
freePolySound :: PolySound -> IO ()Source
triggerPolySound :: PolySound -> IO ()Source