mirror of
				https://github.com/Reuh/ubiquitousse.git
				synced 2025-10-27 17:19:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			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
 | |
| }
 | 
