hdf-0.11: Haskell data flow library for audio processing

Sound.DF.CGen

Description

C code generator

Synopsis

Documentation

code_gen :: Node -> StringSource

Generate C code for graph.

dl_gen :: FilePath -> Node -> IO ()Source

Generate C code, write file to disk and call the GNU C compiler to build shared library.