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 28ce5d3cb4
commit caaf8be3b2
10 changed files with 23 additions and 16 deletions