fix(talkbot): convert incoming audio to WAV before transcription
This commit is contained in:
@@ -10,7 +10,7 @@ USER root
|
||||
EXPOSE 8100
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends curl \
|
||||
&& apt-get install -y --no-install-recommends curl ffmpeg \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user