2 Replies
π Created GitHub issue: https://github.com/mastra-ai/mastra/issues/10162
π If you're experiencing an error, please provide a minimal reproducible example to help us resolve it quickly.
π Thank you @Rafik Belkadi for helping us improve Mastra!
GitHub
Mastra node-audio Β· Issue #10162 Β· mastra-ai/mastra
This issue was created from Discord post 1439932161573650463: Error when trying to use mastra node-audio :
Stack Overflow
How to create a Minimal, Reproducible Example - Help Center
Stack Overflow | The Worldβs Largest Online Community for Developers
Fixed it by :
- Installed sox audio utility via Homebrew (required for microphone recording)
- Rebuilt @mastra/node-speaker native bindings using node-gyp for your macOS ARM64 system
- Fixed missing zod-from-json-schema-v3 module by running pnpm install --force
- Compiled C++ audio bindings specific to Node.js v22.17.0