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

text-to-speech-offline

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

text-to-speech-offline - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

dist/index.js

@@ -11,6 +11,7 @@ const TTS = (text, lang = 'id-ID', volume = 1, rate = 1, pitch = 1) => {

synthesis.cancel()
synthesis.speak(utterance)
return synthesis.speak(utterance)
}
export default TTS
module.exports = TTS

2

package.json
{
"name": "text-to-speech-offline",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple Text to Speech Offline Using API Browser",

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

@@ -41,3 +41,3 @@ # text-to-speech-offline

<button onClick={TTS("Apa kabar?")}> Speak </button>
<button onClick={() => TTS("Apa kabar?")}> Speak </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