synthesizer-core-0.8.2.1: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone
LanguageHaskell2010

Synthesizer.Storable.Play

Synopsis

Documentation

monoToInt16 :: (Storable a, C a) => a -> T a -> IO ExitCode Source #

Latency is high using Sox - We can achieve better results using ALSA's sound output! See synthesizer-alsa package.

stereoToInt16 :: (Storable a, C a) => a -> T (T a) -> IO ExitCode Source #