james34602 / JamesDSPManager

Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
https://forum.xda-developers.com/android/apps-games/app-reformed-dsp-manager-t3607970
585 stars 49 forks source link

Android Nougat / 7.0 #2

Closed gsantner closed 7 years ago

gsantner commented 8 years ago

Hi there, will there be also an Android Nougat release?

BTW: Flashed the original DSP-Manager on my N-device, and it works flawlessly.

james34602 commented 8 years ago

Yes, will be supported. I'm looking the API issue :)

ghost commented 7 years ago

Do you need a Nougat device to test on?

james34602 commented 7 years ago

I don't have real Nougat to test, but Nougat version have been build, ready for test.

ghost commented 7 years ago

If you can post it here, I have a 6P running Nougat.

james34602 commented 7 years ago

Nice👍

james34602 commented 7 years ago

https://drive.google.com/open?id=0B5xvL_71lUP_NldQWUlpUHBYeGs Test for Nougat, nothing changed, only recompile

gsantner commented 7 years ago

@james34602 Could you also provide arm64 builds / lib64 builds for Nougat? The libs cannot be installed on e.g. Mi 5 :D

james34602 commented 7 years ago

Well, I will compile that, but in most case arm64 seems cannot work properly.

james34602 commented 7 years ago

I'm finding new ways to perform sound processing without root your device, that is integrate some stuff in a media player app, the plan is working, what media player is my development target? May be I will release when completely done. Because somehow one day, the root app may come extremely unstable, so I decide to slow the root app development.

james34602 commented 7 years ago

I have release latest test on any version, there have two different library for Nougat, but they are functionally same. Test it on your Mi 5 :D https://github.com/james34602/JamesDSPManager/releases

gsantner commented 7 years ago

@james34602 thanks!