[Voxtral Realtime] Introduce global log mel max (#33574)

Signed-off-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Patrick von Platen
2026-02-02 23:01:47 +01:00
committed by GitHub
parent 089cd4f002
commit 5019c59dd2
4 changed files with 19 additions and 11 deletions

View File

@@ -126,8 +126,8 @@ async def test_multi_chunk_streaming(
assert event["type"] == "transcription.done"
assert event["text"] == full_text
assert full_text == (
" He has first words I spoke in the original phonograph."
" First words I spoke in the original phonograph."
" A little piece of practical poetry. Mary had a little lamb,"
" it squeaked with quite a flow, and everywhere that Mary went,"
" it sleeps with quite a flow, and everywhere that Mary went,"
" the lamb was sure to go"
)