mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Remove NonFreeNet Anti-Feature for RootlessJamesDSP for v1.1.2 and later
This commit is contained in:
parent
0f8635122e
commit
34eba5605d
1 changed files with 2 additions and 33 deletions
|
|
@ -1,5 +1,3 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
- System
|
||||
|
|
@ -9,37 +7,6 @@ SourceCode: https://github.com/ThePBone/RootlessJamesDSP
|
|||
IssueTracker: https://github.com/ThePBone/RootlessJamesDSP/issues
|
||||
Donate: https://github.com/sponsors/ThePBone
|
||||
|
||||
Description: |-
|
||||
JamesDSP is a system-wide audio processing engine that doesn't need any root access.
|
||||
ADB access via a computer is required for the initial setup.
|
||||
|
||||
JamesDSP supports the following audio effects:
|
||||
* Limiter control
|
||||
* Output gain control
|
||||
* Auto dynamic range compressor
|
||||
* Dynamic bass boost
|
||||
* Interpolating FIR equalizer
|
||||
* Arbitrary response equalizer (Graphic EQ)
|
||||
* ViPER-DDC
|
||||
* Convolver
|
||||
* Live-programmable DSP (scripting engine for audio effects)
|
||||
* Analog modelling
|
||||
* Soundstage wideness
|
||||
* Crossfeed
|
||||
* Virtual room effect (reverb)
|
||||
|
||||
Limitations:
|
||||
* Apps blocking internal audio capture remain unprocessed (e.g., Spotify, Google Chrome)
|
||||
* Apps using some types of HW-accelerated playback may cause issues and need to be manually excluded (e.g., some Unity games)
|
||||
* Cannot coexist with (some) other audio effect apps (e.g., Wavelet and other apps that make use of the `DynamicsProcessing` Android API)
|
||||
|
||||
Additionally, this app integrates directly with AutoEQ. Using AutoEQ integration, you
|
||||
can search and import frequency responses that aim to correct your headphone to a neutral sound.
|
||||
Go to 'Arbitrary response equalizer > Magnitude response > AutoEQ profiles' to get started.
|
||||
|
||||
Antifeatures:
|
||||
* NonFreeNet: app downloads AutoEQ profiles from github
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ThePBone/RootlessJamesDSP
|
||||
|
||||
|
|
@ -64,6 +31,8 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/main/cpp/libjamesdsp
|
||||
ndk: r23c
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.1.3
|
||||
versionCode: 19
|
||||
|
|
|
|||
Loading…
Reference in a new issue