Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aristech-org/stt-client

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aristech-org/stt-client - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

2

dist/generated/google/protobuf/duration.js
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
// protoc-gen-ts_proto v2.2.4
// protoc-gen-ts_proto v2.2.5
// protoc v3.21.12

@@ -5,0 +5,0 @@ // source: google/protobuf/duration.proto

@@ -143,2 +143,8 @@ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";

vad: VadSpec | undefined;
/**
* Some models allow to specify a prompt that can be used to give the model
* some context on what was said before or to steer the model to use
* particular spellings or styles.
*/
prompt: string;
}

@@ -145,0 +151,0 @@ export declare enum RecognitionSpec_AudioEncoding {

{
"name": "@aristech-org/stt-client",
"version": "1.0.3",
"version": "1.1.0",
"description": "A Node.js client library for the Aristech Speech-to-Text API",

@@ -41,7 +41,7 @@ "type": "module",

"devDependencies": {
"@types/node": "22.7.9",
"@types/node": "22.8.5",
"dotenv": "^16.4.5",
"simple-git-hooks": "^2.11.1",
"ts-proto": "2.2.5",
"tsx": "^4.19.1",
"tsx": "4.19.2",
"typescript": "^5.6.3"

@@ -53,3 +53,3 @@ },

"dependencies": {
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protobuf": "2.2.1",
"@grpc/grpc-js": "^1.12.2"

@@ -56,0 +56,0 @@ },

@@ -21,10 +21,10 @@ # Aristech STT-Client for NodeJS

There are several examples in the `examples` directory:
There are several examples in the [examples](https://github.com/aristech-de/stt-clients/blob/main/node/examples/) directory:
- [recognize.ts](examples/recognize.ts): Pretty much the same as the example above.
- [streaming.ts](examples/streaming.ts): Demonstrates how to stream audio to the server while receiving interim results.
- [models.ts](examples/models.ts): Demonstrates how to get the available models from the server.
- [nlpFunctions.ts](examples/nlpFunctions.ts): Demonstrates how to list the configured NLP-Servers and the coresponding functions.
- [nlpProcess.ts](examples/nlpProcess.ts): Demonstrates how to perform NLP processing on a text by using the STT-Server as a proxy.
- [account.ts](examples/account.ts): Demonstrates how to retrieve the account information from the server.
- [recognize.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/recognize.ts): Pretty much the same as the example above.
- [streaming.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/streaming.ts): Demonstrates how to stream audio to the server while receiving interim results.
- [models.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/models.ts): Demonstrates how to get the available models from the server.
- [nlpFunctions.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/nlpFunctions.ts): Demonstrates how to list the configured NLP-Servers and the coresponding functions.
- [nlpProcess.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/nlpProcess.ts): Demonstrates how to perform NLP processing on a text by using the STT-Server as a proxy.
- [account.ts](https://github.com/aristech-de/stt-clients/blob/main/node/examples/account.ts): Demonstrates how to retrieve the account information from the server.

@@ -31,0 +31,0 @@ You can run the examples directly using `tsx` like this:

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc