1.4.3 • Published 3 years ago
azuretts v1.4.3
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.4.3
3 years ago
1.4.2
3 years ago
1.4.1
3 years ago
1.3.7
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.3.5
3 years ago
1.2.6
3 years ago
1.3.4
3 years ago
1.2.5
3 years ago
1.3.3
3 years ago
1.2.4
3 years ago
1.3.2
3 years ago
1.2.3
3 years ago
1.4.0
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.3.9
3 years ago
1.3.8
3 years ago
1.2.9
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago