File size: 1,904 Bytes
d22d6d4 42b2bce d22d6d4 ce46668 698cb6a cf28cdc 8347992 |
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 |
---
license: cc-by-nc-4.0
language:
- en
- de
- es
- it
- nl
- pt
- pl
- ro
- sv
- da
- fi
- hu
- el
- fr
- ru
- uk
- tr
- ar
- hi
- jp
- ko
- zh
- vi
- la
- ha
- sw
- yo
- wo
thumbnail: https://raw.githubusercontent.com/DanRuta/xVA-Synth/master/assets/x-icon.png
library: xvasynth
tags:
- emotion
- audio
- text-to-speech
- tts
pipeline_tag: text-to-speech
datasets:
- ylacombe/expresso
base_model: Pendrokar/xvapitch
---
xVASynth's xVAPitch (v3) type of voice models based on the Expresso dataset. Without enunciated, laughing, whispering and singing styles. From the `confused` style, only questions were used.
These models can also do emphasis on words by using colons `:`, rather than the typical quotemarks `"` which are skipped by the xVASynth text pre-processor:
* What :exactly: is it?
* Well :normally: we just let it run.
ex01 male: <audio controls>
<source src="https://huggingface.co/Pendrokar/xvapitch_expresso/resolve/main/x_ex01.wav?download=true" type="audio/wav">
Your browser does not support the audio element.
</audio>
ex02 female: <audio controls>
<source src="https://huggingface.co/Pendrokar/xvapitch_expresso/resolve/main/x_ex02.wav?download=true" type="audio/wav">
Your browser does not support the audio element.
</audio>
ex03 male: <audio controls>
<source src="https://huggingface.co/Pendrokar/xvapitch_expresso/resolve/main/x_ex03.wav?download=true" type="audio/wav">
Your browser does not support the audio element.
</audio>
ex04 female: <audio controls>
<source src="https://huggingface.co/Pendrokar/xvapitch_expresso/resolve/main/x_ex04.wav?download=true" type="audio/wav">
Your browser does not support the audio element.
</audio>
Legal note: Although these datasets are licensed as CC BY 4.0, the base v3 model that these models are fine-tuned from, was pre-trained on non-permissive data.
v3 base model: https://huggingface.co/Pendrokar/xvapitch |