Skip to content

Commit

Permalink
Support for opus
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyharfield committed Nov 14, 2024
1 parent 9eefdb0 commit b21deb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.8-buster AS arbimon-soundscapes

# Install R, sox and libsndfile/libfftw (required by seewave)
RUN apt-get update && \
apt-get install -y sox r-base r-cran-devtools libsndfile-dev libfftw3-3 libfftw3-dev pkg-config
apt-get install -y opus-tools sox r-base r-cran-devtools libsndfile-dev libfftw3-3 libfftw3-dev pkg-config

# Install seewave (R package)
ARG SEEWAVE_VERSION=1.7.6
Expand Down

0 comments on commit b21deb1

Please sign in to comment.