更改url

This commit is contained in:
HKXluo 2025-04-13 12:31:42 +08:00
parent 78e50675c6
commit ab4ab696f3
No known key found for this signature in database
GPG Key ID: 498DD8DAE5261F38

View File

@ -2,7 +2,7 @@
local API_URL = "http://ffmpeg.liulikeji.cn/api/ffmpeg"
-- 内置 MP3 URL可以替换成你的目标音频
local INPUT_URL = "http://example.com/audio.mp3"
local INPUT_URL = "https://git.liulikeji.cn/xingluo/CCTweaked-Demo/raw/branch/main/Demo/FFmpegApi-Demo/demo.mp3"
-- 发送 POST 请求到 FFmpeg API
local function convertAndPlay()