kana-sounds
收藏资源简介:
Kana Sounds 是一个用于日语假名发音学习的音频数据集,包含104个短语音剪辑,覆盖所有平假名和片假名字符的发音。数据集由46个清音(seion)、20个浊音(dakuon)、5个半浊音(handakuon)和33个拗音(yoon)组成,每个剪辑对应一个罗马音标注的发音。所有音频经过修剪、音高修正(向330 Hz调整)和响度归一化(-20 dBFS RMS),以单声道44.1 kHz采样率、128 kbps比特率的MP3格式存储,总时长约81秒,总大小1.6 MB。平假名和片假名共享同一音频文件,因为二者发音相同。数据集适用于音频分类、自动语音识别和文本转语音等任务,尤其适合日语语言学习场景。数据来源于Learn Japanese Adventure网站,采用CC BY 4.0许可。
Kana Sounds is an audio dataset for learning Japanese kana pronunciation, containing 104 short audio clips covering all hiragana and katakana characters. The dataset consists of 46 seion (plain sounds), 20 dakuon (voiced sounds), 5 handakuon (semi-voiced sounds), and 33 yoon (contracted sounds). Each clip is labeled with its romaji pronunciation. All audio clips have been trimmed, pitch-corrected (to 330 Hz), and loudness-normalized (-20 dBFS RMS). They are stored as mono MP3 files at 44.1 kHz sample rate and 128 kbps bitrate, with a total duration of approximately 81 seconds and a total size of 1.6 MB. Hiragana and katakana share the same audio files because they have the same pronunciation. The dataset is suitable for tasks such as audio classification, automatic speech recognition, and text-to-speech, especially for Japanese language learning scenarios. The data is sourced from the Learn Japanese Adventure website and is licensed under CC BY 4.0.
Kana Sounds 数据集详情
基本信息
- 数据集名称:Kana Sounds
- 许可协议:CC BY 4.0
- 语言:日语
- 数据集规模:少于1000条样本(具体为104条)
- 任务类别:音频分类、自动语音识别、文本转语音
- 标签:日语、假名、平假名、片假名、发音、语言学习
数据集内容
该数据集包含104个简短的日语假名发音音频片段,覆盖全部平假名和片假名的发音。具体包括:
- 清音(Seion):46个片段
- 浊音(Dakuon):20个片段
- 半浊音(Handakuon):5个片段
- 拗音(Yoon):33个片段
每个音频文件使用罗马字命名,平假名与片假名共用同一个音频片段。所有片段经过修剪、音高校正和响度归一化处理,确保播放时音量一致。
音频格式
| 属性 | 说明 |
|---|---|
| 格式 | MP3 (LAME),128 kbps |
| 声道 | 单声道 |
| 采样率 | 44.1 kHz |
| 片段数量 | 104个 |
| 时长 | 0.39秒至1.54秒,中位数0.77秒,总计81秒 |
| 响度 | -20 dBFS RMS,峰值低于-1 dBFS |
| 音高 | 调整为约330 Hz |
| 总大小 | 1.6 MB |
数据处理流程
- 修剪:去除首尾静音,保留30ms头填充和60ms尾填充,两端应用8ms淡入淡出。
- 音高调整:通过自相关估计基频,使用 sox 将其移至330 Hz,最大偏移限制在6个半音内。
- 电平校准:缩放至-20 dBFS RMS,若峰值超过-1 dBFS则整体降低。
- 编码:使用 ffmpeg 将音频编码为单声道128 kbps MP3。
命名规则
文件命名遵循罗马字拼写,但有四个例外情况,文件使用源录音的训令式风格命名:
| 假名 | 显示名 | 文件名 |
|---|---|---|
| ぢ/ヂ | dji | audio/dakuon/di.mp3 |
| づ/ヅ | dzu | audio/dakuon/du.mp3 |
| しゃしゅしょ | sha shu sho | audio/yoon/sya.mp3、syu、syo |
| ちゃちゅちょ | cha chu cho | audio/yoon/cya.mp3、cyu、cyo |
| じゃじゅじょ | ja ju jo | audio/yoon/zya.mp3、zyu、zyo |
使用方式
可通过 load_dataset 函数加载整个数据集,或使用 hf_hub_download 下载单个音频文件。
引用信息
如需引用该数据集,可使用提供的 BibTeX 格式引用。数据集的原始录音来源于 Learn Japanese Adventure,遵循 CC BY 4.0 许可协议。




