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
At the moment deepspeech-node-wrapper uses sox-bin as a dependency, and it seems like the binary is not compatible with M1 architecture, see issue Mac OS X M1 ArtskydJ/node-sox-bin#8
for now might be easier to remove deepspeech-node-wrapper and bring it back later, perhaps with added support for Coqui 🐸 when their nod release becomes available.
possibly ffmpeg-static-electron binary might need updating to M1 - eg either the binary and/or the arch folder structure for electron arm64
So far these seems to be the stepped involved
deepspeech-node-wrapper
usessox-bin
as a dependency, and it seems like the binary is not compatible with M1 architecture, see issue Mac OS X M1 ArtskydJ/node-sox-bin#8deepspeech-node-wrapper/src/index.js
to not usesox-bin
butffmpeg
instead? 🤷♂️ 🤔 ❓deepspeech-node-wrapper
and bring it back later, perhaps with added support for Coqui 🐸 when their nod release becomes available.ffmpeg-static-electron
binary might need updating to M1 - eg either the binary and/or the arch folder structure for electronarm64
ffprobe-static-electron
dialog
can no longer be required from render remote process, only from main process, so need to use ipcdialog
from render remote via ipcffprobe-static-electron
ffmpeg-static-electron
deepspeech-node-wrapper/src/index.js
⬇️ (logic to hide for M1 machines as temp workaround)The text was updated successfully, but these errors were encountered: