summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
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
+}