OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 13 forks source link

Detect AVX/SIMD CPU support #11

Closed goldyfruit closed 8 months ago

goldyfruit commented 8 months ago

When running on "old" hardware some CPU instruction will not be available which will prevent the use of some Open Voice capabilities such as Precise wake work for example.

To solve the user some painful moments, the installer should be able to detect the available CPU instructions and install a supported wake word and VAD plugins according the CPU capabilities.

goldyfruit commented 8 months ago

Done