lavadsp icon indicating copy to clipboard operation
lavadsp copied to clipboard

A bunch of lavaplayer audio filters

Results 13 lavadsp issues
Sort by recently updated
recently updated
newest added

Depends on #88, thanks @Walkyst for your work there! This adds M1 as a target compilation from x86_x64 mac runner, in addition min deployment target with the default XCode supplied...

Github is deprecating the 18.04 Ubuntu image, Docker image will be safer long-term. https://github.com/actions/runner-images/issues/6002 Thanks to @jack1142 for the assistance regarding the tips and guidance regarding the docker images.

This should fix builds on mac

Bumps lavaplayer from 1.3.66 to 1.3.73. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.sedmelluq:lavaplayer&package-manager=gradle&previous-version=1.3.66&new-version=1.3.73)](https://dependabot.com/compatibility-score/?dependency-name=com.sedmelluq:lavaplayer&package-manager=gradle&previous-version=1.3.66&new-version=1.3.73) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.32. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=gradle&previous-version=1.7.30&new-version=1.7.32)](https://dependabot.com/compatibility-score/?dependency-name=org.slf4j:slf4j-api&package-manager=gradle&previous-version=1.7.30&new-version=1.7.32) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps logback-classic from 1.2.3 to 1.2.5. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=gradle&previous-version=1.2.3&new-version=1.2.5)](https://dependabot.com/compatibility-score/?dependency-name=ch.qos.logback:logback-classic&package-manager=gradle&previous-version=1.2.3&new-version=1.2.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

https://github.com/natanbc/lavadsp/commit/fc902629469ab31bb2d8aa52e55cd88a98477d73 added support for vectorized implementations of some filters, but no implementation is actually provided for now. An implementation based on the [incubating vector api](https://openjdk.java.net/jeps/338) can be found [here](https://gist.github.com/natanbc/9fc2c9def18176ddb599316714e0c2e9).

enhancement

Bumps com.github.johnrengelman.shadow from 6.1.0 to 7.0.0. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.github.johnrengelman.shadow&package-manager=gradle&previous-version=6.1.0&new-version=7.0.0)](https://dependabot.com/compatibility-score/?dependency-name=com.github.johnrengelman.shadow&package-manager=gradle&previous-version=6.1.0&new-version=7.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

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...