Skip to content

Commit 2daf0a4

Browse files
committed
fix
1 parent 43b583f commit 2daf0a4

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use tracing_appender::non_blocking::WorkerGuard;
1818
use tracing_subscriber::filter::FilterFn;
1919
use tracing_subscriber::Registry;
2020
mod default_device_sink;
21-
mod speak_stream_ext;
2221
mod timers;
2322
mod transcribe;
2423
use chrono::{DateTime, Local};
@@ -54,12 +53,10 @@ use uuid::Uuid;
5453
mod options;
5554
#[cfg(target_os = "windows")]
5655
mod windows_volume;
56+
use speakstream::ss::SpeakStream;
5757
use tracing::{debug, error, info, instrument, warn};
5858
use tracing_appender::rolling::{RollingFileAppender, Rotation};
5959

60-
use crate::speak_stream_ext::SpeakStreamExt;
61-
use speakstream::ss::SpeakStream;
62-
6360
#[derive(Debug, Subcommand)]
6461
pub enum SubCommands {
6562
/// Displays keys as you press them so you can figure out what key to use for push to talk.

src/speak_stream_ext.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)