Refactor PCM conversion to return result and sample rate

Updated the FFmpeg adapter interfaces and implementations so that PCM conversion methods now return an object containing the conversion result and sample rate, instead of a Buffer. Adjusted audio processing logic to accommodate this change and improved error logging. Updated native ffmpeg addon binaries.
This commit is contained in:
手瓜一十雪
2025-11-01 23:23:15 +08:00
parent 793a7491e6
commit 8413edb78d
10 changed files with 23 additions and 16 deletions