We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ade1e commit 56c4567Copy full SHA for 56c4567
2 files changed
README.md
@@ -51,6 +51,9 @@ See the simple [demo apps](https://github.com/lmnt-com/lmnt-node/tree/master/dem
51
52
53
## Release History
54
+1.2.1 / July 16, 2024
55
+- add `language` option to streaming synthesis
56
+
57
1.2.0 / May 15, 2024
58
- add optional `sample_rate` and `language` parameters in `synthesize`
59
- add optional `baseUrl` parameter to `Speech` constructor
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lmnt-node",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Node.js client library for the LMNT API",
5
"main": "src/cjs/speech.js",
6
"module": "src/esm/speech.js",
0 commit comments