h-raylib-4.5.2.0: Raylib bindings for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Raylib.Audio

Documentation

type AudioCallback = FunPtr (Ptr () -> CUInt -> IO ()) Source #

updateSound :: Sound -> Ptr () -> Int -> IO () Source #

waveFormat :: Wave -> Int -> Int -> Int -> IO () Source #