Skip to content

Commit

Permalink
Explicitly disable wavpack when building SoX (#1462)
Browse files Browse the repository at this point in the history
`wavpack` is a format not supported/tested in torchaudio.
Leaving the option blank can cause the issue like #1461 in untested environment.
  • Loading branch information
mthrok committed Apr 19, 2021
1 parent 48deca8 commit 7355d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/sox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ set(SOX_OPTIONS
--without-sndio
--without-sunaudio
--without-waveaudio
--without-wavpack
--without-twolame
)

Expand Down

0 comments on commit 7355d9f

Please sign in to comment.