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-12-23 17:22:38 +01:00

9 lines
200 B
Lua

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