@maximai/maxim-js
Version:
Maxim AI JS SDK. Visit https://getmaxim.ai for more info.
12 lines (11 loc) • 319 B
TypeScript
/**
* Interactive AUDIO chat with OpenAI Realtime API + Maxim logging + Tool Calling
*
* Run with: npx ts-node src/lib/tests/openai/realtime_audio.ts
*
* Requirements:
* - npm install node-record-lpcm16 speaker
* - sox (macOS: brew install sox)
* - For macOS: may need to allow microphone access
*/
export {};