Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 345 Bytes

ogg

Pure Go implementation of the libogg 1.3.0 container format library. See [www.xiph.org/ogg] for more info about libogg.

Testing 100% pass.

ToDo:

  • Check which funcs/types/vars needs to be visible outside the package
  • Commenting the funcs / types (godoc)
  • Goroutines?
  • Vorbis also. But this will be cgo.