sdl2-2.1.0: Both high- and low-level bindings to the SDL library (version 2.0.3).

Safe HaskellSafe
LanguageHaskell2010

SDL.Raw.Audio

Contents

Synopsis

Audio Device Management, Playing and Recording

audioQuit :: MonadIO m => m () Source

freeWAV :: MonadIO m => Ptr Word8 -> m () Source

lockAudio :: MonadIO m => m () Source

mixAudio :: MonadIO m => Ptr Word8 -> Ptr Word8 -> Word32 -> CInt -> m () Source

pauseAudio :: MonadIO m => CInt -> m () Source