-
Notifications
You must be signed in to change notification settings - Fork 726
Closed
Labels
Description
To bring Windows support with mp3 support, we need
- Activate build for wheels and conda package on CircleCI for Windows without SoX, see Add Windows CI #394
- Activate SoX tests only when SoX available, see testing with sox only when sox is available #419
- Fix
kaldi_io
NameError for Windows in comment. - Activate CircleCI tests on Windows (e.g. Turn on tests when building through conda-build #493)
- Implement per-file-format backend dispatch mechanism.
- Add minimp3 for mp3 support, see comment.
- Activate all tests that depend on mp3 support.
- Activate nightly upload for wheels and conda package, e.g. Apply 'nightly' branch filter to binary uploads #385.
- If MinGW is supported by pytorch, then fix Can't compile on Windows (MinGW) #42.
If and only if no backend support mp3 on Windows after the above:
- Compile SoX on Windows
- Activate build for wheels and conda package on CircleCI for Windows with SoX usinc cpp extension, e.g. Add Windows CI #394.
krmiddlebrook, cpuhrsch, deeplizard, black-snow, Abhi011999 and 1 more