Use libtremolo: ARM-optimized implementation of VorbisCodec#1
Use libtremolo: ARM-optimized implementation of VorbisCodec#1devgianlu merged 4 commits intodevgianlu:masterfrom
Conversation
…ack of configurable codecs.
|
@funtax |
|
Having to depend on the entire |
|
@devgianlu can you build tremolo now? I get an error while doing, seems to be the same as here: Suvitruf/Android-ndk#3 |
The PR comes with binaries already so I simply commented out the build command and it runs fine. |
|
You seem me relieved 😅 |
|
Hey there, i will try to give feedback on this later. Cannot see here if these tellOgg, readOgg etc. Have been removed, but they are required by the native parts. |
|
I have noticed that after merging. I have added them back on master. |
As Vorbis-/OGG-decoding via jorbis is a CPU-intensive job you might use the optimized version of libtremolo(NDK).
It's used in my app since ~2016 and should work very stable.