1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00
ubiquitousse/audio.lua
2016-04-26 14:55:33 +02:00

9 lines
196 B
Lua

-- 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
}