google / lyra

A Very Low-Bitrate Codec for Speech Compression
Apache License 2.0
3.8k stars 354 forks source link

Is there any plan to make this lib work on older android devices? #120

Closed davyzhang closed 1 year ago

davyzhang commented 1 year ago

I see the configured api level is 30

Tried to change it to 23 but got no luck

mchinen commented 1 year ago

In theory, you should be able to use older android versions. But the main requirement is that TFLite is supported there, which I suppose is limiting. The bazel build rules may also restrict the android version.

davyzhang commented 1 year ago

Thanks for your explanation, keep up the good work