|
@@ -18,9 +18,10 @@ return {
|
|
|
},
|
|
|
notes = [[
|
|
|
The active spatializer will determine which effects are supported. If an unsupported effect is
|
|
|
- enabled on a Source, no error will be reported. Instead, it will be silently ignored (this
|
|
|
- function will still report it as enabled).
|
|
|
+ enabled on a Source, no error will be reported. Instead, it will be silently ignored. See
|
|
|
+ `lovr.audio.getSpatializer` for a table showing the effects supported by each spatializer.
|
|
|
|
|
|
- TODO: expose a table of supported effects for spatializers in docs or from Lua.
|
|
|
+ Calling this function on a Source that was created with `{ effects = false }` will always return
|
|
|
+ false.
|
|
|
]]
|
|
|
}
|