Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coqui-ai/TTS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: coqui-ai/TTS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 9 commits
  • 74 files changed
  • 6 contributors

Commits on Dec 12, 2023

  1. Fix aux unit tests

    Edresson authored and eginhard committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fc09921 View commit details
    Browse the repository at this point in the history
  2. fixup! Fix aux unit tests

    eginhard committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9f325b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0859e9f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    3991d83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3412 from coqui-ai/reuben/docs-studio-refs

    Remove Coqui Studio references
    erogol authored Dec 13, 2023
    1 Configuration menu
    Copy the full SHA
    186cafb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. build: use Trainer>=0.0.36

    eginhard committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    99fee6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3423 from idiap/fix-aux-tests

    Fix CI (save best model after 0 steps in tests)
    erogol authored Dec 14, 2023
    1 Configuration menu
    Copy the full SHA
    55c7063 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Bug fix in MP3 and FLAC compute length on TTSDataset (#3092)

    * Bug Fix on XTTS load
    
    * Bug fix in MP3 length on TTSDataset
    
    * Update TTS/tts/datasets/dataset.py
    
    Co-authored-by: Aarni Koskela <[email protected]>
    
    * Uses mutagen for all audio formats
    
    * Add dataloader test wit hall supported audio formats
    
    * Use mutagen.File
    
    * Update
    
    * Fix aux unit tests
    
    * Bug fixe on unit tests
    
    ---------
    
    Co-authored-by: Aarni Koskela <[email protected]>
    Edresson and akx authored Dec 27, 2023
    1 Configuration menu
    Copy the full SHA
    5dcc16d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Update generic_utils.py (#3561)

    Handles cases when git branch produces no output or invalid output. Right now, it just crashes with `StopIteration`
    Nick Potafiy authored Feb 10, 2024
    4 Configuration menu
    Copy the full SHA
    dbf1a08 View commit details
    Browse the repository at this point in the history
Loading