Skip to content

Commit 407cd64

Browse files
authored
Create README.md
1 parent 5a9c039 commit 407cd64

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Getting Started with Websocket API
2+
3+
This is a sample implementation of Symbl's Websocket API. You can use this sample code to generate intelligent insights in realtime and integrate real-time capabilities within your applications.
4+
5+
## Authentication
6+
7+
In order to use the SDK, you need a valid `appId` and `appSecret` which you can get by logging into [Symbl Platform](https://platform.symbl.ai)
8+
9+
## npm
10+
11+
Before running the code, install all the dependencies by running `npm install`.
12+
For this sample code, you'll also need to install [SOX](https://at.projects.genivi.org/wiki/display/PROJ/Installation+of+SoX+on+different+Platforms) - SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats.
13+
14+
## Run
15+
16+
Make sure to configure the `userId`,`name` and `auth_token` parameters before running the code.
17+
18+
Once you've configured the above, run `node index.js`
19+
20+
## Test
21+
22+
If you've configured everything correctly including `sox`, you should be able to speak into your microphone and see the transcription as well any generated insights logging in your console.
23+
24+
## References
25+
Feel free to fork any of the projects here to use on your own and if you have any code improvements, make a pull request and the request will be reviewed by one of our admins.
26+
27+
For a sample reference implentation using Symbl, take a look at our [Platform](https://platform.symbl.ai).
28+
29+
If you have questions, bugs to report or feature suggestions, join our [Dev Community](https://community.symbl.ai).

0 commit comments

Comments
 (0)