You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ This repository contains a collection of code samples which show how to make com
4
4
5
5
These code examples do not use the Deepgram SDKs. If you would like to learn more about using Deepgram's SDKs, visit our [Developer Documentation](https://developers.deepgram.com/docs/deepgram-sdks).
6
6
7
+
## Current Supported Languages
8
+
9
+
This is an Open Source project and we welcome contributions from the community. If you don't see your language of choice listed below, feel free to open a PR to add it.
10
+
11
+
1.[C](./languages/c/)
12
+
2.[C++](./languages/cpp/)
13
+
3.[C#](./languages/csharp/)
14
+
4.[Go](./languages/go/)
15
+
5.[Java](./languages/java/)
16
+
6.[JavaScript](./languages/javascript/)
17
+
7.[PHP](./languages/php/)
18
+
8.[Python](./languages/python/)
19
+
9.[Ruby](./languages/ruby/)
20
+
10.[Rust](./languages/rust/)
21
+
11.[Swift](./languages/swift/)
22
+
7
23
## Getting Started
8
24
9
25
Read the README.md file in each language folder to learn how to run the files in that folder.
0 commit comments