Skip to content

lamproae/audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio

Highly volatile: currently working on this

This package will be growing as I experiment with audio processing/playing in Go.

For now there's two subpackages that provide some basic functionalities.

github.com/campoy/audio/notes

This package provides parsing of notes from English format (e.g. A#4) to Notes. Notes provide the Freq method, returning the frequence.

github.com/campoy/audio/audio

This package provides the Audio type that allows you to play a sound given a Sampler, which is called every time a new sample is needed.

Try it now

Just 'go get' the package

go get github.com/campoy/audio

and enjoy the beautiful music!

go run play.go < music.sample

About

Audio experiments in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%