https://github.com/chadtech/haskell-write-sine
https://github.com/chadtech/haskell-write-sine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadtech/haskell-write-sine
- Owner: Chadtech
- License: bsd-3-clause
- Created: 2016-12-07T23:36:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T00:41:07.000Z (over 9 years ago)
- Last Synced: 2025-02-16T07:42:10.522Z (over 1 year ago)
- Language: Haskell
- Size: 5.43 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
## Haskell Write Sine
This is just a repo of my Haskell practice. It prompts the user to input a file name, a frequency, and a duration, and then it writes a stream of audio data of a sine wave at that frequency for that duration. If it had a wav file header, it would be a wav file (but it doesnt).