Popularity
5.4
Growing
Activity
2.0
Declining
221
7
19
Programming language: Go
License: MIT License
Tags:
Audio And Music
GoAudio alternatives and similar packages
Based on the "Audio and Music" category.
Alternatively, view GoAudio alternatives based on common mentions on social networks and blogs.
-
EasyMIDI
EasyMidi is a simple and reliable library for working with standard midi file (SMF)
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of GoAudio or a related project?
Popular Comparisons
README
GoAudio 🎶
GoAudio is an audio processing library, currently supporting WAVE
files, although some tools such
as the synth and breakpoints are encoding-agnostic, so you could combine them with a different
library for storing the data and using GoAudio only as a means to generate the waveforms.
Features
- [Wave file handling](wave)(READ / WRITE Wave files)
- [Synthesizer](synthesizer) - Create different waveforms using different types of oscillators
- [Breakpoints](breakpoint) (create automation tracks / envelopes)
Blog
If you want to know more about how this code works and what you can do with it, I write about this code and other audio related programs over on my blog: dylanmeeus.github.io.