mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-06 01:30:24 +08:00
feat(audio): use PyAV instead of ffmpeg
replaced usage of ffmpeg in favor of PyAV (`av`)
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
|
||||
# Install dependenceis to add PPAs
|
||||
RUN apt-get update && \
|
||||
apt-get install -y -qq ffmpeg aria2 && apt clean && \
|
||||
apt-get install -y -qq aria2 && apt clean && \
|
||||
apt-get install -y software-properties-common && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user