Retour sur pmoaudio

This commit is contained in:
2025-11-01 21:10:57 +01:00
parent e743c8affe
commit 5f29496d79
26 changed files with 4481 additions and 1048 deletions

View File

@@ -15,8 +15,9 @@ use tokio::io::{AsyncRead, AsyncReadExt, BufReader, ReadBuf};
use crate::{
autodetect::{decode_audio_stream, DecodeAudioError, DecodedAudioStream},
encode_flac_stream, prefixed_reader::PrefixedReader, EncoderOptions, FlacEncodedStream,
FlacError, PcmFormat, StreamInfo,
encode_flac_stream,
prefixed_reader::PrefixedReader,
EncoderOptions, FlacEncodedStream, FlacError, PcmFormat, StreamInfo,
};
const READ_CHUNK: usize = 4096;