https://github.com/gldraphael/sinecal
🎵 A sine wave based music player
https://github.com/gldraphael/sinecal
Last synced: 10 months ago
JSON representation
🎵 A sine wave based music player
- Host: GitHub
- URL: https://github.com/gldraphael/sinecal
- Owner: gldraphael
- Created: 2025-08-28T22:02:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T15:26:52.000Z (11 months ago)
- Last Synced: 2025-09-07T17:31:03.995Z (11 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sinecal
A simple Go program that plays a tune using sine waves.
Tunes are described using a custom compact format:
```
C4-4 D4-8 E4-8 -4 D4-8 C4-4.
```
## Quickstart
1. Clone this repo:
1. Run:
```
go run .
```