natanbc / lavadsp

A bunch of lavaplayer audio filters
Apache License 2.0
60 stars 22 forks source link

Implement the filters using pure Java. #31

Open alula opened 5 years ago

alula commented 5 years ago

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.