lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, 05 Sep 2010 17:39:15 -0400, Linus Sjögren <thelinx@unreliablepollution.net> wrote:

lao is a module that provides Lua bindings to libao, a library by
xiph.org for simple audio output.

This is the first public release, and as such, there may be some minor
issues, like small memory leaks and/or segfaults.
Any tips/patches are appreciated.

http://xiph.org/ao/ - xiph.orgs page on libao
http://github.com/thelinx/lao/ - the lao project page
http://thelinx.github.com/lao/ - documentation
http://github.com/TheLinx/lao/raw/luarocks/ao-1.0.0-1.rockspec -
LuaRock (has been submitted for inclusion)

I hope this is useful to someone!



I can't help but notice that the "test" script begins:
--[[
  Note: This is just a concept for now. It doesn't work. At all.
]]