Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyproto/synth
Generate audio samples
https://github.com/xyproto/synth
audio bass go kick synth synthesizer wav waveform
Last synced: 3 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:37:22.000Z (3 months ago)
- Last Synced: 2024-10-05T15:19:11.262Z (3 months ago)
- Topics: audio, bass, go, kick, synth, synthesizer, wav, waveform
- Language: Go
- Homepage:
- Size: 8.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synth [![CI](https://github.com/xyproto/synth/actions/workflows/ci.yml/badge.svg)](https://github.com/xyproto/synth/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/xyproto/synth)](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