google / lyra

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

support for embedded device? #3

Open lgnativs opened 3 years ago

lgnativs commented 3 years ago

It is possible to support embedded device, ARM Cortex M0/M3?

aluebs commented 3 years ago

Thank you for your request. We are currently working on supporting more platforms.

aluebs commented 3 years ago

In the Lyra v0.0.2 everything has been open-sourced and there are no more ".so" libraries. Hopefully this will make it possible to port it to any embedded device.

aluebs commented 2 years ago

Th new Lyra 1.2.0 release doesn't depend on custom ARM code and uses TFLite instead. So hopefully this should make it more portable.