lambdasound-1.2.0: A libary for generating low-level sounds with high-level combinators
Safe HaskellSafe-Inferred
LanguageGHC2021

LambdaSound.Cache

Synopsis

Documentation

cache :: Sound d Pulse -> Sound d Pulse Source #

Caches a sound. If the sound is cached, then the sound gets read from the XDG cache directory and does not have to be computed again.

It might load a cached sound which which is incorrect, but this should be very unlikely