Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Synth.Lib.AUtil

Contents

Description

Audio utilities. This is named AUtil instead of the more obvious Audio to avoid clashing with Util.Audio.Audio.

Synopsis

Documentation

type Channels = 2 Source #

Synth output is pretty tied to 2 channels, but I may as well at least document the things that depend on that.

dbToLinear :: Float -> Float Source #

Convert a volume in dB to linear.

debug utils