https://github.com/qqwy/haskell-sound-playing
A simple example of how to use the SDL2 Haskell bindings to play sound files (as a complete Stack setup with dependencies, because that was most of the hassle)
https://github.com/qqwy/haskell-sound-playing
Last synced: 8 months ago
JSON representation
A simple example of how to use the SDL2 Haskell bindings to play sound files (as a complete Stack setup with dependencies, because that was most of the hassle)
- Host: GitHub
- URL: https://github.com/qqwy/haskell-sound-playing
- Owner: Qqwy
- License: bsd-3-clause
- Created: 2018-08-29T05:32:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T05:39:09.000Z (about 7 years ago)
- Last Synced: 2025-01-03T10:44:58.521Z (9 months ago)
- Language: Haskell
- Size: 769 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# remote-audio3
This repository cointains a simple example of how to use the SDL2 Haskell bindings to play sound files (as a complete Stack setup with dependencies, because that was most of the hassle)
See the [PlaySound2](https://github.com/Qqwy/Haskell-sound-playing/blob/master/src/PlaySound2.hs) module for the sound playing implementation, and [Lib.hs](https://github.com/Qqwy/Haskell-sound-playing/blob/master/src/Lib.hs) for example usage.