mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(deepgram): match normalized live transcript
This commit is contained in:
@@ -87,7 +87,7 @@ describeLive("deepgram live", () => {
|
||||
endpointingMs: 500,
|
||||
},
|
||||
audio: Buffer.concat([Buffer.alloc(4000, 0xff), speech, Buffer.alloc(8000, 0xff)]),
|
||||
expectedNormalizedText: "life moves pretty fast",
|
||||
expectedNormalizedText: "lifemovesprettyfast",
|
||||
});
|
||||
}, 90_000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user