I believe that the SDL bindings provide a way to play sounds from a file. I know SDL works on windows, I'm not sure if the Haskell bindings do. I've also not had to use that capability of the bindings, so I can't speak to ease of use. However, it's something to look at.
http://hackage.haskell.org/package/SDL also: http://hackage.haskell.org/packages/archive/pkg-list.html#cat:sound probably has some other packages that can do what you are looking for. On Sat, Jan 29, 2011 at 10:03 AM, Daniel Díaz <[email protected]> wrote: > Hi, cafe, > > I'm interested in write a program that plays sounds in real time. There is > a library with functions able to play sounds, from a file? > > I'm on Windows, and I don't need special features, only play sounds in a > comfortable way. Thanks in advance. > > -- > Daniel Díaz > > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > -- Edward Amsden Undergraduate Computer Science Rochester Institute of Technology www.edwardamsden.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
