New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

offline-tts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

offline-tts - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "offline-tts",
"version": "1.1.1",
"version": "1.1.2",
"description": "Easily convert text to speech, even offline!",

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

@@ -35,9 +35,18 @@ # offline-tts

<div className="App">
<button
onClick={() => {
speak("Hello world, this is offline text to speech!", 2, 1.5, 0.8, 0.6);
speak(
// text
"hi there, how are you. This is offline text to speech!",
// voice
2,
// speed
1.5,
// volume
0.8,
// pitch
0.6
);
}}
>
speak

@@ -44,0 +53,0 @@ </button>

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