Pad audio before WhisperX transcription
All checks were successful
CI / test (push) Successful in 16s
Build and Deploy / build-and-deploy (push) Successful in 28s

This commit is contained in:
Grendgi
2026-06-08 23:09:02 +03:00
parent 16ff6ecb5e
commit 8a2fef5a24
6 changed files with 166 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /out/ai-service ./cmd/server \
FROM alpine:3.22
RUN apk add --no-cache ca-certificates tini
RUN apk add --no-cache ca-certificates ffmpeg tini
WORKDIR /app
COPY --from=builder /out/ai-service /usr/local/bin/ai-service