@mastra/voice-sarvam 0.1.3-alpha.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +12 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mastra/voice-sarvam
|
|
2
2
|
|
|
3
|
-
Sarvam Voice integration for Mastra, providing Text-to-Speech (TTS) capabilities using Sarvam's voice technology.
|
|
3
|
+
Sarvam Voice integration for Mastra, providing Text-to-Speech (TTS) and Speech-to-text (STT) capabilities using Sarvam's voice technology.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/voice-sarvam",
|
|
3
|
-
"version": "0.1.3
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Mastra Sarvam AI voice integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"zod": "^3.24.2",
|
|
26
|
-
"@mastra/core": "^0.6.4
|
|
26
|
+
"@mastra/core": "^0.6.4"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@microsoft/api-extractor": "^7.52.1",
|
|
@@ -34,6 +34,16 @@
|
|
|
34
34
|
"vitest": "^2.1.9",
|
|
35
35
|
"@internal/lint": "0.0.1"
|
|
36
36
|
},
|
|
37
|
+
"keywords": [
|
|
38
|
+
"mastra",
|
|
39
|
+
"sarvam",
|
|
40
|
+
"tts",
|
|
41
|
+
"stt",
|
|
42
|
+
"indian-languages",
|
|
43
|
+
"speech-to-text",
|
|
44
|
+
"text-to-speech",
|
|
45
|
+
"speech-recognition"
|
|
46
|
+
],
|
|
37
47
|
"scripts": {
|
|
38
48
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
|
|
39
49
|
"build:watch": "pnpm build --watch",
|