Implement audio filters

Use Source:setFilter(type, params...) to set a filter.
Use Source:setFilter() to detach the current filter.
Use Source:getFilter() to get the currently set filter (or nil).

Squashed from pull request 27, and the clean-pr27 branch in love-experiments.

--HG--
branch : minor
This commit is contained in:
Raidho
2016-12-03 20:54:48 +01:00
parent e5aad03f2d
commit 332ba76e62
15 changed files with 667 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@
#include "common/runtime.h"
#include "Source.h"
#include "Filter.h"
namespace love
{