large update

This commit is contained in:
2026-03-01 21:42:05 +05:00
parent 8764b4dbc0
commit 564c9c2d2f
4 changed files with 126 additions and 12 deletions

View File

@@ -127,6 +127,8 @@ async def video_to_wav(req: VideoToWavRequest):
return FileResponse(str(dest), filename=dest.name, media_type="audio/wav")
# MoviePy video-to-audio endpoints moved to api/route/moviepy.py
class Mp3ToTextRequest(BaseModel):
filename: str