Oto
♪ A low-level library to play sound on multiple platforms ♪ (by ebitengine)
beep
A little package that brings sound to any Go application. Suitable for playback and audio-processing. (by faiface)
Oto | beep | |
---|---|---|
5 | 9 | |
1,699 | 2,117 | |
1.4% | 0.2% | |
7.3 | 2.1 | |
15 days ago | about 1 year ago | |
Go | Go | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Oto
Posts with mentions or reviews of Oto.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-20.
-
Sine wave generator using Golang
We will be using beep go package to process audio signals and playback sounds. Beep uses oto under the hood for audio playback.
- Is programming truly for me?
-
Awesome Golang Audio and Music Libraries
Oto - A low-level library to play sound on multiple platforms.
-
Looking for a Piano library
https://github.com/hajimehoshi/oto allows to output audio.
- Any good git repos made by a single dev?
beep
Posts with mentions or reviews of beep.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-20.
-
Audio HLS streaming
i personally use github.com/faiface/beep for most of my audio playing.
-
Sine wave generator using Golang
We will be using beep go package to process audio signals and playback sounds. Beep uses oto under the hood for audio playback.
-
Audio library that can play as many file formats as possible?
https://github.com/faiface/beep is handy and I've used it for a player. You could extend further to add support for decoding other file types it didn't do (it currentlu does MP3, WAV , FLAC, OGG)
- Looking for a Piano library
-
Wrote a Chip8 emulator to teach myself Go, it is one of the most comfortable languages I have ever used.
For learning Go, A Tour of Go, and tutorials from libraries I used (Pixel and Beep), as well as a lot of Googleing.
-
Any "simple" projects with particularly well-written and/or well-documented code for a beginner to look through?
Shamelessly: https://github.com/faiface/beep
- Any good git repos made by a single dev?
-
How to read data from mp3 audio file in golang?
I just want the format of the sample data, so that I can process it. Also studying this: faiface/beep...
-
Stream YT Audio from Go?
You can use beep for playing the audio and use a wrapper of youtube-dl for getting the audio urls.
What are some alternatives?
When comparing Oto and beep you can also consider the following projects:
GoAudio - Go tools for audio processing & creation 🎶
chigo - 🌈 Lolcat in Go: Rainbows and Unicorns!
malgo - Mini audio library
govcl - Cross-platform Go/Golang GUI library.
minimp3 - Decode mp3 base on https://github.com/lieff/minimp3
go-mp3 - An MP3 decoder in pure Go