@absolutejs/voice-deepgram 0.0.20-beta.97 → 0.0.20-beta.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -419,7 +419,7 @@ var deepgram = (config) => ({
|
|
|
419
419
|
}
|
|
420
420
|
opened = true;
|
|
421
421
|
clearOpenTimeout();
|
|
422
|
-
const keepAliveEnabled =
|
|
422
|
+
const keepAliveEnabled = config.keepAliveMs !== 0;
|
|
423
423
|
while (pendingAudio.length > 0) {
|
|
424
424
|
const next = pendingAudio.shift();
|
|
425
425
|
if (next) {
|