aoiandroid commited on
Commit
83da555
·
verified ·
1 Parent(s): 9e4c418

Model card: document samples/ folder

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -36,6 +36,18 @@ This repository is **private** and intended for TranslateBlue / internal workflo
36
 
37
  Sampling rate and STFT settings match the OpenVoice V2 converter (e.g. **22050 Hz**, linear STFT layout consistent with the PyTorch reference implementation). See the JSON files for exact ranks and notes.
38
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ## Intended use
40
 
41
  - **Voice / tone conversion** on Apple Silicon or Apple Neural Engine–capable devices, using embeddings extracted from a short reference clip.
 
36
 
37
  Sampling rate and STFT settings match the OpenVoice V2 converter (e.g. **22050 Hz**, linear STFT layout consistent with the PyTorch reference implementation). See the JSON files for exact ranks and notes.
38
 
39
+ ## Audio samples
40
+
41
+ Example WAV outputs are in the [`samples/`](https://huggingface.co/aoiandroid/OpenVoiceV2-CoreML-TranslateBlue/tree/main/samples) folder (listening tests only):
42
+
43
+ | File | Description |
44
+ |------|-------------|
45
+ | `samples/clone_1_text_eng.wav` | MeloTTS English base + Core ML E2E tone conversion; timbre from a **Japanese reference** clip (~5.5 s, 22050 Hz mono). |
46
+ | `samples/tts_coreml_out.wav` | Python (`run_openvoice_tts_coreml.py`) + Core ML run. |
47
+ | `samples/swift_tts_out.wav` | Swift CLI (`openvoice-coreml-tts`) run. |
48
+
49
+ See `samples/SAMPLE_INFO.md` for a short legend.
50
+
51
  ## Intended use
52
 
53
  - **Voice / tone conversion** on Apple Silicon or Apple Neural Engine–capable devices, using embeddings extracted from a short reference clip.