We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6dfac commit a3b385aCopy full SHA for a3b385a
articles/ai-services/openai/how-to/audio-real-time.md
@@ -82,6 +82,12 @@ You can run the sample code locally on your machine by following these steps. Re
82
83
1. Run `download-pkg.ps1` or `download-pkg.sh` to download the required packages.
84
85
+1. Go to the `web` folder from the `./javascript/samples` folder.
86
+
87
+ ```bash
88
+ cd ./web
89
+ ```
90
91
1. Run `npm install` to install package dependencies.
92
93
1. Run `npm run dev` to start the web server, navigating any firewall permissions prompts as needed.
0 commit comments