An open API service indexing awesome lists of open source software.

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

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 .
```