rhasspy / webrtc-noise-gain

Tiny wrapper around webrtc-audio-processing for noise suppression/auto gain only
MIT License
10 stars 17 forks source link

Add 32 bit ARM platform armv5tel #22

Open lscorcia opened 2 months ago

lscorcia commented 2 months ago

I am running Home Assistant Core on a Kirkwood NAS from 2013 which has an armv5tel CPU. It is an old 32bit processor without even a floating point unit, but it still seems to hold this load pretty fine!

Today I updated Home Assistant from v2023.9 to v2024.3 and I found out that HASS has now a dependency on this library, probably because of the voice assistant component, but this means it doesn't run on this architecture anymore.

I experimented a bit and found out that it is actually a one-line change to allow the build on this architecture. I will provide a PR. I'd be happy if you could incorporate the change in your next release as it would make next upgrades painless.