1. 01 Jul, 2020 1 commit
    • moto's avatar
      Add TorchScript-able "save" func to sox_io backend (#732) · 3324283c
      moto authored
      This is a part of PRs to add new "sox_io" backend. #726 and depends on #718, #728 and #731.
      
      This PR adds `save` function to "sox_io" backend, which can save Tensor to a file with the following audio formats;
       - `wav`
       - `mp3`
       - `flac`
       - `ogg/vorbis`
      3324283c