Skip to content

chore(deps): update piper-tts requirement from >=1.2.0 to >=1.5.0 - #23

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/piper-tts-gte-1.5.0
Closed

chore(deps): update piper-tts requirement from >=1.2.0 to >=1.5.0#23
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/piper-tts-gte-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown

Updates the requirements on piper-tts to permit the latest version.

Release notes

Sourced from piper-tts's releases.

v1.5.0

  • Add libpiper C++ CLI executable ported from the legacy Piper repository, plus a C++ test suite
  • Fix libpiper builds on Windows (MSVC, MSYS2-GCC) and Windows CI
  • Bump embedded espeak-ng version
  • Add default speaker id for multi-speaker voices
  • Add vowel clustering support (--data.vowel_clusters)
  • Add in-memory patching for alignments
  • Training: add MRD (Multi-Resolution STFT) discriminator, loss/MOS tracking with UTMOS, silence-trim fixes, and dataloader performance improvements
  • Pass custom phoneme id map when training
Changelog

Sourced from piper-tts's changelog.

1.5.0

  • Add libpiper C++ CLI executable ported from the legacy Piper repository, plus a C++ test suite
  • Fix libpiper builds on Windows (MSVC, MSYS2-GCC) and Windows CI
  • Bump embedded espeak-ng version
  • Add default speaker id for multi-speaker voices
  • Add vowel clustering support (--data.vowel_clusters)
  • Add in-memory patching for alignments
  • Training: add MRD (Multi-Resolution STFT) discriminator, loss/MOS tracking with UTMOS, silence-trim fixes, and dataloader performance improvements
  • Pass custom phoneme id map when training

1.4.2

  • Fix pathvalidate dependency

1.4.1

  • Add missing wheels

1.4.0

  • Add Chinese phonemizer based on g2pW
    • Using a quantized version of the original model with quantize_dynamic
  • Add --data.phoneme_type pinyin for Chinese phonemization using g2pW
  • Add --data.phoneme_type text for using IPA phonemes directly (no espeak-ng)
  • Add --model.vocoder_warmstart_ckpt <CHECKPOINT> to restore vocoder params only
  • Add --data.dataset_type 'phoneme_ids' to train with pre-generated phoneme ids
    • Use --data.num_symbols <N> to set number of phonemes
    • Use --data.phonemes_path "/path/to/phonemes.json" for phoneme/id map
  • Add --output-dir-naming option with timestamp (default) and text

1.3.1

  • Add experimental support for alignments (see docs/ALIGNMENTS.md)
  • Raw phonemes no longer split sentences
  • Fix training for multi-speaker voices

1.3.0

  • Moved development to OHF-Voice org
  • Removed C++ code for now to focus on Python development
    • A C API libpiper written in C++ is planned
  • Embed espeak-ng directly instead of using separate piper-phonemize library
  • Change license to GPLv3
  • Use Python stable ABI (3.9+) so only a single wheel per platform is needed
  • Change Python API:
    • PiperVoice.synthesize takes a SynthesisConfig and generates AudioChunk objects
    • PiperVoice.synthesize_raw is removed
  • Add separate piper.download_voices utility for downloading voices from HuggingFace
  • Allow text as CLI argument: piper ... -- "Text to speak"

... (truncated)

Commits
  • e2a4b1f More import fixes
  • d5a67fb More importor fixes
  • 21923d6 Add importor skip for onnx
  • 92b7b65 Update CHANGELOG
  • efb8aab Merge pull request #238 from OHF-Voice/synesthesiam-20260626-training-mpd
  • f5fa7f7 Add infer_torch script
  • 7e21bf7 Fix tensorboard audio
  • c2e56c5 No regain graph
  • f168548 train: pull in loss/MOS tracking, add MRD discriminator, perf + silence-trim ...
  • 6e9ba88 Merge pull request #237 from OHF-Voice/synesthesiam-20260717-default-speaker-id
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [piper-tts](https://github.com/OHF-voice/piper1-gpl) to permit the latest version.
- [Release notes](https://github.com/OHF-voice/piper1-gpl/releases)
- [Changelog](https://github.com/OHF-Voice/piper1-gpl/blob/main/CHANGELOG.md)
- [Commits](OHF-Voice/piper1-gpl@v1.3.0...v1.5.0)

---
updated-dependencies:
- dependency-name: piper-tts
  dependency-version: 1.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from OneByJorah as a code owner July 19, 2026 08:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Author

Superseded by #24.

@dependabot dependabot Bot closed this Jul 26, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/piper-tts-gte-1.5.0 branch July 26, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants