mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-28 01:29:31 +00:00
Initial commit
This commit is contained in:
commit
fc40d440df
11 changed files with 1828 additions and 0 deletions
9
audio.lua
Normal file
9
audio.lua
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue