https://github.com/xyproto/synth
Generate audio samples
https://github.com/xyproto/synth
audio bass go kick synth synthesizer wav waveform
Last synced: 6 months ago
JSON representation
Generate audio samples
- Host: GitHub
- URL: https://github.com/xyproto/synth
- Owner: xyproto
- License: mit
- Created: 2024-09-16T11:45:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:37:22.000Z (about 1 year ago)
- Last Synced: 2025-03-29T03:04:29.739Z (6 months ago)
- Topics: audio, bass, go, kick, synth, synthesizer, wav, waveform
- Language: Go
- Homepage:
- Size: 8.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synth [](https://github.com/xyproto/synth/actions/workflows/ci.yml) [](https://goreportcard.com/report/github.com/xyproto/synth)
Generate audio samples.
* This package is a bit experimental and a work in progress.
* Includes a `kick` utility for generating kick drum samples, a `snare` utility for generating snare drum samples, `rms` and `linear` for mixing audio and `sweep` for generating a detuned synth samples. They are all in the `cmd` directory.
* Used by the [Kickpad](https://github.com/xyproto/kickpad) application.
* Uses SDL2 to play sounds (unless `-tags ff` is given, then `ffplay` will be used instead).## General info
* License: MIT
* Version: 1.13.0