1.1.5 • Published 1 year ago

speechifyapi v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

/**
 * Creates a puppeteer-stream 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)
 * })
 *
 */
1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.1.5

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago