1

I seem to have a problem with choosing library for my project. I have to write an application in Haskell to modulate, filter etc. audio. Let's say I want to read an audio file and apply low-pass filter to it.

Is it possible to write the low-pass filter with Euterpea? The project should be done using reactive programming but I know that Euterpea uses Arrows and FRP.

I would really appreciate some information :)

customcommander
  • 17,580
  • 5
  • 58
  • 84
Lovaz
  • 227
  • 1
  • 7
  • See page 362 in this PDF http://haskell.cs.yale.edu/wp-content/uploads/2015/03/HSoM.pdf – Arnon Jun 07 '15 at 05:23
  • Omg, thanks a lot @Arnon. I've been already reading Hudak's book but haven't reached that peage yet :) thanks again – Lovaz Jun 07 '15 at 12:57

0 Answers0