🤖 AI Summary
This study addresses the challenge of acquiring high-quality whispered speech, which is inherently low-amplitude and has severely hindered research in whisper-based speech generation and recognition. To overcome the limitations of conventional synthetic or noise-contaminated data, this work proposes a pitch-free differentiable digital signal processing (DDSP) framework integrated with text-to-speech (TTS) synthesis, preserving both original timbre and linguistic content while ensuring acoustic consistency. Leveraging this approach, we construct WhispSynth—a high-fidelity multilingual whispered speech corpus comprising 118 hours of audio from 479 speakers—and combine it with the real-world whisper dataset WhispNJU through a multilingual refinement pipeline. Fine-tuning the CosyWhisper model on this corpus yields synthetic whispers whose naturalness closely matches that of authentic whispered samples.
📝 Abstract
Whisper generation is constrained by the difficulty of data collection. Because whispered speech has low acoustic amplitude, high-fidelity recording is challenging. In this paper, we introduce WhispSynth, a large-scale multilingual corpus constructed via a novel high-fidelity generative framework. Specifically, we propose a pipeline integrating Differentiable Digital Signal Processing (DDSP)-based pitch-free method with Text-to-Speech (TTS) models. This framework refines a comprehensive collection of resources, including our newly constructed WhispNJU dataset, into 118 hours of high-fidelity whispered speech from 479 speakers. Unlike standard synthetic or noisy real data, our data engine faithfully preserves source vocal timbre and linguistic content while ensuring acoustic consistency, providing a robust foundation for text-to-whisper research. Experimental results demonstrate that WhispSynth exhibits significantly higher quality than existing corpora. Moreover, our CosyWhisper, tuned with WhispSynth, achieves speech naturalness on par with ground-truth samples. The official implementation and related resources are available at https://github.com/tan90xx/cosywhisper.