Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ubavic/wave

A very simple synthesizer
https://github.com/ubavic/wave

audio synthesizer

Last synced: 8 days ago
JSON representation

A very simple synthesizer

Awesome Lists containing this project

README

        

# Microwave

*MICROWAVE* (pronounced me-crow-wa-vè) is a simple signal generator written in Golang. It is capable of generating sine wave, as well as families of triangular and rectangular waves. This tool has been developed for electronics workshops held at [Decentrala](https://dmz.rs/en/index) where is used instead proper signal generator.

![User interface](ui.png)

## Compile

Ensure you have the [Go compiler](https://go.dev/) and the [Fyne library dependencies](https://developer.fyne.io/started/#prerequisites) installed. In the root of the repository, run:

```bash
go mod download
go build
```

The application should work on Linux, Windows, and OSX. It is only tested on Linux.

## Todo

- [ ] Fix bugs with phase.
- [ ] Implement a log scale slider for frequency and pitch input (e.g., `A#2` or `C4`)
- [ ] Create a custom slider
- [ ] Add functionality for saving and loading setups
- [ ] Implement a waveform graph
- [ ] Reduce latency. Check why pipewire doesn't allow shorter buffers.

## License

The code is released under the [MIT license](LICENSE).

The font is distributed under the [SIL Open Font License](OFL).