edge-tts-node
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -191,3 +191,3 @@ "use strict"; | ||
this._log("+++++++", Object.keys(this._streams), requestId); | ||
this._streams[requestId].push(data); | ||
this._streams[requestId].push(data, 'utf8'); | ||
} | ||
@@ -194,0 +194,0 @@ _pushAudioData(audioBuffer, requestId) { |
{ | ||
"name": "edge-tts-node", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "An Azure Speech Service module that uses the Microsoft Edge Read Aloud API.", | ||
@@ -5,0 +5,0 @@ "author": "Migushthe2nd <Migushthe2nd@users.noreply.github.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32424