Unverified Commit 7355d9fd authored by moto's avatar moto Committed by GitHub
Browse files

Explicitly disable wavpack when building SoX (#1462)

`wavpack` is a format not supported/tested in torchaudio.
Leaving the option blank can cause the issue like #1461 in untested environment.
parent 48deca81
...@@ -172,6 +172,7 @@ set(SOX_OPTIONS ...@@ -172,6 +172,7 @@ set(SOX_OPTIONS
--without-sndio --without-sndio
--without-sunaudio --without-sunaudio
--without-waveaudio --without-waveaudio
--without-wavpack
--without-twolame --without-twolame
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment