Skip to content
/ aud Public

An audio mixer/sequencer library in pure go

Notifications You must be signed in to change notification settings

jncornett/aud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aud

GoDoc

aud is an audio mixer library implemented in pure Go. aud is designed for ahead-of-time (as opposed to real time) sound generation.

Design/Notes

  • aud is a a compositional mixer library. Individual and simple mixer components are composed together to create more complex components.
  • aud.Source is the basic building block of a mix. It is a single-method interface for Next() (s Sample, eof bool).

TODO

  • implement resampler.
  • implement mixers.
  • add (empty) unit tests for all components.

About

An audio mixer/sequencer library in pure go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages