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

LambdaSound

Description

Library users should implement this module ( import LambdaSound ).

This module packages all the functions from the other modules and reexports them. A good starting point to explore the documentation is the LambdaSound.Sound module which exports all the datatypes and many of the useful combinators you will use.

The LambdaSound.Sample module contains some simple sound samples which you can play with the LambdaSound.Play module.

Synopsis

Sounds

Create sounds

Play sounds

Notes

Effects

Convolution

Sound samples

Filter sounds

Plot sounds

Sample sounds,

Save and load sounds

Cache sounds