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

Raylib.Core.Audio

Description

Bindings to raudio

Synopsis

High level

unloadSoundAlias :: Sound -> WindowResources -> IO () Source #

Unloads a managed sound alias from RAM

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

unloadSound :: Sound -> WindowResources -> IO () Source #

Unloads a managed sound from RAM

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

unloadMusicStream :: Music -> WindowResources -> IO () Source #

Unloads a managed music stream from RAM

unloadAudioStream :: AudioStream -> WindowResources -> IO () Source #

Unloads a managed audio stream from RAM

Native

c'updateSound :: Ptr Sound -> Ptr () -> CInt -> IO () Source #

Callbacks