You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't assume x86_64 when looking for espeak-ng-data.
On Debian-like systems, the data is stored in an architecture-dependent
location, so on aarch64 the usual location is /usr/share/aarch64-linux-gnu.
(Almost certainly safe to assume *-linux-gnu, so this patch still does that.)
0 commit comments