1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-28 01:29:31 +00:00

Initial commit

This commit is contained in:
Reuh 2016-04-26 14:55:33 +02:00
commit fc40d440df
11 changed files with 1828 additions and 0 deletions

9
audio.lua Normal file
View file

@ -0,0 +1,9 @@
-- abstract.audio
--- Audio functions.
return {
--- Loads an audio file and returns the corresponding audio object.
-- TODO: audio object doc
-- @impl backend
load = function(filepath) end
}