File size: 3,978 Bytes
3b7b7eb
 
11dd852
 
 
 
3b7b7eb
11dd852
9eb22f6
3b7b7eb
11dd852
3b7b7eb
9eb22f6
 
0b5bc58
3b7b7eb
9eb22f6
3b7b7eb
 
 
 
 
 
 
 
 
9eb22f6
3b7b7eb
 
 
 
 
 
 
9eb22f6
3b7b7eb
 
 
 
 
 
 
 
 
9eb22f6
3b7b7eb
 
 
 
 
 
 
 
 
9eb22f6
3b7b7eb
 
 
 
 
 
 
 
 
 
 
 
 
9eb22f6
3b7b7eb
 
 
 
 
 
 
 
 
9eb22f6
3b7b7eb
0b5bc58
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
license: apache-2.0
task_categories:
- audio-to-audio
tags:
- audio-super-resolution
---

# LJSpeech-1.1 High-Resolution Dataset (48,000 Hz)

This dataset was created using the method described in [HiFi-SR: A Unified Generative Transformer-Convolutional Adversarial Network for High-Fidelity Speech Super-Resolution](https://huggingface.co/papers/2501.10045).

The LJSpeech-1.1 dataset, widely recognized for its utility in text-to-speech (TTS) and other speech processing tasks, has now been enhanced through a cutting-edge speech 
super-resolution algorithm. The original dataset, which featured a sampling rate of 22,050 Hz, has been upscaled to 48,000 Hz using [**ClearerVoice-Studio**](https://github.com/modelscope/ClearerVoice-Studio), providing a high-fidelity version suitable 
for advanced audio processing tasks [1].

**Key Features**

  - High-Resolution Audio: The dataset now offers audio files at a sampling rate of 48,000 Hz, delivering enhanced perceptual quality with richer high-frequency details.
  
  - Original Content Integrity: The original linguistic content and annotation structure remain unchanged, ensuring compatibility with existing workflows.
  
  - Broader Application Scope: Suitable for professional-grade audio synthesis, TTS systems, and other high-quality audio applications.
  
  - Open Source: Freely available for academic and research purposes, fostering innovation in the speech and audio domains.

**Original Dataset**

  - Source: The original LJSpeech-1.1 dataset contains 13,100 audio clips of a single female speaker reading passages from public domain books.
  
  - Duration: Approximately 24 hours of speech data.
  
  - Annotations: Each audio clip is paired with a corresponding text transcript.

**Super-Resolution Processing**

The original 22,050 Hz audio recordings were processed using a state-of-the-art MossFormer2-based speech super-resolution model. This model employs:

  - Advanced Neural Architectures: A combination of transformer-based sequence modeling and convolutional networks.
  
  - Perceptual Optimization: Loss functions designed to preserve the naturalness and clarity of speech.
  
  - High-Frequency Reconstruction: Algorithms specifically tuned to recover lost high-frequency components, ensuring smooth and artifact-free enhancement.

**Output Format**

  - Sampling Rate: 48,000 Hz
  
  - Audio Format: WAV
  
  - Bit Depth: 16-bit
  
  - Channel Configuration: Mono

**Use Cases**

  1. Text-to-Speech (TTS) Synthesis
      β—‹ Train high-fidelity TTS systems capable of generating human-like speech.
      β—‹ Enable expressive and emotionally nuanced TTS outputs.
     
  2. Speech Super-Resolution Benchmarking
      β—‹ Serve as a reference dataset for evaluating speech super-resolution algorithms.
      β—‹ Provide a standardized benchmark for perceptual quality metrics.
      
  3. Audio Enhancement and Restoration
      β—‹ Restore low-resolution or degraded speech signals for professional applications.
      β—‹ Create high-quality voiceovers and narration for multimedia projects.

**File Structure**
  
The dataset retains the original LJSpeech-1.1 structure, ensuring ease of use:

  ```sh
  LJSpeech-1.1-48kHz/
  β”œβ”€β”€ metadata.csv         # Text transcriptions and audio file mappings
  β”œβ”€β”€ wavs/               # Directory containing 48,000 Hz WAV files
  └── LICENSE.txt         # License information
  ```
**Licensing**

The LJSpeech-1.1 High-Resolution Dataset is released under the same open license as the original LJSpeech-1.1 dataset (https://keithito.com/LJ-Speech-Dataset/). Users are free to use, modify, and share the dataset for academic and non-commercial purposes, provided proper attribution is given.

[1] Shengkui Zhao, Kun Zhou, Zexu Pan, Yukun Ma, Chong Zhang, Bin Ma, "[HiFi-SR: A Unified Generative Transformer-Convolutional Adversarial Network for High-Fidelity Speech Super-Resolution](https://arxiv.org/abs/2501.10045)", ICASSP 2025.