Socket
Socket
Sign inDemoInstall

azuretts

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azuretts

Module based on puppeteer to get free quality tts from Microsoft Azure


Version published
Weekly downloads
8
increased by166.67%
Maintainers
1
Weekly downloads
 
Created
Source

Module based on puppeteer to get free quality text to speech from azure

/**
 * Creates a **puppeteer-extra** browser.
 *
 * @example
 * azureTTS.createBrowser()
 *
 * @example
 * azureTTS.createBrowser({headless: false})
 *
 *
 * @return a pupppeteeer-stream browser
 */


/**
 * Converts text to speach.
 * browser should be a puppeteer browser or a
 * ibmTTS.createBrowser browser
 *
 * @example
 * azureTTS.get(browser, {
 *  text: "Hello, world!",
 *  output: "./test.ogg" // Should be a path or a stream (The audio stream may need to be reprocessed after being saved)
 *  voice: "jacob" // Voice (Get it from azure.microsoft.com/en-us/services/cognitive-services/text-to-speech)
 *  language: "English (United States)" // Language index (Get it from azure.microsoft.com/en-us/services/cognitive-services/text-to-speech)
 * })
 *
 */

FAQs

Package last updated on 15 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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