mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-13 11:40:35 +00:00
Introduces the convertToNTSilkTct method to FFmpeg adapter interfaces and implementations, updating audio conversion logic to use this new method for Silk format conversion. Refactors FFmpegService to rename convertFile to convertAudioFmt and updates related usages. Removes 'audio-worker' entry from vite configs in napcat-framework and napcat-shell. Also fixes a typo in appid.json. Remove silk-wasm dependency and refactor audio handling Eliminated the silk-wasm package and related code, including audio-worker and direct Silk encoding/decoding logic. Audio format conversion and Silk detection are now handled via FFmpeg adapters. Updated related OneBot actions and configuration files to remove all references to silk-wasm and streamline audio processing. |
||
|---|---|---|
| .. | ||
| download-ffmpeg.ts | ||
| ffmpeg-adapter-factory.ts | ||
| ffmpeg-adapter-interface.ts | ||
| ffmpeg-addon-adapter.ts | ||
| ffmpeg-addon.ts | ||
| ffmpeg-exec-adapter.ts | ||
| ffmpeg.ts | ||
| video.ts | ||