From a8e2b45074d5f3cd3bdfb1740cd0bee1dfae3277 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 7 Feb 2025 21:31:01 +0100 Subject: line up option --- client/src/audio.rs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'client') diff --git a/client/src/audio.rs b/client/src/audio.rs index dca9cb4..ff9dc1a 100644 --- a/client/src/audio.rs +++ b/client/src/audio.rs @@ -14,13 +14,6 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -use std::{ - collections::{HashMap, VecDeque}, - env::var, - sync::mpsc::{Receiver, SyncSender, sync_channel}, - time::Instant, -}; - use anyhow::{Result, anyhow}; use audiopus::{ Application, Channels, SampleRate, @@ -33,6 +26,12 @@ use cpal::{ use glam::Vec3; use log::{debug, info, warn}; use nnnoiseless::{DenoiseState, RnnModel}; +use std::{ + collections::{HashMap, VecDeque}, + env::var, + sync::mpsc::{Receiver, SyncSender, sync_channel}, + time::Instant, +}; pub struct Audio { _instream: Option, -- cgit v1.2.3-70-g09d2