Implemented native resampling and DTMF gen

This commit is contained in:
Luxferre
2023-02-28 15:26:49 +02:00
parent e15357c5fe
commit 12ffaf9efe
4 changed files with 51 additions and 64 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.10-slim-bullseye
USER root
WORKDIR /usr/src/app
RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list
RUN apt-get update -y && apt-get install -y libttspico-utils espeak-ng espeak-ng-data espeak-ng-espeak flite sox mbrola-*
RUN apt-get update -y && apt-get install -y libttspico-utils espeak-ng espeak-ng-data espeak-ng-espeak flite mbrola-*
COPY requirements.txt ./
COPY pyVoIP-1.6.4.patched-py3-none-any.whl ./
RUN pip install --no-cache-dir -r requirements.txt