This commit is contained in:
Joey Hines 2025-08-16 13:10:01 -06:00
parent 10c9753262
commit 009110e8e0
Signed by: joeyahines
GPG Key ID: 38BA6F25C94C9382

View File

@ -8,7 +8,7 @@ use audiopus::{Application, Channels, SampleRate};
use clap::Parser; use clap::Parser;
use cpal::traits::{DeviceTrait, HostTrait, StreamTrait}; use cpal::traits::{DeviceTrait, HostTrait, StreamTrait};
use cpal::{FromSample, Sample, StreamConfig}; use cpal::{FromSample, Sample, StreamConfig};
use log::{LevelFilter, info, error}; use log::{LevelFilter, error, info};
use std::net::SocketAddr; use std::net::SocketAddr;
use std::sync::{Arc, Mutex}; use std::sync::{Arc, Mutex};