h6ah4i / android-openslmediaplayer

Re-implementation of Android's MediaPlayer and audio effect classes based on OpenSL ES APIs.
https://openslmediaplayer.h6ah4i.com
Apache License 2.0
419 stars 97 forks source link

hot to set a delay? #53

Open billyjoker opened 6 years ago

billyjoker commented 6 years ago

Hi, i've watchwed that you can set a reverb. I'd like to implement a delay, but i see that ReverbDelay (it would be this one?) is disabled by default in the demo. How could i start coding a delay effect? Thx!