espressif / esp-va-sdk

Espressif's Voice Assistant SDK: Alexa, Google Voice Assistant, Google DialogFlow
Other
290 stars 82 forks source link

AVS iot & SIP Client #99

Open prasenjit-roy opened 4 years ago

prasenjit-roy commented 4 years ago

How to integrate Alexa and SIP client together in same build. They need not run at the same time.

avsheth commented 4 years ago

Hi @prasenjit-roy The query is seems quite generic, application-specific and has too many unknowns. If you have an SIP client, you can simply run your SIP specific code in a separate thread forked from app_main.c.

prasenjit-roy commented 4 years ago

Actually esp32 ADF has SIP Client sample code. & IDF had aws iot sample code. Can we combine them together ?

On Tue, Jun 16, 2020, 4:26 AM Amit Sheth notifications@github.com wrote:

Hi @prasenjit-roy https://github.com/prasenjit-roy The query is seems quite generic, application-specific and has too many unknowns. If you have an SIP client, you can simply run your SIP specific code in a separate thread forked from app_main.c.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/espressif/esp-va-sdk/issues/99#issuecomment-644615460, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIO7KTLROYKFNXTQFVJ5HDTRW4UCDANCNFSM4N3IGFGA .

vikramdattu commented 4 years ago

ADF's SIP client is not compatible with esp-va-sdk. ESP-IDF version which ADF and esp-va-sdk are different.

So, currently this is not possible.