https://github.com/tsoding/haskell-music
Source Code from "Making Music with Haskell" video
https://github.com/tsoding/haskell-music
hacktoberfest hacktoberfest2020
Last synced: 4 months ago
JSON representation
Source Code from "Making Music with Haskell" video
- Host: GitHub
- URL: https://github.com/tsoding/haskell-music
- Owner: tsoding
- License: mit
- Created: 2020-05-30T03:52:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T14:05:26.000Z (about 5 years ago)
- Last Synced: 2025-04-29T12:15:13.845Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Haskell
- Homepage: https://www.youtube.com/watch?v=FYTZkE5BZ-0
- Size: 3.91 KB
- Stars: 137
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Source Code from "Making Music with Haskell" video
[](https://www.youtube.com/watch?v=FYTZkE5BZ-0)
## Quick Start
```console
$ runghc Main.hs
$ ffplay -showmode 1 -f f32le -ar 48000 output.bin
```