Skip to content

fix: auto-resample ref audio to 24 kHz#15

Merged
wavekat-eason merged 2 commits into
mainfrom
fix/resample-ref-audio
Apr 17, 2026
Merged

fix: auto-resample ref audio to 24 kHz#15
wavekat-eason merged 2 commits into
mainfrom
fix/resample-ref-audio

Conversation

@wavekat-eason

@wavekat-eason wavekat-eason commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump wavekat-core to 0.0.8 and enable the new resample feature
  • Replace the hard error in synthesize_clone example with automatic resampling via AudioFrame::resample()
  • Users can now pass reference audio at any sample rate (e.g. 44.1 kHz) without manual ffmpeg conversion

Test plan

  • make check passes (fmt, clippy, tests)
  • Run cargo run --example synthesize_clone --features qwen3-tts -- --ref-audio ref_44k.wav --ref-text "..." --text "..."

🤖 Generated with Claude Code

wavekat-eason and others added 2 commits April 17, 2026 22:41
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@wavekat-eason
wavekat-eason merged commit 7c80312 into main Apr 17, 2026
5 checks passed
@wavekat-eason
wavekat-eason deleted the fix/resample-ref-audio branch April 17, 2026 10:52
@github-actions github-actions Bot mentioned this pull request Apr 17, 2026
wavekat-eason pushed a commit that referenced this pull request Apr 17, 2026
## 🤖 New release

* `wavekat-tts`: 0.0.2 -> 0.0.3 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.0.3](v0.0.2...v0.0.3)
- 2026-04-17

### Added

- Qwen3-TTS 0.6B voice clone
([#14](#14))

### Fixed

- auto-resample ref audio to 24 kHz
([#15](#15))

### Other

- add model weights section
([#12](#12))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Great Project, do you plan to add the VoiceClone model Qwen3-TTS-Base?

1 participant