ai-text-to-speech
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ai-text-to-speech", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A powerful and straightforward Node.js module for generating speech audio from text using the OpenAI API (support for other providers comming soon). ai-text-to-speech offers a simple and robust interface to convert text into high-quality speech audio files in various formats and voices.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ # ai-text-to-speech | ||
Developed by Jerry Kapron for everyone to use freely 👍🏼 | ||
#### [☕️ Buy me a coffee](https://buymeacoffee.com/jkapron) | ||
**[☕️ Buy me a coffee](https://buymeacoffee.com/jkapron)** | ||
@@ -12,3 +12,2 @@ ## Table of Contents | ||
- [ai-text-to-speech](#ai-text-to-speech) | ||
- [☕️ Buy me a coffee](#️-buy-me-a-coffee) | ||
- [Table of Contents](#table-of-contents) | ||
@@ -18,4 +17,7 @@ - [Features](#features) | ||
- [Usage](#usage) | ||
- [Basic Example](#basic-example) | ||
- [Advanced Usage](#advanced-usage) | ||
- [How to load the module in your code](#how-to-load-the-module-in-your-code) | ||
- [Basic Example with async/await](#basic-example-with-asyncawait) | ||
- [Basic Example with Promise .then()/.catch()](#basic-example-with-promise-thencatch) | ||
- [Advanced Usage with async/await](#advanced-usage-with-asyncawait) | ||
- [Advanced Usage with Promise .then()/.catch()](#advanced-usage-with-promise-thencatch) | ||
- [Options](#options) | ||
@@ -39,2 +41,3 @@ - [`input` (string, required)](#input-string-required) | ||
- [Audio Format Descriptions:](#audio-format-descriptions) | ||
- [☕️ Buy me a coffee](#️-buy-me-a-coffee) | ||
@@ -41,0 +44,0 @@ ## Features |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18831
273