Mastra node-audio

Error when trying to use mastra node-audio :




2 Replies
Mastra Triager
Mastra Triagerβ€’4w ago
πŸ“ 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
Rafik Belkadi
Rafik BelkadiOPβ€’4w ago
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

Did you find this page helpful?