google / oboe

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.
Apache License 2.0
3.64k stars 553 forks source link

Fx Lab examples code style is extremely difficult to understand and reuse. #1649

Open renetik opened 1 year ago

renetik commented 1 year ago

I developed huge android app for music production and used bunch of c++ files across the available github repositories but I am struggling to understand cpp style of FXLAB effects implementation showcased in app sample.

I believe if this is en example of how to do things right this should have som documentation explaining how it works even for experienced developers like me. Maybe I am not hardcore C++ developer (that can be issue here) but I can reuse most of code I read and find on internet, not this one sadly, after multiple tries I cannot incorporate anything from those FX examples into my app.

Thanks.

philburk commented 1 year ago

I agree. We need some better README files for the FXLab sample that describe how to apply this code.