1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 09:09:30 +00:00
ubiquitousse/audio.lua
2017-04-05 20:14:48 +02:00

12 lines
241 B
Lua

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