Pad audio before WhisperX transcription
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user