Prblen enxt chanson en flac

This commit is contained in:
2025-11-22 04:59:29 +01:00
parent e00d0ce4d8
commit a51d7c551e
10 changed files with 272 additions and 86 deletions

View File

@@ -6,7 +6,7 @@
use std::{
collections::VecDeque,
fmt, string,
fmt,
sync::{
atomic::{AtomicBool, AtomicU64, AtomicUsize, Ordering},
Arc, Mutex, Weak,
@@ -15,7 +15,7 @@ use std::{
};
use tokio::sync::Notify;
use tracing::{debug, info, trace, warn};
use tracing::{info, trace, warn};
/// Tolérance pour détecter un timestamp à zéro (TopZero).
const TOP_ZERO_EPSILON: f64 = 1e-9;