Socket
Socket
Sign inDemoInstall

tts-narrator

Package Overview
Dependencies
129
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

dist/azure-tts-service.d.ts

@@ -9,3 +9,3 @@ import { VoiceSettings } from './narration-script';

protected options?: Omit<AzureAudioGenerationOptions, "outputFilePath"> | undefined;
constructor();
constructor(options?: Omit<AzureAudioGenerationOptions, "outputFilePath"> | undefined);
protected buildSpeakStartTag(voiceSettings: VoiceSettings): string;

@@ -12,0 +12,0 @@ generateAudio(ssml: string, options: AzureAudioGenerationOptions | Pick<AzureAudioGenerationOptions, 'outputFilePath'>): Promise<any>;

{
"name": "tts-narrator",
"version": "2.1.1",
"version": "2.1.2",
"description": "Generate narration with Text-To-Speech technology",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -145,4 +145,10 @@ # tts-narrator

• **new AzureTtsService**()
• **new AzureTtsService**(`options?`)
###### Parameters
| Name | Type |
| :------ | :------ |
| `options?` | `Omit`\<[`AzureAudioGenerationOptions`](#interfacesazure_tts_serviceazureaudiogenerationoptionsmd), ``"outputFilePath"``\> |
###### Overrides

@@ -149,0 +155,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc