lavadsp icon indicating copy to clipboard operation
lavadsp copied to clipboard

Implement the filters using pure Java.

Open alula opened this issue 5 years ago • 0 comments

Native code doesn't give much performance gain since JVM does the job really well. Reimplementing the filters from scratch would remove GPL-licensed code issues and the need for native libs for 7 different platform+arch combinations.

alula avatar Nov 06 '19 11:11 alula