fix: remove unused variable warning in cli.rs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -261,7 +261,7 @@ async fn run_file_mode(
|
|||||||
};
|
};
|
||||||
|
|
||||||
let mut encoder = CallEncoder::new(&config);
|
let mut encoder = CallEncoder::new(&config);
|
||||||
let total_frames = pcm_frames.len() as u64;
|
let _total_frames = pcm_frames.len() as u64;
|
||||||
let frame_duration = tokio::time::Duration::from_millis(20);
|
let frame_duration = tokio::time::Duration::from_millis(20);
|
||||||
|
|
||||||
let mut total_source = 0u64;
|
let mut total_source = 0u64;
|
||||||
|
|||||||
Reference in New Issue
Block a user