Skip to content

v0.0.7: Onnx Model for Mandarin&Japanese&English Singing Voice and automatically identify AP and EP.

Latest

Choose a tag to compare

@wolfgitpr wolfgitpr released this 30 Dec 10:27
· 10 commits to main since this release
521281f

Code version: v0.0.7

  • Language used: Chinese Mandarin, Japanese Romanization (Mandarin&Japanese)
  • Using the dictionary: ds-zh-pinyin-lite/japanese_dict_full/ds_cmudict-07b
  • Scope of application: Singing voice
  • Non acoustic automatic recognition: AP, EP (not recommend)
  • Release date: 2025-12-30

Migrate CSV Transcription Files

The completed diffsinger dataset has been created. Use this script to migrate the CSV format annotations of the old dictionary to the new dictionary.

python scripts/migrate_dict.py csv [TRANSCRIPTION_CSV] \
    --source-dict [SOURCE_DICT] \
    --target-dict [TARGET_DICT] \
    [--save-path [OUTPUT_CSV] ] \
    [--overwrite]
- `TRANSCRIPTION_CSV`: Path to CSV file with transcriptions.

- `--source-dict`: Path to source dictionary file.

- `--target-dict`: Path to target dictionary file.

- `--save-path`: Path to save migrated file (defaults to original file).

- `--overwrite`: Overwrite existing file (optional flag).

Data contributors

  • 白烁
  • 风羽翼Tsubasa
  • 烛曦遥Haruka
  • 夜燐Yarin
  • 芸青岩
  • 绮萱

Full Changelog: v0.0.6...v0.0.7