1. 23 Jul, 2020 3 commits
  2. 22 Jul, 2020 7 commits
  3. 21 Jul, 2020 2 commits
  4. 20 Jul, 2020 4 commits
    • moto's avatar
      Update documentation and fix docstrings (#788) · 2381dd89
      moto authored
      - Addresses #549 #638 #786 
      - Add `torchaudio` top level module doc
      - Separate `torchaudio` top level module doc from `index.html`
      - Add `backend` module doc.
      - Remove `-> None` from function signature as it adds noise to documentation
      - Changed function argument name of `torchaudio.backend.sox_io_backend.save` from `tensor` to `src`, so that it matches with the reset of backends.
      - Tweak bunch of docstrings
      2381dd89
    • jimchen90's avatar
      Fix output type of upsampling (#801) · 937d52f8
      jimchen90 authored
      
      
      Fix output type of upsampling
      Co-authored-by: default avatarJi Chen <jimchen90@devfair0160.h2.fair>
      937d52f8
    • jimchen90's avatar
      Update default form in docstring (#802) · e82cc350
      jimchen90 authored
      
      
      * Update default form in docstring
      Co-authored-by: default avatarJi Chen <jimchen90@devfair0160.h2.fair>
      e82cc350
    • jimchen90's avatar
      Add LibriTTS dataset (#790) · 4b8aad7a
      jimchen90 authored
      
      
      * Add libritts
      
      Add LibriTTS dataset draft
      
      * Add libritts
      
      Use two separate ids for utterance_id.
      
      * Update output form
      
      Use full_id as utterance_id.
      
      * Update format
      
      Add space and test black format
      
      * Update test method
      
      * Add audio and text test
      
      Generate audio and test files on-the-fly in test 
      
      * Update format
      
      * Fix test error and remove assets libritts
      
      The test error is fixed by sorting the file in 4th element instead of 2nd element in samples. Since the files are generated on-the-fly, so the the libritts files in assets are removed.
      
      * Add seed in `get_whitenoise` function
      
      * Change utterance to text
      
      Change `_utterance` to `_text`.
      Co-authored-by: default avatarJi Chen <jimchen90@devfair0160.h2.fair>
      4b8aad7a
  5. 17 Jul, 2020 2 commits
  6. 16 Jul, 2020 4 commits
  7. 14 Jul, 2020 5 commits
  8. 13 Jul, 2020 1 commit
  9. 12 Jul, 2020 1 commit
  10. 08 Jul, 2020 3 commits
  11. 06 Jul, 2020 2 commits
  12. 01 Jul, 2020 6 commits