Skip to content

Instantly share code, notes, and snippets.

@roshanadh
Created May 8, 2025 12:52
Show Gist options
  • Select an option

  • Save roshanadh/0bdc7dad2f97b2c087e463fb7d411324 to your computer and use it in GitHub Desktop.

Select an option

Save roshanadh/0bdc7dad2f97b2c087e463fb7d411324 to your computer and use it in GitHub Desktop.
package.json for the realtime audio API
{
"name": "azure-gpt4o-audio",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"@azure/identity": "^4.9.1",
"dotenv": "^16.5.0",
"openai": "^4.96.2",
"speaker": "^0.5.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment