[Haskell-cafe] ANN: Hemkay, the 100% Haskell MOD player
Vladimir Zlatanov
vlado at dikini.net
Fri Dec 18 12:20:05 EST 2009
> I would do resampling (with some of the Interpolation routines) and
> mixing in two steps, that is I would prepare (lazy) storable vectors
> with the resampled sounds and mix them. Since Haskell is lazy, this is
> still somehow "on the fly", although one could still wish to eliminate
> the interim storable vectors.
You could use stream fusion, although you will need to adapt that for
the interpolation, but it should work.
More information about the Haskell-Cafe
mailing list