xmos / sln_voice

XCORE-VOICE Solution
Other
9 stars 20 forks source link

Implement USB connected demonstration #11

Closed keithm-xmos closed 2 years ago

keithm-xmos commented 3 years ago

Implement USB connected demo in the STLP voice application.

See: https://www.xmos.ai/download/XVF3610-Quick-start-guide(1).pdf

keithm-xmos commented 3 years ago

The demo for the VocalFusion products is here: https://github.com/xmos/vocalfusion_dashboard

Perhaps this can be extended. However, it appears that it is somewhat coupled to the 3x10 products. Several assumptions are made in the code about the name of external applications (like vfctrl) and firmware. This will need to be investigate further to determine if it will be easier to modify the vocalfusion_dashboard or make a new one for Avona.

keithm-xmos commented 2 years ago

The first step for this is to follow the XVF3610 UA demonstration and ensure that the STLP-UA application works as a drop-in replacement.