synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Sox.File
Documentation
render :: (C a, C v) => FilePath -> a -> (a -> [v]) -> IO ExitCodeSource
renderMono :: C a => FilePath -> a -> (a -> [a]) -> IO ExitCodeSource
renderStereo :: C a => FilePath -> a -> (a -> [(a, a)]) -> IO ExitCodeSource
write :: (C a, C v) => FilePath -> a -> [v] -> IO ExitCodeSource
writeMono :: C a => FilePath -> a -> [a] -> IO ExitCodeSource
writeStereo :: C a => FilePath -> a -> [(a, a)] -> IO ExitCodeSource
writeSignalRaw :: C a => FilePath -> [String] -> a -> Int -> [Int] -> IO ExitCodeSource
rawToAIFF :: C a => FilePath -> [String] -> a -> Int -> IO ExitCodeSource
encode :: FilePath -> IO ExitCodeSource
readAIFFMono :: C a => FilePath -> IO [a]Source
Produced by Haddock version 2.3.0