8000 GitHub - jncornett/aud: An audio mixer/sequencer library in pure go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

No packages published

Languages

0