Created
May 8, 2025 12:52
-
-
Save roshanadh/0bdc7dad2f97b2c087e463fb7d411324 to your computer and use it in GitHub Desktop.
package.json for the realtime audio API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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