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

Util.Audio.Rubberband

Description

Bind to the rubberband library.

Synopsis

Documentation

data Config Source #

Constructors

Config 

Instances

Instances details
Show Config Source # 
Instance details

Defined in Util.Audio.Rubberband

offline :: forall rate chan. (KnownNat rate, KnownNat chan) => Config -> Audio.AudioIO rate chan -> Audio.AudioIO rate chan Source #

Stretch or pitch shift audio in a non-streaming way. This collects the whole stream, does the transformation, and then streams the output.