From 657cabfb515ac0e18dc0c2e2ca4fc03e2e24cf65 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 10:52:30 +0200 Subject: Claude round of fixes starting to look good --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 0076290..72869af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -63,7 +63,7 @@ fn main() -> Result<()> { for chunk in mono_samples.chunks(CHUNK_SIZE) { decoder.process(chunk)?; } - + // Finalize decoding after all audio is processed let decoded_text = decoder.finalize()?; @@ -71,4 +71,4 @@ fn main() -> Result<()> { println!("{}", decoded_text); Ok(()) -} \ No newline at end of file +} -- cgit v1.3.1