Create custom Audio Effect in Android

1k Views Asked by At

I'm working on Android 11, and trying to create my own AudioEffect. Some audio effects already exist by default, and are derived from AudioEffect.java base class, like BassBoost. Should I derive my effect from AudioEffect base class? And it seems the UUID is needed and to be defined in AudioEffect.java. How to create that UUID for my own audio effect?

Could anyone give me some hints? Any suggestions are appreciated.

0

There are 0 best solutions below