From 3a1c222340ea214816bf6973d81e60b8843f8dbc Mon Sep 17 00:00:00 2001 From: Muaz Ahmad Date: Fri, 13 Oct 2023 14:52:30 +0500 Subject: [PATCH] renamed to PCM actual little endian output --- src/decode/codecs/audio.rs | 4 ++-- src/util/mod.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/decode/codecs/audio.rs b/src/decode/codecs/audio.rs index a13123f..bf81a0c 100644 --- a/src/decode/codecs/audio.rs +++ b/src/decode/codecs/audio.rs @@ -33,6 +33,6 @@ pub fn new_aac(metadata: Arc) -> Result