├── .gitignore ├── README.md └── Voices.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Play.ht Text-to-Speech API 2 | 3 | Build realtime voice experiences using Play's generative text-to-speech API. 4 | 5 | Our [AI voice generator](https://play.ht) provides a single interface to generate ultra-realistic speech from text, clone voices, generate voice dialogue and more. 6 | 7 |

8 | 9 | > ## 💡 New docs - https://docs.play.ht! 10 | > 11 | >
12 | > 13 | >
14 | > We are excited to announce the release of our new documentation page, which provides a comprehensive specification of all our API endpoints, along with interactive demos to help you get started quickly. 15 | > 16 | > You can access the documentation by visiting https://docs.play.ht! 17 | >

18 | > 19 | > ![image](https://user-images.githubusercontent.com/5091082/232076784-6496568d-afc1-452b-9e57-2f9e2f7ec9f0.png) 20 | >
https://docs.play.ht 21 | >
22 | > 23 | >

24 | 25 |

26 | 27 | Take a look at the [Voices reference file](Voices.md) to see a list of the available voices and languages. The file also contains audio samples to help you pick. 28 | 29 | **Note:** You need to have a Play.ht account with word credit to be able to access the API. 30 | 31 | -------------------------------------------------------------------------------- /Voices.md: -------------------------------------------------------------------------------- 1 | 22 | 23 | # AI Text to Speech Voices 24 | 25 | This is a list of all the available text to speech voices in the API with their audio samples. 26 | 27 | Use **Voice ID** and **Narration Styles** (for supported voices) from this list to reference a voice and a narration style, respectively, in your calls to the API. You can also listen to a sample of each voice through its **Sample** URL. 28 | 29 | 30 | Voice ID | Voice Name | Language | Narration Styles | | 31 | --- | --- | --- | --- | --- | 32 | `af-ZA-Standard-A` | Imka | Afrikaans | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/af-ZA-Standard-A.wav) 33 | `Zeina` | Zeina | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWgyp5cNhiXhSnGVkp.mp3?generation=1577892182650502&alt=media) 34 | `ar-XA-Wavenet-A` | Aisha | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ar-XA-Wavenet-A.mp3?generation=1577738276541750&alt=media) 35 | `ar-XA-Wavenet-B` | Amjad | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ar-XA-Wavenet-B.mp3?generation=1577738278824389&alt=media) 36 | `ar-XA-Wavenet-C` | Hazem | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ar-XA-Wavenet-C.mp3?generation=1577738281429059&alt=media) 37 | `ar-XA-Standard-A` | Alya | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ar-XA-Standard-A.mp3?generation=1577738618139375&alt=media) 38 | `ar-XA-Standard-B` | Idris | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ar-XA-Standard-B.mp3?generation=1577738641731649&alt=media) 39 | `ar-XA-Standard-C` | Jalal | Arabic | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ar-XA-Standard-C.mp3?generation=1577738644019839&alt=media) 40 | `ar-XA-Standard-D` | Salma | Arabic | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ar-XA-Standard-D.wav) 41 | `ar-MS_OmarVoice` | Omar | Arabic | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Omar.wav) 42 | `ar-EG-SalmaNeural` | Salma | Arabic (Egypt) | --- |[Sample](https://media.play.ht/full_-MWYCcEzIJUhu--lWf6M.mp3) 43 | `ar-EG-Hoda` | Hoda | Arabic (Egypt) | --- |[Sample](https://media.play.ht/full_-MWbqZih-9Tushh_iy6D.mp3) 44 | `ar-EG-ShakirNeural` | Shakir | Arabic (Egypt) | --- |[Sample](https://media.play.ht/full_-MWcUuEdX1zA1pqeaC2l.mp3) 45 | `ar-SA-ZariyahNeural` | Zariyah | Arabic (Saudi Arabia) | --- |[Sample](https://media.play.ht/full_-MWYDD1-AvOGZnndRCmO.mp3) 46 | `ar-SA-Naayf` | Naayf | Arabic (Saudi Arabia) | --- |[Sample](https://media.play.ht/full_-MWbqP_baNFYNZV1hEXo.mp3) 47 | `ar-SA-HamedNeural` | Hamed | Arabic (Saudi Arabia) | --- |[Sample](https://media.play.ht/full_-MWcUM33iSTx1vhzFq0Q.mp3) 48 | `bn-IN-Standard-A` | Bansuri | Bengali (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/bn-IN-Standard-A.wav) 49 | `bn-IN-Standard-B` | Vimridh | Bengali (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/bn-IN-Standard-B.wav) 50 | `bn-IN-Wavenet-A` | Ahana | Bengali (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/bn-IN-Wavenet-A.wav) 51 | `bn-IN-Wavenet-B` | Anik | Bengali (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/bn-IN-Wavenet-B.wav) 52 | `bg-bg-Standard-A` | Petia | Bulgarian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/bg-bg-Standard-A.wav) 53 | `bg-BG-Ivan` | Ivan | Bulgarian | --- |[Sample](https://media.play.ht/full_-MWbql1avTyXNM1gltjB.mp3) 54 | `bg-BG-KalinaNeural` | Kalina | Bulgarian | --- |[Sample](https://media.play.ht/full_-MWYpXNxZIak6ce9G7hh.mp3) 55 | `bg-BG-BorislavNeural` | Borislav | Bulgarian | --- |--- 56 | `ca-es-Standard-A` | Nuria | Catalan | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ca-es-Standard-A.wav) 57 | `ca-ES-AlbaNeural` | Alba | Catalan | --- |[Sample](https://media.play.ht/full_-MWYDdrnZwj3LSvnXvkB.mp3) 58 | `ca-ES-HerenaRUS` | Herena | Catalan | --- |[Sample](https://media.play.ht/full_-MWbr6NPMXiEq8tDoxG3.mp3) 59 | `ca-ES-JoanaNeural` | Joana | Catalan | --- |[Sample](https://media.play.ht/full_-MWgh4s7jzbSI8OGmOiu.mp3) 60 | `ca-ES-EnricNeural` | Enric | Catalan | --- |[Sample](https://media.play.ht/full_-MWgh24T1pzx6Zt82cO0.mp3) 61 | `Zhiyu` | Zhiyu | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWhH8fapjDXxvPMMk8.mp3?generation=1577892261557151&alt=media ) 62 | `cmn-CN-Standard-A` | Yu Yan | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cmn-CN-Standard-A.mp3?generation=1577739022757971&alt=media) 63 | `cmn-CN-Standard-B` | Zhang Wei | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cmn-CN-Standard-B.mp3?generation=1577739024779796&alt=media) 64 | `cmn-CN-Standard-C` | Wang Fang | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cmn-CN-Standard-C.mp3?generation=1577739027176084&alt=media) 65 | `cmn-CN-Standard-D` | Chunhua | Chinese | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-CN-Standard-D.wav) 66 | `cmn-CN-Wavenet-A` | Zhi Ruo | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cmn-CN-Wavenet-A.mp3?generation=1577738283601861&alt=media) 67 | `cmn-CN-Wavenet-B` | Li Wei | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cmn-CN-Wavenet-B.mp3?generation=1577738285782054&alt=media) 68 | `cmn-CN-Wavenet-C` | Li Na | Chinese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cmn-CN-Wavenet-C.mp3?generation=1577738288030285&alt=media) 69 | `cmn-CN-Wavenet-D` | Meifen | Chinese | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-CN-Wavenet-D.wav) 70 | `zh-CN_LiNaVoice` | Lina | Chinese | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/LiNa.wav) 71 | `zh-CN_WangWeiVoice` | Wang | Chinese | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/WangWei.wav) 72 | `zh-CN_ZhangJingVoice` | Zhang | Chinese | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/ZhangJing.wav) 73 | `zh-CN-XiaoxiaoNeural` | Xiaoxiao | Chinese | `newscast`, `customerservice`, `assistant`, `chat`, `calm`, `cheerful`, `sad`, `angry`, `fearful`, `disgruntled`, `serious`, `affectionate`, `gentle`, `lyrical` |[Sample](https://media.play.ht/full_-MWYop0bpUqReHyw353u.mp3) 74 | `zh-CN-XiaoyouNeural` | Xiaoyou | Chinese | --- |[Sample](https://media.play.ht/full_-MWYow2lHJ7f1cuvr-ME.mp3) 75 | `zh-CN-YunyangNeural` | Yunyang | Chinese | `customerservice` |[Sample](https://media.play.ht/full_-MWYp1dog__rd2CjOrM4.mp3) 76 | `zh-CN-YunyeNeural` | Yunye | Chinese | --- |[Sample](https://media.play.ht/full_-MWYp64XGEGYhlH86PzJ.mp3) 77 | `zh-CN-HuihuiRUS` | Huihui | Chinese | --- |[Sample](https://media.play.ht/full_-MWcGqvwUTVAn3rVdBfM.mp3) 78 | `zh-CN-Yaoyao-Apollo` | Yaoyao | Chinese | --- |[Sample](https://media.play.ht/full_-MWcGz0D9ql-f-bbIPyh.mp3) 79 | `zh-CN-Kangkang-Apollo` | Kangkang | Chinese | --- |[Sample](https://media.play.ht/full_-MWcH5KEUhLdT5RfD80R.mp3) 80 | `zh-CN-XiaohanNeural` | Xiaohan | Chinese | `cheerful`, `sad`, `angry`, `fearful`, `disgruntled`, `serious`, `embarrassed`, `affectionate`, `gentle` |[Sample](https://media.play.ht/full_-MWcSCX0nRkbi3WLFVIJ.mp3) 81 | `zh-CN-XiaomoNeural` | Xiaomo | Chinese | `cheerful`, `angry`, `fearful`, `disgruntled`, `serious`, `depressed`, `gentle` |[Sample](https://media.play.ht/full_-MWcSKsPAoODAmictBAE.mp3) 82 | `zh-CN-XiaoruiNeural` | Xiaorui | Chinese | --- |--- 83 | `zh-CN-XiaoxuanNeural` | Xiaoxuan | Chinese | `cheerful`, `angry`, `fearful`, `disgruntled`, `serious`, `depressed`, `gentle` |[Sample](https://media.play.ht/full_-MWcSWe6LeLDe2Mg489_.mp3) 84 | `zh-CN-YunxiNeural` | Yunxi | Chinese | `assistant`, `cheerful`, `sad`, `angry`, `fearful`, `disgruntled`, `serious`, `depressed`, `embarrassed` |[Sample](https://media.play.ht/full_-MWcT2T264z196lhpZ1b.mp3) 85 | `yue-HK-Standard-A` | Lixue | Chinese (Cantonese) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/yue-HK-Standard-A.wav) 86 | `yue-HK-Standard-B` | Kuan-yin | Chinese (Cantonese) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/yue-HK-Standard-B.wav) 87 | `yue-HK-Standard-C` | Mingmei | Chinese (Cantonese) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/yue-HK-Standard-C.wav) 88 | `yue-HK-Standard-D` | Jiahao | Chinese (Cantonese) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/yue-HK-Standard-D.wav) 89 | `zh-HK-HiuGaaiNeural` | HiuGaai | Chinese (Cantonese) | --- |[Sample](https://media.play.ht/full_-MWYpGdGOMrMEqbeyT7Q.mp3) 90 | `zh-HK-TracyRUS` | Tracy | Chinese (Cantonese) | --- |[Sample](https://media.play.ht/full_-MWcHaXrCQybTXTAYRP3.mp3) 91 | `zh-HK-Danny-Apollo` | Danny | Chinese (Cantonese) | --- |[Sample](https://media.play.ht/full_-MWcHfY0sXhD2jvHoGVc.mp3) 92 | `zh-HK-HiuMaanNeural` | HiuMaan | Chinese (Cantonese) | --- |[Sample](https://media.play.ht/full_-MWgo-zR-V3aFGJCRKPT.mp3) 93 | `zh-HK-WanLungNeural` | WanLung | Chinese (Cantonese) | --- |[Sample](https://media.play.ht/full_-MWgo47PPQ1fmKXK0T7F.mp3) 94 | `cmn-TW-Standard-A` | Hui-chun | Chinese (TW) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-TW-Standard-A.wav) 95 | `cmn-TW-Standard-B` | Chien-hung | Chinese (TW) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-TW-Standard-B.wav) 96 | `cmn-TW-Standard-C` | Hsin-hung | Chinese (TW) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-TW-Standard-C.wav) 97 | `cmn-TW-Wavenet-A` | Mei-ling | Chinese (TW) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-TW-Wavenet-A.wav) 98 | `cmn-TW-Wavenet-B` | Tsung-han | Chinese (TW) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-TW-Wavenet-B.wav) 99 | `cmn-TW-Wavenet-C` | Yan-ting | Chinese (TW) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/cmn-TW-Wavenet-C.wav) 100 | `zh-TW-HsiaoYuNeural` | HsiaoYu | Chinese (TW) | --- |[Sample](https://media.play.ht/full_-MWYpNToR8pG5hfZICwl.mp3) 101 | `zh-TW-Yating-Apollo` | Yating | Chinese (TW) | --- |[Sample](https://media.play.ht/full_-MWcHsYeNVOHlW42tExB.mp3) 102 | `zh-TW-HanHanRUS` | HanHan | Chinese (TW) | --- |[Sample](https://media.play.ht/full_-MWcHy5NPFp283m9Wo0P.mp3) 103 | `zh-TW-Zhiwei-Apollo` | Zhiwei | Chinese (TW) | --- |[Sample](https://media.play.ht/full_-MWcI3wPKvdCh7XX27An.mp3) 104 | `zh-TW-HsiaoChenNeural` | HsiaoChen | Chinese (TW) | --- |[Sample](https://media.play.ht/full_-MWgnl0urXv5Ob4-pRus.mp3) 105 | `zh-TW-YunJheNeural` | YunJhe | Chinese (TW) | --- |[Sample](https://media.play.ht/full_-MWgnqtZenYjF4U0tVlc.mp3) 106 | `hr-HR-Matej` | Matej | Croatian | --- |[Sample](https://media.play.ht/full_-MWc3QKQetFOKzAwdqVk.mp3) 107 | `hr-HR-GabrijelaNeural` | Gabrijela | Croatian | --- |[Sample](https://media.play.ht/full_-MWZ9bvMICCYKnb9J3aC.mp3) 108 | `hr-HR-SreckoNeural` | Srecko | Croatian | --- |[Sample](https://media.play.ht/full_-MWgkRp4x_nkXpHqlHLi.mp3) 109 | `cs-CZ-Standard-A` | Adina | Czech | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cs-CZ-Standard-A.mp3?generation=1577739078563687&alt=media) 110 | `cs-CZ-Wavenet-A` | Adriana | Czech | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/cs-CZ-Wavenet-A.mp3?generation=1577738290065529&alt=media) 111 | `cs-CZ-Jakub` | Jakub | Czech | --- |[Sample](https://media.play.ht/full_-MWbrKNA9HMsQLdkyrDD.mp3) 112 | `cs-CZ-VlastaNeural` | Vlasta | Czech | --- |[Sample](https://media.play.ht/full_-MWZAGo0Vhk1yArj45Y5.mp3) 113 | `cs-CZ-AntoninNeural` | Antonin | Czech | --- |[Sample](https://media.play.ht/full_-MWghS480KW3Keta9Vbm.mp3) 114 | `Mads` | Mads | Danish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FMads.mp3?alt=media&token=e304661e-7174-4026-8e0c-b30afb7ac9a2) 115 | `Naja` | Naja | Danish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FNaja.mp3?alt=media&token=959b45e8-fb37-4f22-9013-05428fdd3246) 116 | `da-DK-Standard-A` | Agathe | Danish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/da-DK-Standard-A.mp3?generation=1577739133929183&alt=media) 117 | `da-DK-Standard-C` | Oscar | Danish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/da-DK-Standard-C.wav) 118 | `da-DK-Standard-D` | Alberte | Danish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/da-DK-Standard-D.wav) 119 | `da-DK-Standard-E` | Caroline | Danish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/da-DK-Standard-E.wav) 120 | `da-DK-Wavenet-A` | Agnes | Danish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/da-DK-Wavenet-A.mp3?generation=1577738292729608&alt=media) 121 | `da-DK-Wavenet-C` | Malthe | Danish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/da-DK-Wavenet-C.wav) 122 | `da-DK-Wavenet-D` | Josefine | Danish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/da-DK-Wavenet-D.wav) 123 | `da-DK-Wavenet-E` | Sofie | Danish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/da-DK-Wavenet-E.wav) 124 | `da-DK-ChristelNeural` | Christel | Danish | --- |[Sample](https://media.play.ht/full_-MWYE8QXEVK2_9hFN6lY.mp3) 125 | `da-DK-HelleRUS` | Helle | Danish | --- |[Sample](https://media.play.ht/full_-MWbsON62azau202b7xU.mp3) 126 | `da-DK-JeppeNeural` | Jeppe | Danish | --- |[Sample](https://media.play.ht/full_-MWghdnaHKvm66wPjgON.mp3) 127 | `Lotte` | Lotte | Dutch | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FLotte.mp3?alt=media&token=2bb8eb47-4c38-4e59-9762-2cdbf3bad46f) 128 | `Ruben` | Ruben | Dutch | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FRuben.mp3?alt=media&token=358ea32e-6344-4ee0-b47d-8d681e20e44e) 129 | `nl-NL-Standard-A` | Sophie | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L95MH1xBVUthlPxyX5_.mp3?generation=1522672676340930&alt=media) 130 | `nl-NL-Wavenet-A` | Julia | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAguHtfde_hXpsKHUM.mp3?generation=1541015842527540&alt=media) 131 | `nl-NL-Standard-B` | Bram | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Standard-B.mp3?generation=1577739067887387&alt=media) 132 | `nl-NL-Standard-C` | Lucas | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Standard-C.mp3?generation=1577739070718970&alt=media) 133 | `nl-NL-Standard-D` | Tess | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Standard-D.mp3?generation=1577739073394658&alt=media) 134 | `nl-NL-Standard-E` | Fenna | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Standard-E.mp3?generation=1577739076407888&alt=media) 135 | `nl-NL-Wavenet-B` | Daan | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Wavenet-B.mp3?generation=1577738376220848&alt=media) 136 | `nl-NL-Wavenet-C` | Luuk | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Wavenet-C.mp3?generation=1577738378689491&alt=media) 137 | `nl-NL-Wavenet-D` | Zoe | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Wavenet-D.mp3?generation=1577738381136976&alt=media) 138 | `nl-NL-Wavenet-E` | Eva | Dutch | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nl-NL-Wavenet-E.mp3?generation=1577738383516076&alt=media) 139 | `nl-NL_EmmaVoice` | Emma | Dutch | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Emma.wav) 140 | `nl-NL_LiamVoice` | Liam | Dutch | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Liam.wav) 141 | `nl-NL-ColetteNeural` | Colette | Dutch | --- |[Sample](https://media.play.ht/full_-MWYc8akOw_Upfd4kfcH.mp3) 142 | `nl-NL-HannaRUS` | Hanna | Dutch | --- |[Sample](https://media.play.ht/full_-MWc9KpaII9qBZSDMI9L.mp3) 143 | `nl-NL-FennaNeural` | Fenna | Dutch | --- |[Sample](https://media.play.ht/full_-MWc7rP1gSLa6wjgRqz4.mp3) 144 | `nl-NL-MaartenNeural` | Maarten | Dutch | --- |[Sample](https://media.play.ht/full_-MWglSb-9Pji4lb-avBo.mp3) 145 | `nl-BE-Standard-A` | Sacnite | Dutch (Belgium) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/nl-BE-Standard-A.wav) 146 | `nl-BE-Standard-B` | Casper | Dutch (Belgium) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/nl-BE-Standard-B.wav) 147 | `nl-BE-Wavenet-A` | Sacnite | Dutch (Belgium) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/nl-BE-Wavenet-A.wav) 148 | `nl-BE-Wavenet-B` | Casper | Dutch (Belgium) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/nl-BE-Wavenet-B.wav) 149 | `nl-BE_AdeleVoice` | Adele | Dutch (Belgium) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Adele.wav) 150 | `nl-BE-DenaNeural` | Dena | Dutch (Belgium) | --- |--- 151 | `nl-BE-ArnaudNeural` | Arnaud | Dutch (Belgium) | --- |--- 152 | `Nicole` | Nicole | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVNWvbLR0CcfBa6BJN.mp3?generation=1490897260103000&alt=media) 153 | `Russell` | Russell | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVNOsZztJzvF0enGsT.mp3?generation=1490897242061000&alt=media) 154 | `en-AU-Standard-A` | Charlotte | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L9210HA-NVGzYcMAZfz.mp3?generation=1522616773273417&alt=media) 155 | `en-AU-Standard-B` | Oliver | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921NM0fEHtpVmjVpom.mp3?generation=1522616866081866&alt=media) 156 | `en-AU-Standard-C` | Olivia | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921RrJaARdr3tBkQfP.mp3?generation=1522616884878418&alt=media) 157 | `en-AU-Standard-D` | William | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921XJraXxWptOh8dj9.mp3?generation=1522616907012445&alt=media) 158 | `en-AU-Wavenet-A` | Chloe | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQA_8KBa_gpxoO6UJPE.mp3?generation=1541013809392628&alt=media) 159 | `en-AU-Wavenet-B` | Ethan | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQA_Rsg5B0I7qcINRtp.mp3?generation=1541013888282089&alt=media) 160 | `en-AU-Wavenet-C` | Ava | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQA_WzIjA082fQEb74T.mp3?generation=1541013910287852&alt=media) 161 | `en-AU-Wavenet-D` | Jackson | English (AU) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQA_bVFtl-7c_fHIa4E.mp3?generation=1541013931631971&alt=media) 162 | `en-AU_CraigVoice` | Craig | English (AU) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Craig.wav) 163 | `en-AU_MadisonVoice` | Madison | English (AU) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Madison.wav) 164 | `en-AU-NatashaNeural` | Natasha | English (AU) | --- |[Sample](https://media.play.ht/full_-MNf1hr4_C_x5OT6_SYY.mp3) 165 | `en-AU-Catherine` | Catherine | English (AU) | --- |[Sample](https://media.play.ht/full_-MNf1gipBm7K1HhhglQ_.mp3) 166 | `en-AU-HayleyRUS` | Hayley | English (AU) | --- |[Sample](https://media.play.ht/full_-MNf1hHabOG9PsnQW4VK.mp3) 167 | `en-AU-WilliamNeural` | William | English (AU) | --- |[Sample](https://media.play.ht/full_-MNf1WWtYyzg0Wp5hClm.mp3) 168 | `en-CA-ClaraNeural` | Clara | English (Canada) | --- |[Sample](https://media.play.ht/full_-MNf1f3Jjzjp1ZT51_3V.mp3) 169 | `en-CA-Linda` | Linda | English (Canada) | --- |[Sample](https://media.play.ht/full_-MNf1g9ruUfR506xlYO9.mp3) 170 | `en-CA-HeatherRUS` | Heather | English (Canada) | --- |[Sample](https://media.play.ht/full_-MNf1fbANA2-TgUmVuTH.mp3) 171 | `en-CA-LiamNeural` | Liam | English (Canada) | --- |[Sample](https://media.play.ht/full_-MWgiL5dtRS0J5IskfSy.mp3) 172 | `en-HK-YanNeural` | Yan | English (Hong Kong) | --- |--- 173 | `en-HK-SamNeural` | Sam | English (Hong Kong) | --- |--- 174 | `Raveena` | Raveena | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVMJ3aErhvcJdro38R.mp3?generation=1490896731578000&alt=media) 175 | `en-IN-Standard-A` | Alisha | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/en-IN-Standard-A.mp3?generation=1577739112789160&alt=media) 176 | `en-IN-Standard-B` | Sai | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/en-IN-Standard-B.mp3?generation=1577739114824760&alt=media) 177 | `en-IN-Standard-C` | Ayaan | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/en-IN-Standard-C.mp3?generation=1577739117076008&alt=media) 178 | `en-IN-Standard-D` | Ananya | English (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-IN-Standard-D.wav) 179 | `en-IN-Wavenet-A` | Amara | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/en-IN-Wavenet-A.mp3?generation=1577738297793278&alt=media) 180 | `en-IN-Wavenet-B` | Vivaan | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/en-IN-Wavenet-B.mp3?generation=1577738300354038&alt=media) 181 | `en-IN-Wavenet-C` | Aditya | English (India) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/en-IN-Wavenet-C.mp3?generation=1577738302754049&alt=media) 182 | `en-IN-Wavenet-D` | Amoli | English (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-IN-Wavenet-D.wav) 183 | `en-IN-NeerjaNeural` | Neerja | English (India) | --- |[Sample](https://media.play.ht/full_-MNf1dvofHBiZpFIyn6l.mp3) 184 | `en-IN-Heera-Apollo` | Heera | English (India) | --- |[Sample](https://media.play.ht/full_-MNf1dSt7kE7CphUsLEW.mp3) 185 | `en-IN-PriyaRUS` | Priya | English (India) | --- |[Sample](https://media.play.ht/full_-MNf1eVihQ12vqHBaTRy.mp3) 186 | `en-IN-Ravi-Apollo` | Ravi | English (India) | --- |[Sample](https://media.play.ht/full_-MNf1cnb8sudGuz0dHyW.mp3) 187 | `en-IN-PrabhatNeural` | Prabhat | English (India) | --- |[Sample](https://media.play.ht/full_-MWgit8wWXO-UyoJKngy.mp3) 188 | `en-IE-Sean` | Sean | English (Ireland) | --- |[Sample](https://media.play.ht/full_-MWbvUi58vP3tLKJGuLX.mp3) 189 | `en-IE-EmilyNeural` | Emily | English (Ireland) | --- |[Sample](https://media.play.ht/full_-MNf1X45RyqddzI33h78.mp3) 190 | `en-IE-ConnorNeural` | Connor | English (Ireland) | --- |[Sample](https://media.play.ht/full_-MWgiWErV-f3NBTJH_Cd.mp3) 191 | `en-NZ-MollyNeural` | Molly | English (New Zealand) | --- |--- 192 | `en-NZ-MitchellNeural` | Mitchell | English (New Zealand) | --- |--- 193 | `en-PH-RosaNeural` | Rosa | English (Philippines) | --- |--- 194 | `en-PH-JamesNeural` | James | English (Philippines) | --- |--- 195 | `en-SG-LunaNeural` | Luna | English (Singapore) | --- |--- 196 | `en-SG-WayneNeural` | Wayne | English (Singapore) | --- |--- 197 | `en-ZA-LeahNeural` | Leah | English (South Africa) | --- |[Sample](https://media.play.ht/full_-Mh7t-hP9nYNS_AvO7bN.wav) 198 | `en-ZA-LukeNeural` | Luke | English (South Africa) | --- |[Sample](https://media.play.ht/full_-Mh7t8KxPE2VFTk_gwaw.wav) 199 | `Amy` | Amy | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVMvY3PjkOOHLo3rwH.mp3?generation=1490896906472000&alt=media) 200 | `Brian` | Brian | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-KgVeFVXKvcJV5pTGeXT.mp3?generation=1490901753456656&alt=media) 201 | `Emma` | Emma | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVMZR3Na89X_Jxu7-Z.mp3?generation=1490896816185000&alt=media) 202 | `Emilia` | Emilia | English (UK) | `news` |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-Log_xztPcPrYlK7njiY.mp3?generation=1568411215756565&alt=media) 203 | `Logan` | Logan | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogaK7lNTBxsnG4LXXs.mp3?generation=1568411310551159&alt=media) 204 | `Anna` | Anna | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogaFSlFdkd0_de45l9.mp3?generation=1568411291097477&alt=media) 205 | `en-GB-Standard-A` | Amelia | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921f0tUI3vZaN0c1VM.mp3?generation=1522616942374930&alt=media) 206 | `en-GB-Standard-B` | Jack | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921m2Z4NoZStjD_AV6.mp3?generation=1522616971411564&alt=media) 207 | `en-GB-Standard-C` | Mia | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921qRIALLO29qrLerX.mp3?generation=1522616989155611&alt=media) 208 | `en-GB-Standard-D` | Thomas | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L921vgvrH9P6qCJgjH4.mp3?generation=1522617011138861&alt=media) 209 | `en-GB-Standard-F` | Sandy | English (UK) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-GB-Standard-F.wav) 210 | `en-GB-Wavenet-A` | Isla | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAaA0KoRwYqEFL75Bw.mp3?generation=1541014077276567&alt=media) 211 | `en-GB-Wavenet-B` | Harry | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAaNU9-PM3vIRYvYjT.mp3?generation=1541014132385070&alt=media) 212 | `en-GB-Wavenet-C` | Hannah | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAaTNolT67VXJZLZ8P.mp3?generation=1541014156447725&alt=media) 213 | `en-GB-Wavenet-D` | Charlie | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAaYzxSCupOIZ4kTxV.mp3?generation=1541014179637263&alt=media) 214 | `en-GB-Wavenet-F` | Kathy | English (UK) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-GB-Wavenet-F.wav) 215 | `en-GB_KateV3Voice` | Lily | English (UK) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXkeeH9kX9l39gQWgy.mp3?generation=1572541260499895&alt=media) 216 | `en-GB_CharlotteV3Voice` | Charlotte | English (UK) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/CharlotteV3.wav) 217 | `en-GB_JamesV3Voice` | James | English (UK) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/JamesV3.wav) 218 | `en-GB-LibbyNeural` | Libby | English (UK) | --- |[Sample](https://media.play.ht/full_-MNf1aYrAovtiQoKX-W5.mp3) 219 | `en-GB-MiaNeural` | Mia | English (UK) | --- |[Sample](https://media.play.ht/full_-MNf1b6nsQ-qtph757sY.mp3) 220 | `en-GB-Susan-Apollo` | Susan | English (UK) | --- |[Sample](https://media.play.ht/full_-MNf1bgNY49TOYUYjbcl.mp3) 221 | `en-GB-HazelRUS` | Hazel | English (UK) | --- |[Sample](https://media.play.ht/full_-MNf1a-3ia5iuggSoI2N.mp3) 222 | `en-GB-George-Apollo` | George | English (UK) | --- |[Sample](https://media.play.ht/full_-MNf1cFVVOc-QCGlW2qY.mp3) 223 | `en-GB-RyanNeural` | Ryan | English (UK) | --- |[Sample](https://media.play.ht/full_-MNf1Xc64UCx6PZIRg7x.mp3) 224 | `Matthew` | Matthew | English (US) | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/0-sample-mathew-speech_20171218030814983.mp3?alt=media&token=63ec628e-aeed-4f9b-b6ba-0d684f9d033e) 225 | `Joanna` | Joanna | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-KgVhgobnKf5ImspJwLW.mp3?generation=1490902613862000&alt=media) 226 | `Joey` | Joey | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVIl2_XCjOOW4SCvlr.mp3?generation=1490895832648000&alt=media) 227 | `Salli` | Salli | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-KgVgmqm6Cd3so_R1rsw.mp3?generation=1490902327090000&alt=media) 228 | `Noah` | Noah | English (US) | `news` |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogZgW_92qU-g1m9Ggp.mp3?generation=1568410881344476&alt=media) 229 | `Scarlett` | Scarlett | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogY_-vcgXGYSusc9P8.mp3?generation=1568410588201308&alt=media) 230 | `Jessica` | Jessica | English (US) | `news` |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogXFKxxLFk2j0tRh8w.mp3?generation=1568410241359811&alt=media) 231 | `Lucas` | Lucas | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-Log_ErN4hyuxgSyWVua.mp3?generation=1568411026629323&alt=media) 232 | `Karen` | Karen | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-Log_6suBUyY6tHc4L7_.mp3?generation=1568410993906132&alt=media) 233 | `Victoria` | Victoria | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogXjRYDhRnXoWh1IPK.mp3?generation=1568410368931237&alt=media) 234 | `Ariana` | Ariana | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogZNENVx8MbdgmEHEu.mp3?generation=1568410798307223&alt=media) 235 | `Jennifer` | Jennifer | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LogWz9FOwQGZOraxF5o.mp3?generation=1568410183377035&alt=media) 236 | `Kevin` | Kevin | English (US) | --- |[Sample](https://media.play.ht/full_-MNf1YAjOv08Blxke9e7.mp3) 237 | `en-US-Wavenet-A` | James | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L9221lipExv_CkzIPB2.mp3?generation=1522617039958470&alt=media) 238 | `en-US-Wavenet-B` | Robert | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L922AzTmsp3o6vbEHja.mp3?generation=1522617077599546&alt=media) 239 | `en-US-Wavenet-C` | Patricia | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L922U22r6AkNB5neK_a.mp3?generation=1522617156348034&alt=media) 240 | `en-US-Wavenet-D` | Richard | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L922ZPVzHtQhUQWXoql.mp3?generation=1522617177761625&alt=media) 241 | `en-US-Wavenet-E` | Elizabeth | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L922ccDPTBRkh2a-OPC.mp3?generation=1522617195128886&alt=media) 242 | `en-US-Wavenet-F` | Linda | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L922hv4G__UzXDtQiaK.mp3?generation=1522617216961872&alt=media) 243 | `en-US-Standard-B` | Joseph | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L923OBYVWRXyjidKeza.mp3?generation=1522617393696202&alt=media) 244 | `en-US-Standard-C` | Sarah | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L923SPzNmFnpynKrLFD.mp3?generation=1522617411107453&alt=media) 245 | `en-US-Standard-D` | Charles | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L923_nGArb_c994Ksfb.mp3?generation=1522617445720251&alt=media) 246 | `en-US-Standard-E` | Nancy | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L923dyr-fVj18jKUZF9.mp3?generation=1522617462655974&alt=media) 247 | `en-US-Standard-G` | Margie | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Standard-G.wav) 248 | `en-US-Standard-H` | Cerys | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Standard-H.wav) 249 | `en-US-Standard-I` | Shane | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Standard-I.wav) 250 | `en-US-Standard-J` | Ronald | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Standard-J.wav) 251 | `en-US-Wavenet-G` | Margie | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Wavenet-G.wav) 252 | `en-US-Wavenet-H` | Cerys | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Wavenet-H.wav) 253 | `en-US-Wavenet-I` | Shane | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Wavenet-I.wav) 254 | `en-US-Wavenet-J` | Ronald | English (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/en-US-Wavenet-J.wav) 255 | `en-US_AllisonV3Voice` | Grace | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXjJKmmuZnvoZ803EU.mp3?generation=1572540907760362&alt=media) 256 | `en-US_LisaV3Voice` | Camila | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXjlnpiI_xfsLoFOzd.mp3?generation=1572541010905215&alt=media) 257 | `en-US_MichaelV3Voice` | Mark | English (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXk-Lz3bdr08IFxp7Z.mp3?generation=1572541061467173&alt=media) 258 | `en-US_EmilyV3Voice` | Emily | English (US) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/EmilyV3.wav) 259 | `en-US_HenryV3Voice` | Henry | English (US) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/HenryV3.wav) 260 | `en-US_KevinV3Voice` | Kevinn | English (US) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/KevinV3.wav) 261 | `en-US_OliviaV3Voice` | Olivia | English (US) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/OliviaV3.wav) 262 | `en-US-AriaNeural` | Aria | English (US) | `newscast-formal`, `newscast-casual`, `customerservice`, `chat`, `cheerful`, `empathetic` |[Sample](https://media.play.ht/full_-MNf1Yk1-BA_-05yqhxY.mp3) 263 | `en-US-GuyNeural` | Guy | English (US) | `newscast` |[Sample](https://media.play.ht/full_-MNf1Vxt10koB-ObvZjU.mp3) 264 | `en-US-ZiraRUS` | Zira | English (US) | --- |[Sample](https://media.play.ht/full_-MNf1ZIYtFlKVVR8wCQw.mp3) 265 | `en-US-AriaRUS` | Aria | English (US) | --- |[Sample](https://media.play.ht/full_-MNf1Up50AJoNeQfp0_E.mp3) 266 | `en-US-BenjaminRUS` | Benjamin | English (US) | --- |[Sample](https://media.play.ht/full_-MNf1ZsKwHKeOfJAAIkf.mp3) 267 | `en-US-Guy24kRUS` | Guy | English (US) | --- |[Sample](https://media.play.ht/full_-MNf1_R0nNHpq73eg7yr.mp3) 268 | `en-US-JennyNeural` | Jenny | English (US) | `newscast`, `customerservice`, `chat`, `assistant` |[Sample](https://media.play.ht/full_-MNf1VPqkdybbzkibu5J.mp3) 269 | `en-US-AmberNeural` | Amber | English (US) | --- |[Sample](https://media.play.ht/full_-MiaHAb7oKxrafkHwoPr.wav) 270 | `en-US-AshleyNeural` | Ashley | English (US) | --- |[Sample](https://media.play.ht/full_-MiaJ17yCwdyTA79U3l4.wav) 271 | `en-US-CoraNeural` | Cora | English (US) | --- |[Sample](https://media.play.ht/full_-MiaKc8PntSUM1tLRsYg.wav) 272 | `en-US-ElizabethNeural` | Beth | English (US) | --- |[Sample](https://media.play.ht/full_-MiaJSQIwiH93mWxCT8q.wav) 273 | `en-US-MichelleNeural` | Michelle | English (US) | --- |[Sample](https://media.play.ht/full_-MiaLWod7QmTm4nX4Yxw.wav) 274 | `en-US-MonicaNeural` | Monica | English (US) | --- |[Sample](https://media.play.ht/full_-MiaLh7ZOVlQb2Yixn9r.wav) 275 | `en-US-AnaNeural` | Ana | English (US) | --- |[Sample](https://media.play.ht/full_-MiaHSmdqzJqJ5O8wnAV.wav) 276 | `en-US-BrandonNeural` | Brandon | English (US) | --- |[Sample](https://media.play.ht/full_-MiaJyCLabOmLJv4jslu.wav) 277 | `en-US-ChristopherNeural` | Chris | English (US) | --- |[Sample](https://media.play.ht/full_-MiaKGhnF1wi3kbUVnED.wav) 278 | `en-US-JacobNeural` | Jacob | English (US) | --- |[Sample](https://media.play.ht/full_-MiaL5eChRJY36MQcht1.wav) 279 | `en-US-EricNeural` | Eric | English (US) | --- |[Sample](https://media.play.ht/full_-MiaKpPcvJYhP0_4wiqV.wav) 280 | `Geraint` | Geraint | English (Welsh) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-testing-412e4.appspot.com/o/full_-KgVLtlohVq67Sz7hw-x.mp3?generation=1490896629761000&alt=media) 281 | `et-EE-AnuNeural` | Anu | Estonian | --- |[Sample](https://media.play.ht/full_-MWcQ53DbfyM8SFfU72h.mp3) 282 | `et-EE-KertNeural` | Kert | Estonian | --- |[Sample](https://media.play.ht/full_-MWgjNInqQPFTNEQBxT7.mp3) 283 | `fil-PH-Standard-A` | Dalisay | Filipino | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fil-PH-Standard-A.mp3?generation=1577739058248553&alt=media) 284 | `fil-PH-Standard-B` | Rosa | Filipino | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fil-PH-Standard-B.wav) 285 | `fil-PH-Standard-C` | Armando | Filipino | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fil-PH-Standard-C.wav) 286 | `fil-PH-Standard-D` | Aries | Filipino | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fil-PH-Standard-D.wav) 287 | `fil-PH-Wavenet-A` | Analyn | Filipino | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fil-PH-Wavenet-A.mp3?generation=1577738307208123&alt=media) 288 | `fil-PH-Wavenet-B` | Althea | Filipino | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fil-PH-Wavenet-B.wav) 289 | `fil-PH-Wavenet-C` | Alec | Filipino | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fil-PH-Wavenet-C.wav) 290 | `fil-PH-Wavenet-D` | Adonis | Filipino | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fil-PH-Wavenet-D.wav) 291 | `fi-FI-Standard-A` | Anja | Finnish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fi-FI-Standard-A.mp3?generation=1577739136364976&alt=media) 292 | `fi-FI-Wavenet-A` | Anneli | Finnish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fi-FI-Wavenet-A.mp3?generation=1577738304902879&alt=media) 293 | `fi-FI-NooraNeural` | Noora | Finnish | --- |[Sample](https://media.play.ht/full_-MWYZ9o8R-VE9QRKHtJG.mp3) 294 | `fi-FI-HeidiRUS` | Heidi | Finnish | --- |[Sample](https://media.play.ht/full_-MWbzsIGUHXXK8F8KB-x.mp3) 295 | `fi-FI-HarriNeural` | Harri | Finnish | --- |[Sample](https://media.play.ht/full_-MWgjqWVzyQjleqDHN6t.mp3) 296 | `fi-FI-SelmaNeural` | Selma | Finnish | --- |[Sample](https://media.play.ht/full_-MWgjssOQF32XjV3M0v3.mp3) 297 | `Celine` | Celine | French | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/celine.mp3?alt=media&token=c1c2518f-248f-4fad-802e-648debf8fc2c) 298 | `Mathieu` | Mathieu | French | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/mathieu.mp3?alt=media&token=b5cace53-24a1-446f-8616-a312319e4cba) 299 | `Lea` | Léa | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWkNiI87eh_JYZjHeQ.mp3?generation=1577893074461106&alt=media) 300 | `fr-FR-Standard-A` | Louise | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAbNGVHkq-tkibHRum.mp3?generation=1541014394087052&alt=media) 301 | `fr-FR-Standard-B` | Paul | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAbSgg9Bdx98qncoOT.mp3?generation=1541014415985283&alt=media) 302 | `fr-FR-Standard-C` | Emma | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L923vnmOO3QFSVOFZbU.mp3?generation=1522617536572176&alt=media) 303 | `fr-FR-Standard-D` | Nathan | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L9240JvANVoimsroxfR.mp3?generation=1522617558473289&alt=media) 304 | `fr-FR-Standard-E` | Amélie | French | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fr-FR-Standard-E.wav) 305 | `fr-FR-Wavenet-A` | Adele | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAbZg8yrp1sGFxmjYn.mp3?generation=1541014444619035&alt=media) 306 | `fr-FR-Wavenet-B` | Raphael | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAbePA-21ck-dg3lvs.mp3?generation=1541014468028993&alt=media) 307 | `fr-FR-Wavenet-C` | Lina | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAbiEw_gYRWamoY5QA.mp3?generation=1541014484583866&alt=media) 308 | `fr-FR-Wavenet-D` | Victor | French | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAbpGm2-Kf1b6Rp7rp.mp3?generation=1541014517428182&alt=media) 309 | `fr-FR-Wavenet-E` | Bella | French | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/fr-FR-Wavenet-E.wav) 310 | `fr-FR_ReneeV3Voice` | Alice | French | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/ReneeV3.wav) 311 | `fr-FR_NicolasV3Voice` | Nicolas | French | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/NicolasV3.wav) 312 | `fr-FR-DeniseNeural` | Denise | French | --- |[Sample](https://media.play.ht/full_-MWYZYl7vKW7PFrfWg8x.mp3) 313 | `fr-FR-Julie-Apollo` | Julie | French | --- |[Sample](https://media.play.ht/full_-MWc0Fx4kgP1ccerlKTf.mp3) 314 | `fr-FR-HortenseRUS` | Hortense | French | --- |[Sample](https://media.play.ht/full_-MWc0dvp3paqoyL7e7be.mp3) 315 | `fr-FR-Paul-Apollo` | Paul | French | --- |[Sample](https://media.play.ht/full_-MWc0jLxrt7FLLBe1Fye.mp3) 316 | `fr-FR-HenriNeural` | Henri | French | --- |--- 317 | `fr-BE-CharlineNeural` | Charline | French (Belgium) | --- |--- 318 | `fr-BE-GerardNeural` | Gerard | French (Belgium) | --- |--- 319 | `Chantal` | Chantal | French (Canada) | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FChantal.mp3?alt=media&token=b99c5a0b-74f9-4a60-abee-e4255b938cee) 320 | `fr-CA-Standard-A` | Lola | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L9247C4JRNOf6ER7tbD.mp3?generation=1522617587086683&alt=media) 321 | `fr-CA-Standard-B` | Gabriel | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L924CBjdScK5csvuN_P.mp3?generation=1522617607177710&alt=media) 322 | `fr-CA-Standard-C` | Camille | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L924H8IeC-fH1LVOPXg.mp3?generation=1522617627817767&alt=media) 323 | `fr-CA-Standard-D` | Arthur | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L924LYiIIEAaFpOzHZA.mp3?generation=1522617645991034&alt=media) 324 | `fr-CA-Wavenet-A` | Brigitte | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fr-CA-Wavenet-A.mp3?generation=1577738309588769&alt=media) 325 | `fr-CA-Wavenet-B` | Victor | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fr-CA-Wavenet-B.mp3?generation=1577738312009079&alt=media) 326 | `fr-CA-Wavenet-C` | Charlotte | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fr-CA-Wavenet-C.mp3?generation=1577738314380445&alt=media) 327 | `fr-CA-Wavenet-D` | Jules | French (Canada) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/fr-CA-Wavenet-D.mp3?generation=1577738316852341&alt=media) 328 | `fr-CA_LouiseV3Voice` | Louise | French (Canada) | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/LouiseV3.wav) 329 | `fr-CA-SylvieNeural` | Sylvie | French (Canada) | --- |[Sample](https://media.play.ht/full_-MWYZabyROJL6GfeVaji.mp3) 330 | `fr-CA-Caroline` | Caroline | French (Canada) | --- |[Sample](https://media.play.ht/full_-MWc-SPV3clRrapRxD4F.mp3) 331 | `fr-CA-HarmonieRUS` | Harmonie | French (Canada) | --- |[Sample](https://media.play.ht/full_-MWc-m_vjyXBoJ1cF_0w.mp3) 332 | `fr-CA-JeanNeural` | Jean | French (Canada) | --- |[Sample](https://media.play.ht/full_-MWZAQtsiL45W96kayhm.mp3) 333 | `fr-CA-AntoineNeural` | Antoine | French (Canada) | --- |[Sample](https://media.play.ht/full_-Mh7riFN23eVjRk29d1z.wav) 334 | `Gabrielle` | Gabrielle | French (Canadian) | --- |[Sample](https://media.play.ht/full_-Mh7qJZbI5dYKJ0qGgAf.mp3) 335 | `fr-CH-Guillaume` | Guillaume | French (Switzerland) | --- |[Sample](https://media.play.ht/full_-MWc-wVv1h6sun63yATm.mp3) 336 | `fr-CH-ArianeNeural` | Ariane | French (Switzerland) | --- |[Sample](https://media.play.ht/full_-MWZAYEBWFdrjmUlqrKq.mp3) 337 | `fr-CH-FabriceNeural` | Fabrice | French (Switzerland) | --- |[Sample](https://media.play.ht/full_-MWgk0QUPuRnaIUUFR1T.mp3) 338 | `Hans` | Hans | German | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/a1.mp3?alt=media&token=9eb1e854-969b-4d5b-9c61-f7a5340c7c62) 339 | `Marlene` | Marlene | German | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/a.mp3?alt=media&token=18ba5695-92fb-4605-b0f8-94f70b529a74) 340 | `Vicki` | Vicki | German | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/vicki.mp3?alt=media&token=dba4480d-1ad8-44fc-82a4-b006d95fc2f9) 341 | `VickiNeural` | Vicki | German | --- |[Sample](https://media.play.ht/full_-Mh7qwOmypiqiIUn7jK5.mp3) 342 | `de-DE-Standard-A` | Lara | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L924_sACJisZp7qnHHT.mp3?generation=1522617708348511&alt=media) 343 | `de-DE-Standard-B` | Leon | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L924eGnGaKpyv6veC4k.mp3?generation=1522617726144594&alt=media) 344 | `de-DE-Standard-E` | Maximilian | German | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/de-DE-Standard-E.wav) 345 | `de-DE-Standard-F` | Clara | German | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/de-DE-Standard-F.wav) 346 | `de-DE-Wavenet-A` | Marie | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAcfcr1Lk_zyuhNaGp.mp3?generation=1541014735484604&alt=media) 347 | `de-DE-Wavenet-B` | Otto | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAck2_bRvPkGnQs2p1.mp3?generation=1541014753268737&alt=media) 348 | `de-DE-Wavenet-C` | Mila | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAcrm6hydmyZ6ubvul.mp3?generation=1541014785445956&alt=media) 349 | `de-DE-Wavenet-D` | Kurt | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAcy0Xjb8tVTSBESLN.mp3?generation=1541014810821320&alt=media) 350 | `de-DE-Wavenet-E` | Moritz | German | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/de-DE-Wavenet-E.wav) 351 | `de-DE-Wavenet-F` | Louisa | German | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/de-DE-Wavenet-F.wav) 352 | `de-DE_BirgitV3Voice` | Lina | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXl3v_RRYnFA9uTjY4.mp3?generation=1572541368431776&alt=media) 353 | `de-DE_DieterV3Voice` | Elias | German | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXlTCP500HRWiivQEL.mp3?generation=1572541448831879&alt=media) 354 | `de-DE_ErikaV3Voice` | Erika | German | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples/ErikaV3.wav) 355 | `de-DE-KatjaNeural` | Katja | German | --- |[Sample](https://media.play.ht/full_-MWYEURK2L5xK-n9doBP.mp3) 356 | `de-DE-Hedda` | Hedda | German | --- |[Sample](https://media.play.ht/full_-MWbtJuUqzrHpZSQfZWM.mp3) 357 | `de-DE-HeddaRUS` | Hedda | German | --- |--- 358 | `de-DE-Stefan-Apollo` | Stefan | German | --- |[Sample](https://media.play.ht/full_-MWbtZMcwsROKzUCkxrg.mp3) 359 | `de-DE-ConradNeural` | Conrad | German | --- |[Sample](https://media.play.ht/full_-MWZArdg2DdsN_pLGkNz.mp3) 360 | `de-AT-Michael` | Michael | German (Austria) | --- |[Sample](https://media.play.ht/full_-MWbsamd1orSaj4dKVkh.mp3) 361 | `de-AT-IngridNeural` | Ingrid | German (Austria) | --- |[Sample](https://media.play.ht/full_-MWZAfrBfbz4stf0_oNq.mp3) 362 | `de-AT-JonasNeural` | Jonas | German (Austria) | --- |[Sample](https://media.play.ht/full_-MWghu6aZ4iKBEovNhdU.mp3) 363 | `de-CH-Karsten` | Karsten | German (Switzerland) | --- |[Sample](https://media.play.ht/full_-MWbt38Alf79GEsG-IiC.mp3) 364 | `de-CH-LeniNeural` | Leni | German (Switzerland) | --- |[Sample](https://media.play.ht/full_-MWZAvpuCBOJcXcCelN8.mp3) 365 | `de-CH-JanNeural` | Jan | German (Switzerland) | --- |[Sample](https://media.play.ht/full_-MWgi0IKYUj0ode3Y_Bk.mp3) 366 | `el-GR-Standard-A` | Gaia | Greek | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/el-GR-Standard-A.mp3?generation=1577739080795937&alt=media) 367 | `el-GR-Wavenet-A` | Hera | Greek | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/el-GR-Wavenet-A.mp3?generation=1577738294839977&alt=media) 368 | `el-GR-Stefanos` | Stefanos | Greek | --- |[Sample](https://media.play.ht/full_-MWbvCv8GOE1Gk0n94fv.mp3) 369 | `el-GR-AthinaNeural` | Athina | Greek | --- |[Sample](https://media.play.ht/full_-MWZB24uSTWQxFJ-HGrh.mp3) 370 | `el-GR-NestorasNeural` | Nestoras | Greek | --- |[Sample](https://media.play.ht/full_-MWgiBGxNuTk9M0wBJpU.mp3) 371 | `gu-IN-Standard-A` | Iditri | Gujarati (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/gu-IN-Standard-A.wav) 372 | `gu-IN-Standard-B` | Aamod | Gujarati (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/gu-IN-Standard-B.wav) 373 | `gu-IN-DhwaniNeural` | Dhwani | Gujarati (India) | --- |[Sample](https://media.play.ht/full_-Mh7tpPqVf5BqqPN4qQJ.wav) 374 | `gu-IN-NiranjanNeural` | Niranjan | Gujarati (India) | --- |[Sample](https://media.play.ht/full_-Mh7u9pMCWSzDMe6rQhU.wav) 375 | `he-IL-Asaf` | Asaf | Hebrew | --- |[Sample](https://media.play.ht/full_-MWc24bAXmb06tbRu30H.mp3) 376 | `he-IL-HilaNeural` | Hila | Hebrew | --- |[Sample](https://media.play.ht/full_-MWZBIRplnjbP1MbkH7R.mp3) 377 | `he-IL-AvriNeural` | Avri | Hebrew | --- |[Sample](https://media.play.ht/full_-MWgkJewjgdwZqCJTxgV.mp3) 378 | `Aditi` | Aditi | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWkk-QtGFH-bs1LrKQ.mp3?generation=1577893170919694&alt=media ) 379 | `hi-IN-Standard-A` | Esha | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hi-IN-Standard-A.mp3?generation=1577739119452901&alt=media) 380 | `hi-IN-Standard-B` | Ansh | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hi-IN-Standard-B.mp3?generation=1577739121684251&alt=media) 381 | `hi-IN-Standard-C` | Krishna | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hi-IN-Standard-C.mp3?generation=1577739131934950&alt=media) 382 | `hi-IN-Standard-D` | Adhira | Hindi | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/hi-IN-Standard-D.wav) 383 | `hi-IN-Wavenet-A` | Deepa | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hi-IN-Wavenet-A.mp3?generation=1577738319088814&alt=media) 384 | `hi-IN-Wavenet-B` | Ishaan | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hi-IN-Wavenet-B.mp3?generation=1577738321652301&alt=media) 385 | `hi-IN-Wavenet-C` | Rudra | Hindi | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hi-IN-Wavenet-C.mp3?generation=1577738323871516&alt=media) 386 | `hi-IN-Wavenet-D` | Jyothi | Hindi | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/hi-IN-Wavenet-D.wav) 387 | `hi-IN-SwaraNeural` | Swara | Hindi | --- |[Sample](https://media.play.ht/full_-MWY_F4qWrXf_74KZecj.mp3) 388 | `hi-IN-Kalpana` | Kalpana | Hindi | --- |[Sample](https://media.play.ht/full_-MWc2PP9qdkXS1V3Ilnf.mp3) 389 | `hi-IN-Hemant` | Hemant | Hindi | --- |[Sample](https://media.play.ht/full_-MWc2bX8ivFsDNyGcSiS.mp3) 390 | `hi-IN-MadhurNeural` | Madhur | Hindi | --- |[Sample](https://media.play.ht/full_-MWgidid34N5HNoPKSkT.mp3) 391 | `hu-HU-Standard-A` | Adel | Hungarian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hu-HU-Standard-A.mp3?generation=1577739083089621&alt=media) 392 | `hu-HU-Wavenet-A` | Aliz | Hungarian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/hu-HU-Wavenet-A.mp3?generation=1577738326155297&alt=media) 393 | `hu-HU-Szabolcs` | Szabolcs | Hungarian | --- |[Sample](https://media.play.ht/full_-MWc40ky5UmqEnu1ExCr.mp3) 394 | `hu-HU-NoemiNeural` | Noemi | Hungarian | --- |[Sample](https://media.play.ht/full_-MWZJJHX-z4kSKuoaRBY.mp3) 395 | `hu-HU-TamasNeural` | Tamas | Hungarian | --- |--- 396 | `Dora` | Dora | Icelandic | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FD%C3%B3ra.mp3?alt=media&token=39b9c9c3-82b8-4c59-83eb-3d24940962fb) 397 | `Karl` | Karl | Icelandic | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FKarl.mp3?alt=media&token=37eceb3b-0377-429d-b12e-65dbc44f7805) 398 | `is-is-Standard-A` | Alfdis | Icelandic | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/is-is-Standard-A.wav) 399 | `id-ID-Standard-A` | Farah | Indonesian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/id-ID-Standard-A.mp3?generation=1577739060496907&alt=media) 400 | `id-ID-Standard-B` | Angga | Indonesian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/id-ID-Standard-B.mp3?generation=1577739063177442&alt=media) 401 | `id-ID-Standard-C` | Farel | Indonesian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/id-ID-Standard-C.mp3?generation=1577739065530130&alt=media) 402 | `id-ID-Standard-D` | Andini | Indonesian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/id-ID-Standard-D.wav) 403 | `id-ID-Wavenet-A` | Cindy | Indonesian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/id-ID-Wavenet-A.mp3?generation=1577738328897775&alt=media) 404 | `id-ID-Wavenet-B` | Andy | Indonesian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/id-ID-Wavenet-B.mp3?generation=1577738331357407&alt=media) 405 | `id-ID-Wavenet-C` | Aditya | Indonesian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/id-ID-Wavenet-C.mp3?generation=1577738333665083&alt=media) 406 | `id-ID-Wavenet-D` | Widya | Indonesian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/id-ID-Wavenet-D.wav) 407 | `id-ID-Andika` | Andika | Indonesian | --- |[Sample](https://media.play.ht/full_-MWc4FNqLt713GNWccs_.mp3) 408 | `id-ID-ArdiNeural` | Ardi | Indonesian | --- |[Sample](https://media.play.ht/full_-MWZJXcKh2eLLmGzcGPY.mp3) 409 | `id-ID-GadisNeural` | Gadis | Indonesian | --- |[Sample](https://media.play.ht/full_-MWgkdvj9R9wOSHzPtc-.mp3) 410 | `ga-IE-OrlaNeural` | Orla | Irish | --- |[Sample](https://media.play.ht/full_-MWcQVREhOJ6-I3dHdQt.mp3) 411 | `ga-IE-ColmNeural` | Colm | Irish | --- |[Sample](https://media.play.ht/full_-MWcQ_QlxpwNc2iaSn0h.mp3) 412 | `Carla` | Carla | Italian | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FCarla.mp3?alt=media&token=bcaef246-a165-4f43-aeea-5e8776295420) 413 | `Giorgio` | Giorgio | Italian | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FGiorgio.mp3?alt=media&token=ba66dbaf-63e2-455f-844f-ab63a3df3303) 414 | `Bianca` | Bianca | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWkYcTnJR-p5XZO54L.mp3?generation=1577893118823990&alt=media) 415 | `it-IT-Standard-A` | Giulia | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAdmPk8V-Y4oqovhUw.mp3?generation=1541015025512262&alt=media) 416 | `it-IT-Wavenet-A` | Martina | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAdyhAR4EVlMJGrZTp.mp3?generation=1541015076025194&alt=media) 417 | `it-IT-Standard-B` | Amara | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/it-IT-Standard-B.mp3?generation=1577739167986420&alt=media) 418 | `it-IT-Standard-C` | Simone | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/it-IT-Standard-C.mp3?generation=1577739170434918&alt=media) 419 | `it-IT-Standard-D` | Diego | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/it-IT-Standard-D.mp3?generation=1577739178105559&alt=media) 420 | `it-IT-Wavenet-B` | Editta | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/it-IT-Wavenet-B.mp3?generation=1577738335867160&alt=media) 421 | `it-IT-Wavenet-C` | Lorenzo | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/it-IT-Wavenet-C.mp3?generation=1577738338481471&alt=media) 422 | `it-IT-Wavenet-D` | Mattia | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/it-IT-Wavenet-D.mp3?generation=1577738341837645&alt=media) 423 | `it-IT_FrancescaV3Voice` | Angelina | Italian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXlmin5vaVHXjI1jMU.mp3?generation=1572541532109287&alt=media) 424 | `it-IT-ElsaNeural` | Elsa | Italian | --- |[Sample](https://media.play.ht/full_-MWY_OPnlKOyD0WktVSG.mp3) 425 | `it-IT-Cosimo-Apollo` | Cosimo | Italian | --- |[Sample](https://media.play.ht/full_-MWc6NfGYGDQfB94wt1W.mp3) 426 | `it-IT-LuciaRUS` | Lucia | Italian | --- |[Sample](https://media.play.ht/full_-MWc7CvE7NukHwZLFCNa.mp3) 427 | `it-IT-IsabellaNeural` | Isabella | Italian | --- |[Sample](https://media.play.ht/full_-MWZJiBPuoNQu2uQn1nZ.mp3) 428 | `it-IT-DiegoNeural` | Dieggo | Italian | --- |[Sample](https://media.play.ht/full_-MWZJpS-l2vwiUBMY4Nw.mp3) 429 | `Mizuki` | Mizuki | Japanese | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FMizuki.mp3?alt=media&token=92639bd0-0467-43c6-b1a9-a005b2894fb9) 430 | `Takumi` | Takumi | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWlEVg48kq3Mr4vIJi.mp3?generation=1577893299166845&alt=media) 431 | `ja-JP-Standard-A` | Hana | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L925rNYFrOFk6mzG2xm.mp3?generation=1522618042248373&alt=media) 432 | `ja-JP-Wavenet-A` | Yui | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAeJOB7y338xxay2E1.mp3?generation=1541015164749315&alt=media) 433 | `ja-JP-Standard-B` | Himari | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ja-JP-Standard-B.mp3?generation=1577739040541073&alt=media) 434 | `ja-JP-Standard-C` | Daiki | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ja-JP-Standard-C.mp3?generation=1577739043091979&alt=media) 435 | `ja-JP-Standard-D` | Eito | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ja-JP-Standard-D.mp3?generation=1577739046075102&alt=media) 436 | `ja-JP-Wavenet-B` | Hina | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ja-JP-Wavenet-B.mp3?generation=1577738344156604&alt=media) 437 | `ja-JP-Wavenet-C` | Akira | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ja-JP-Wavenet-C.mp3?generation=1577738351965290&alt=media) 438 | `ja-JP-Wavenet-D` | Aito | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ja-JP-Wavenet-D.mp3?generation=1577738354188304&alt=media) 439 | `ja-JP_EmiV3Voice` | Airi | Japanese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXm6ux9_DjrM7HPzM7.mp3?generation=1572541622846285&alt=media) 440 | `ja-JP-NanamiNeural` | Nanami | Japanese | --- |[Sample](https://media.play.ht/full_-MWY_rI7FQKUMBeJ8CmT.mp3) 441 | `ja-JP-Ayumi-Apollo` | Ayumi | Japanese | --- |[Sample](https://media.play.ht/full_-MWc6p9joS0sugoQqIFB.mp3) 442 | `ja-JP-Ichiro-Apollo` | Ichiro | Japanese | --- |[Sample](https://media.play.ht/full_-MWc6vcu6KVWg5RiLYfJ.mp3) 443 | `ja-JP-HarukaRUS` | Haruka | Japanese | --- |[Sample](https://media.play.ht/full_-MWc75XxEmlX_yqH8eLE.mp3) 444 | `ja-JP-KeitaNeural` | Keita | Japanese | --- |[Sample](https://media.play.ht/full_-MWZJzAjBptFTRcxxlkn.mp3) 445 | `kn-IN-Standard-A` | Amvi | Kannada (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/kn-IN-Standard-A.wav) 446 | `kn-IN-Standard-B` | Vaj | Kannada (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/kn-IN-Standard-B.wav) 447 | `Seoyeon` | Seoyeon | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWl-G6Oge0_BiqT_Ys.mp3?generation=1577893236905756&alt=media) 448 | `SeoyeonNeural` | Seoyeon | Korean | --- |[Sample](https://media.play.ht/full_-Mh7qhC8fFDYHUDMvNkc.mp3) 449 | `ko-KR-Standard-A` | Seo-yeon | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAgOeG00TgPeXQ_PRU.mp3?generation=1541015708689944&alt=media) 450 | `ko-KR-Wavenet-A` | Ha-yoon | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LQAgV5tUlbfzqbpLwuE.mp3?generation=1541015735680246&alt=media) 451 | `ko-KR-Standard-B` | Bo-young | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ko-KR-Standard-B.mp3?generation=1577739032777051&alt=media) 452 | `ko-KR-Standard-C` | Baul | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ko-KR-Standard-C.mp3?generation=1577739035427096&alt=media) 453 | `ko-KR-Standard-D` | Chae-koo | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ko-KR-Standard-D.mp3?generation=1577739038153498&alt=media) 454 | `ko-KR-Wavenet-B` | Chan-sook | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ko-KR-Wavenet-B.mp3?generation=1577738356888285&alt=media) 455 | `ko-KR-Wavenet-C` | Cheol | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ko-KR-Wavenet-C.mp3?generation=1577738359324598&alt=media) 456 | `ko-KR-Wavenet-D` | Chang-min | Korean | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ko-KR-Wavenet-D.mp3?generation=1577738362072975&alt=media) 457 | `ko-KR_HyunjunVoice` | Hyunjun | Korean | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/Hyunjun.wav) 458 | `ko-KR_SiWooVoice` | SiWoo | Korean | --- |[Sample](https://watson-developer-cloud.github.io/doc-tutorial-downloads/text-to-speech/samples-neural/SiWoo.wav) 459 | `ko-KR-SunHiNeural` | SunHi | Korean | --- |[Sample](https://media.play.ht/full_-MWYa62KdZj9z8ZJRrr9.mp3) 460 | `ko-KR-HeamiRUS` | Heami | Korean | --- |[Sample](https://media.play.ht/full_-MWc8iEbOZqeqKRo3CTP.mp3) 461 | `ko-KR-InJoonNeural` | InJoon | Korean | --- |[Sample](https://media.play.ht/full_-MWbmtYewiUaYwLcwnuy.mp3) 462 | `lv-lv-Standard-A` | Valerijs | Latvian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/lv-lv-Standard-A.wav) 463 | `lv-LV-EveritaNeural` | Everita | Latvian | --- |[Sample](https://media.play.ht/full_-MWcRdUFRcuijf3GBMwD.mp3) 464 | `lv-LV-NilsNeural` | Nils | Latvian | --- |[Sample](https://media.play.ht/full_-MWcRhdQWJIcj9iTcNYG.mp3) 465 | `lt-LT-OnaNeural` | Ona | Lithuanian | --- |[Sample](https://media.play.ht/full_-MWZJiBPuoNQu2uQn1nZ.mp3) 466 | `lt-LT-LeonasNeural` | Leonas | Lithuanian | --- |[Sample](https://media.play.ht/full_-MWcPugKHFTVxuKnWa4m.mp3) 467 | `ms-MY-Wavenet-A` | Kembang | Malay | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ms-MY-Wavenet-A.wav) 468 | `ms-MY-Wavenet-B` | Samroze | Malay | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ms-MY-Wavenet-B.wav) 469 | `ms-MY-Wavenet-C` | Mahsuri | Malay | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ms-MY-Wavenet-C.wav) 470 | `ms-MY-Wavenet-D` | Tuah | Malay | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ms-MY-Wavenet-D.wav) 471 | `ms-MY-Rizwan` | Rizwan | Malay | --- |[Sample](https://media.play.ht/full_-MWc8vzbWCoCdEhqccvY.mp3) 472 | `ms-MY-YasminNeural` | Yasmin | Malay | --- |[Sample](https://media.play.ht/full_-MWbn4GFQfxgW4OHDWK_.mp3) 473 | `ms-MY-OsmanNeural` | Osman | Malay | --- |[Sample](https://media.play.ht/full_-MWgkoDSZRdyYYxiw6Rx.mp3) 474 | `ml-IN-Standard-A` | Tha | Malayalam (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ml-IN-Standard-A.wav) 475 | `ml-IN-Standard-B` | Roy | Malayalam (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ml-IN-Standard-B.wav) 476 | `mt-MT-GraceNeural` | Grace | Maltese | --- |[Sample](https://media.play.ht/full_-MWcPZPUnsTYOQSF184s.mp3) 477 | `mt-MT-JosephNeural` | Joseph | Maltese | --- |[Sample](https://media.play.ht/full_-MWcPfxCkI7qLIxpzImx.mp3) 478 | `mr-IN-AarohiNeural` | Aarohi | Marathi (India) | --- |[Sample](https://media.play.ht/full_-Mh7ukZq6_VSDg5ERJv4.wav) 479 | `mr-IN-ManoharNeural` | Manohar | Marathi (India) | --- |[Sample](https://media.play.ht/full_-Mh7vaPSrwHiyR1-85Pa.wav) 480 | `Liv` | Liv | Norwegian | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FLiv.mp3?alt=media&token=7e156cc7-bd9a-4ded-ac71-c43cb805711a) 481 | `nb-NO-Standard-A` | Anja | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Standard-A.mp3?generation=1577739157027630&alt=media) 482 | `nb-NO-Standard-B` | Filip | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Standard-B.mp3?generation=1577739159581968&alt=media) 483 | `nb-NO-Standard-C` | Hella | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Standard-C.mp3?generation=1577739162331056&alt=media) 484 | `nb-NO-Standard-D` | Jakob | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Standard-D.mp3?generation=1577739164615116&alt=media) 485 | `nb-no-Standard-E` | Agot | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-no-Standard-E.mp3?generation=1577739154403791&alt=media) 486 | `nb-NO-Wavenet-A` | Lise | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Wavenet-A.mp3?generation=1577738367012660&alt=media) 487 | `nb-NO-Wavenet-B` | Aksel | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Wavenet-B.mp3?generation=1577738369136322&alt=media) 488 | `nb-NO-Wavenet-C` | Margit | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Wavenet-C.mp3?generation=1577738371778721&alt=media) 489 | `nb-NO-Wavenet-D` | Mathias | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-NO-Wavenet-D.mp3?generation=1577738373991797&alt=media) 490 | `nb-no-Wavenet-E` | Karina | Norwegian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/nb-no-Wavenet-E.mp3?generation=1577738364449208&alt=media) 491 | `nb-NO-IselinNeural` | Iselin | Norwegian | --- |[Sample](https://media.play.ht/full_-MWYaKfXYexCFiViFn3X.mp3) 492 | `nb-NO-HuldaRUS` | Hulda | Norwegian | --- |[Sample](https://media.play.ht/full_-MWc98gF3qVePxSFoqUy.mp3) 493 | `nb-NO-FinnNeural` | Finn | Norwegian | --- |[Sample](https://media.play.ht/full_-MWgl-kksP7dJ1rVE0Eq.mp3) 494 | `nb-NO-PernilleNeural` | Pernille | Norwegian | --- |[Sample](https://media.play.ht/full_-MWgl232tq25aWA9IvCl.mp3) 495 | `Ewa` | Ewa | Polish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FEwa.mp3?alt=media&token=5d695c6d-3a5d-4267-9cb5-6c4dbac0179d) 496 | `Jacek` | Jacek | Polish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FJacek.mp3?alt=media&token=720253d6-d729-4d33-83e2-4604630ee166) 497 | `Jan` | Jan | Polish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FJan.mp3?alt=media&token=d3d5521d-c535-4d90-8364-6146670f264e) 498 | `Maja` | Maja | Polish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FMaja.mp3?alt=media&token=6206a7c0-e844-4b99-bc8e-6139bb9341e5) 499 | `pl-PL-Standard-A` | Zofia | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Standard-A.mp3?generation=1577739088445536&alt=media) 500 | `pl-PL-Standard-B` | Kacper | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Standard-B.mp3?generation=1577739090988285&alt=media) 501 | `pl-PL-Standard-C` | Filip | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Standard-C.mp3?generation=1577739093364355&alt=media) 502 | `pl-PL-Standard-D` | Aleksandra | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Standard-D.mp3?generation=1577739096517775&alt=media) 503 | `pl-PL-Standard-E` | Lena | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Standard-E.mp3?generation=1577739086103631&alt=media) 504 | `pl-PL-Wavenet-A` | Alicja | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Wavenet-A.mp3?generation=1577738386356317&alt=media) 505 | `pl-PL-Wavenet-B` | Szymon | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Wavenet-B.mp3?generation=1577738394141260&alt=media) 506 | `pl-PL-Wavenet-C` | Antoni | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Wavenet-C.mp3?generation=1577738398769596&alt=media) 507 | `pl-PL-Wavenet-D` | Nikola | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Wavenet-D.mp3?generation=1577738401456134&alt=media) 508 | `pl-PL-Wavenet-E` | Oliwia | Polish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pl-PL-Wavenet-E.mp3?generation=1577738408758701&alt=media) 509 | `pl-PL-ZofiaNeural` | Zofia | Polish | --- |[Sample](https://media.play.ht/full_-MWYcTk0JTmt7RGitIFj.mp3) 510 | `pl-PL-PaulinaRUS` | Paulina | Polish | --- |[Sample](https://media.play.ht/full_-MWc9v1DfIYEEb8SWLrJ.mp3) 511 | `pl-PL-AgnieszkaNeural` | Agnieszka | Polish | --- |[Sample](https://media.play.ht/full_-MWglikDWElFnuFU2dkA.mp3) 512 | `pl-PL-MarekNeural` | Marek | Polish | --- |[Sample](https://media.play.ht/full_-MWglbM_ul3IkCrk5BaB.mp3) 513 | `Cristiano` | Cristiano | Portuguese | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/cristiano-pr.mp3?alt=media&token=e6bf7009-4369-4f58-aa10-f7b25dbb54d1) 514 | `Ines` | Ines | Portuguese | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/ines-pr.mp3?alt=media&token=4eae6877-1c51-4427-8083-6caab3469b0f) 515 | `pt-PT-Standard-A` | Leonor | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Standard-A.mp3?generation=1577739138631598&alt=media) 516 | `pt-PT-Standard-B` | Duda | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Standard-B.mp3?generation=1577739141336142&alt=media) 517 | `pt-PT-Standard-C` | Emilio | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Standard-C.mp3?generation=1577739149572372&alt=media) 518 | `pt-PT-Standard-D` | Beatriz | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Standard-D.mp3?generation=1577739152232305&alt=media) 519 | `pt-PT-Wavenet-A` | Ana | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Wavenet-A.mp3?generation=1577738413431936&alt=media) 520 | `pt-PT-Wavenet-B` | Jordao | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Wavenet-B.mp3?generation=1577738416138251&alt=media) 521 | `pt-PT-Wavenet-C` | Marco | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Wavenet-C.mp3?generation=1577738418793257&alt=media) 522 | `pt-PT-Wavenet-D` | Mariana | Portuguese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-PT-Wavenet-D.mp3?generation=1577738420859360&alt=media) 523 | `pt-PT-FernandaNeural` | Fernanda | Portuguese | --- |[Sample](https://media.play.ht/full_-MWYd1vgjB8Jdq5YmRvI.mp3) 524 | `pt-PT-HeliaRUS` | Helia | Portuguese | --- |[Sample](https://media.play.ht/full_-MWcBiNP1WNsZM9GJzh5.mp3) 525 | `pt-PT-DuarteNeural` | Duarte | Portuguese | --- |[Sample](https://media.play.ht/full_-MWgltLB4g3z8OBXm6xi.mp3) 526 | `pt-PT-RaquelNeural` | Raquel | Portuguese | --- |[Sample](https://media.play.ht/full_-MWglvx2PLLlQQbzk5Mc.mp3) 527 | `Ricardo` | Ricardo | Portuguese (BR) | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/ricardo.mp3?alt=media&token=6478fc45-88da-4232-b47c-f49005d1ea4c) 528 | `Vitoria` | Vitoria | Portuguese (BR) | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/vitro.mp3?alt=media&token=01d80348-4a0e-4399-b06a-04e5f86f72d4) 529 | `Camila` | Camila | Portuguese (BR) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWi4gqZ7XveysGb8f3.mp3?generation=1577892471776082&alt=media) 530 | `Matilde` | Matilde | Portuguese (BR) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWiHN2ThCm2w6HNlbx.mp3?generation=1577892524056406&alt=media) 531 | `pt-BR-Standard-A` | Maria | Portuguese (BR) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L925cxln2xviT1uu06s.mp3?generation=1522617982991887&alt=media) 532 | `pt-BR-Wavenet-A` | Ines | Portuguese (BR) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/pt-BR-Wavenet-A.mp3?generation=1577738411192281&alt=media) 533 | `pt-BR_IsabelaV3Voice` | Carolina | Portuguese (BR) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXkGmqlZKffNV1DVRD.mp3?generation=1572541156847471&alt=media) 534 | `pt-BR-FranciscaNeural` | Francisca | Portuguese (BR) | `calm` |[Sample](https://media.play.ht/full_-MWYcj5EPLZDDFSVesND.mp3) 535 | `pt-BR-HeloisaRUS` | Heloisa | Portuguese (BR) | --- |[Sample](https://media.play.ht/full_-MWcBHd6YuX2ptAGkAji.mp3) 536 | `pt-BR-Daniel-Apollo` | Daniel | Portuguese (BR) | --- |[Sample](https://media.play.ht/full_-MWcBWvDM1343Ix8bp8y.mp3) 537 | `pt-BR-AntonioNeural` | Antonio | Portuguese (BR) | --- |[Sample](https://media.play.ht/full_-MWbnKJy-MVB1Vcn6Ijh.mp3) 538 | `Carmen` | Carmen | Romanian | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FCarmen.mp3?alt=media&token=dc6cd29a-5055-4ee8-ab6f-d048186d1594) 539 | `ro-RO-Standard-A` | Mihaela | Romanian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ro-RO-Standard-A.wav) 540 | `ro-RO-Wavenet-A` | Andreea | Romanian | --- |[Sample](https://media.play.ht/full_-MWgmKYHc9ULCNTZEWFP.mp3) 541 | `ro-RO-Andrei` | Andrei | Romanian | --- |[Sample](https://media.play.ht/full_-MWcBu3CWTe3868OQbvg.mp3) 542 | `ro-RO-AlinaNeural` | Alina | Romanian | --- |[Sample](https://media.play.ht/full_-MWbnaQJ6yboljjku1CD.mp3) 543 | `ro-RO-EmilNeural` | Emil | Romanian | --- |[Sample](https://media.play.ht/full_-MWgmH-gpLQWIrUI07mr.mp3) 544 | `Maxim` | Maxim | Russian | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/maxim.mp3?alt=media&token=a0bb06cc-2e30-49e7-ad38-2b15fde919b1) 545 | `Tatyana` | Tatyana | Russian | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/tatayana.mp3?alt=media&token=e8c3aa94-c9dc-4867-8e28-e0e680ab2883) 546 | `ru-RU-Standard-A` | Galina | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Standard-A.mp3?generation=1577739011726330&alt=media) 547 | `ru-RU-Standard-B` | Abram | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Standard-B.mp3?generation=1577739014423122&alt=media) 548 | `ru-RU-Standard-C` | Katina | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Standard-C.mp3?generation=1577739016564093&alt=media) 549 | `ru-RU-Standard-D` | Borya | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Standard-D.mp3?generation=1577739019110135&alt=media) 550 | `ru-RU-Standard-E` | Lada | Russian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ru-RU-Standard-E.wav) 551 | `ru-RU-Wavenet-A` | Annika | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Wavenet-A.mp3?generation=1577738424041004&alt=media) 552 | `ru-RU-Wavenet-B` | Alyosha | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Wavenet-B.mp3?generation=1577738431705078&alt=media) 553 | `ru-RU-Wavenet-C` | Khristina | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Wavenet-C.mp3?generation=1577738433887601&alt=media) 554 | `ru-RU-Wavenet-D` | Artyom | Russian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/ru-RU-Wavenet-D.mp3?generation=1577738437044750&alt=media) 555 | `ru-RU-Wavenet-E` | Irina | Russian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ru-RU-Wavenet-E.wav) 556 | `ru-RU-DariyaNeural` | Dariya | Russian | --- |[Sample](https://media.play.ht/full_-MWYdCZh5i100oyQ2i0x.mp3) 557 | `ru-RU-Irina-Apollo` | Irina | Russian | --- |[Sample](https://media.play.ht/full_-MWcC7eUn3GMiIbFTn56.mp3) 558 | `ru-RU-Pavel-Apollo` | Pavel | Russian | --- |[Sample](https://media.play.ht/full_-MWcCMp-oBRYCgD3T8PI.mp3) 559 | `ru-RU-EkaterinaRUS` | Ekaterina | Russian | --- |[Sample](https://media.play.ht/full_-MWcCFB2QJr3_wYiK2Fw.mp3) 560 | `ru-RU-DmitryNeural` | Dmitry | Russian | --- |[Sample](https://media.play.ht/full_-MWgmWGR5BqkUmXmX07U.mp3) 561 | `ru-RU-SvetlanaNeural` | Svetlana | Russian | --- |[Sample](https://media.play.ht/full_-MWgmYhHQZGtJlNXeId4.mp3) 562 | `sr-rs-Standard-A` | Vrstan | Serbian | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/sr-rs-Standard-A.wav) 563 | `sk-SK-Standard-A` | Natalia | Slovak | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/sk-SK-Standard-A.mp3?generation=1577739099046243&alt=media) 564 | `sk-SK-Wavenet-A` | Nela | Slovak | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/sk-SK-Wavenet-A.mp3?generation=1577738439633502&alt=media) 565 | `sk-SK-Filip` | Filip | Slovak | --- |[Sample](https://media.play.ht/full_-MWcCqoQ-_BDuxTi4Q8n.mp3) 566 | `sk-SK-ViktoriaNeural` | Viktoria | Slovak | --- |[Sample](https://media.play.ht/full_-MWbnlp8xx185kvCutpx.mp3) 567 | `sk-SK-LukasNeural` | Lukas | Slovak | --- |[Sample](https://media.play.ht/full_-MWgmhH4jYTgk0pPK8n8.mp3) 568 | `sl-SI-Lado` | Lado | Slovenian | --- |[Sample](https://media.play.ht/full_-MWcD0QPhFYTDA0taRLK.mp3) 569 | `sl-SI-PetraNeural` | Petra | Slovenian | --- |[Sample](https://media.play.ht/full_-MWbnxhB1RxtowKcW7qF.mp3) 570 | `sl-SI-RokNeural` | Rok | Slovenian | --- |[Sample](https://media.play.ht/full_-MWgmmBw7BDMGMxXW_GT.mp3) 571 | `Conchita` | Conchita | Spanish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FConchita.mp3?alt=media&token=eddf8f9f-1955-4c64-b9f3-eba108bb44cf) 572 | `Enrique` | Enrique | Spanish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FEnrique.mp3?alt=media&token=d63e84ae-0956-4aa1-ac4e-d1a632ed6314) 573 | `Lucia` | Lucia | Spanish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWjmfGFqFTI8WWnfin.mp3?generation=1577892919023354&alt=media) 574 | `es-ES-Standard-A` | Nora | Spanish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L925GfVP0BiQDMCo5RX.mp3?generation=1522617887668496&alt=media) 575 | `es-ES-Standard-B` | Horacio | Spanish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-ES-Standard-B.wav) 576 | `es-ES-Standard-C` | Gaspara | Spanish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-ES-Standard-C.wav) 577 | `es-ES-Standard-D` | Paulita | Spanish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-ES-Standard-D.wav) 578 | `es-ES-Wavenet-B` | Horacio | Spanish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-ES-Wavenet-B.wav) 579 | `es-ES-Wavenet-C` | Gaspara | Spanish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-ES-Wavenet-C.wav) 580 | `es-ES-Wavenet-D` | Paulita | Spanish | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-ES-Wavenet-D.wav) 581 | `es-ES_EnriqueV3Voice` | Leonardo | Spanish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXmUvBHm8d-2U5SkGy.mp3?generation=1572541715976296&alt=media) 582 | `es-ES_LauraV3Voice` | Lucia | Spanish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LsXmlhpvxUEy9hTmu6v.mp3?generation=1572541789144215&alt=media) 583 | `es-ES-ElviraNeural` | Elvira | Spanish | --- |[Sample](https://media.play.ht/full_-MWYF5hoHdE0N0ww1jgt.mp3) 584 | `es-ES-Laura-Apollo` | Laura | Spanish | --- |[Sample](https://media.play.ht/full_-MWbvxhAik2FSKYovhTi.mp3) 585 | `es-ES-HelenaRUS` | Helena | Spanish | --- |[Sample](https://media.play.ht/full_-MWbzK7mXr1NkdUfPc8E.mp3) 586 | `es-ES-Pablo-Apollo` | Pablo | Spanish | --- |[Sample](https://media.play.ht/full_-MWbzS087E3PSDJQSB4A.mp3) 587 | `es-ES-AlvaroNeural` | Alvaro | Spanish | --- |[Sample](https://media.play.ht/full_-MWboKlpbYqOrNPai5P6.mp3) 588 | `es-AR-ElenaNeural` | Elena | Spanish (Argentina) | --- |[Sample](https://media.play.ht/full_-Mh7vsXUMpY9TIp2e4fO.wav) 589 | `es-AR-TomasNeural` | Tomas | Spanish (Argentina) | --- |[Sample](https://media.play.ht/full_-Mh7vyc6fdgI4E2qKU_l.wav) 590 | `es-CO-SalomeNeural` | Salome | Spanish (Colombia) | --- |[Sample](https://media.play.ht/full_-Mh7wBfexJQU6KG39tfC.wav) 591 | `es-CO-GonzaloNeural` | Gonzalo | Spanish (Colombia) | --- |[Sample](https://media.play.ht/full_-Mh7w58qNPuBY8QB7wOh.wav) 592 | `Mia` | Mia | Spanish (MX) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWjwvL1IufJkN2CDfb.mp3?generation=1577892960781199&alt=media) 593 | `es-LA_SofiaV3Voice` | Luciana | Spanish (MX) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/SofiaV3.wav?generation=1577745458751639&alt=media) 594 | `es-MX-DaliaNeural` | Dalia | Spanish (MX) | --- |[Sample](https://media.play.ht/full_-MWYFL7L3bHUkoNcq0Uj.mp3) 595 | `es-MX-HildaRUS` | Hilda | Spanish (MX) | --- |[Sample](https://media.play.ht/full_-MWbzbGL_5QG-waa2Hgn.mp3) 596 | `es-MX-Raul-Apollo` | Raul | Spanish (MX) | --- |[Sample](https://media.play.ht/full_-MWbvk5EQIJcFvmZxIFO.mp3) 597 | `es-MX-JorgeNeural` | Jorge | Spanish (MX) | --- |[Sample](https://media.play.ht/full_-MWboCL1FcJteODUsAF6.mp3) 598 | `Lupe` | Lupe | Spanish (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWicBn6Rjsvn6Yi7Cn.mp3?generation=1577892613586843&alt=media) 599 | `Gabriella` | Gabriella | Spanish (US) | `news` |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/speech_20200502112008760.mp3?alt=media&token=6cecedbc-58bb-48ff-a1a7-96bbf02905ff) 600 | `Isabella` | Isabella | Spanish (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWipo5_sYZqDHC0Tuq.mp3?generation=1577892670114310&alt=media) 601 | `Miguel` | Miguel | Spanish (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWjE_Ota4LsQUMKHcY.mp3?generation=1577892774614999&alt=media) 602 | `Penelope` | Penelope | Spanish (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-LxWjQ7rRSkKvM2kL4Mq.mp3?generation=1577892822127244&alt=media) 603 | `es-US-Standard-A` | Jimena | Spanish (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-US-Standard-A.wav) 604 | `es-US-Standard-B` | Rodrigo | Spanish (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-US-Standard-B.wav) 605 | `es-US-Standard-C` | Felipe | Spanish (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-US-Standard-C.wav) 606 | `es-US-Wavenet-A` | Jimena | Spanish (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-US-Wavenet-A.wav) 607 | `es-US-Wavenet-B` | Rodrigo | Spanish (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-US-Wavenet-B.wav) 608 | `es-US-Wavenet-C` | Felipe | Spanish (US) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/es-US-Wavenet-C.wav) 609 | `es-US_SofiaV3Voice` | Valeria | Spanish (US) | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/SofiaV3.wav?generation=1577745458751639&alt=media) 610 | `es-US-PalomaNeural` | Paloma | Spanish (US) | --- |[Sample](https://media.play.ht/full_-Mh7wZD2IJqjHxe6nW2_.wav) 611 | `es-US-AlonsoNeural` | Alonso | Spanish (US) | --- |[Sample](https://media.play.ht/full_-Mh7wTQTYLBfJi_WmCZA.wav) 612 | `sw-KE-ZuriNeural` | Zuri | Swahili (Kenya) | --- |[Sample](https://media.play.ht/full_-Mh7wz_NUvQGSyjoYUDV.wav) 613 | `sw-KE-RafikiNeural` | Rafiki | Swahili (Kenya) | --- |[Sample](https://media.play.ht/full_-Mh7wngs3QmRecrkyVrK.wav) 614 | `Astrid` | Astrid | Swedish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FAstrid.mp3?alt=media&token=daf72177-fcdc-45bc-82fa-3b76c610b932) 615 | `sv-SE-Standard-A` | Alice | Swedish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L95Lo4SNhicdJsNH9uu.mp3?generation=1522672557818515&alt=media) 616 | `sv-SE-Wavenet-A` | Agnes | Swedish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/sv-SE-Wavenet-A.mp3?generation=1577738443028242&alt=media) 617 | `sv-SE-HilleviNeural` | Hillevi | Swedish | --- |[Sample](https://media.play.ht/full_-MWYoRE3oBjk2-9mzNp9.mp3) 618 | `sv-SE-HedvigRUS` | Hedvig | Swedish | --- |[Sample](https://media.play.ht/full_-MWcDEFjWgZWujxbMFhy.mp3) 619 | `sv-SE-MattiasNeural` | Mattias | Swedish | --- |[Sample](https://media.play.ht/full_-MWgnBdqaGKVbw6PLT_O.mp3) 620 | `sv-SE-SofieNeural` | Sofie | Swedish | --- |[Sample](https://media.play.ht/full_-MWgnEEhx8VuV4XFnvqL.mp3) 621 | `ta-IN-Standard-A` | Laiqa | Tamil (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ta-IN-Standard-A.wav) 622 | `ta-IN-Standard-B` | Panmoli | Tamil (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/ta-IN-Standard-B.wav) 623 | `ta-IN-Valluvar` | Valluvar | Tamil (India) | --- |[Sample](https://media.play.ht/full_-MWcDUseI9L0Z9lb0ih4.mp3) 624 | `ta-IN-PallaviNeural` | Pallavi | Tamil (India) | --- |[Sample](https://media.play.ht/full_-MWboX-nS0yLVME-I_fs.mp3) 625 | `ta-IN-ValluvarNeural` | Valluvar | Tamil (India) | --- |[Sample](https://media.play.ht/full_-MWgj5Q4nhfoYKcL-Swh.mp3) 626 | `te-IN-Standard-A` | Riya | Telugu (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/te-IN-Standard-A.wav) 627 | `te-IN-Standard-B` | Charish | Telugu (India) | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/te-IN-Standard-B.wav) 628 | `te-IN-Chitra` | Chitra | Telugu (India) | --- |[Sample](https://media.play.ht/full_-MWcE-37QTZgoBC1LFIv.mp3) 629 | `te-IN-ShrutiNeural` | Shruti | Telugu (India) | --- |[Sample](https://media.play.ht/full_-MWbohgKb_E67F-RTg7B.mp3) 630 | `te-IN-MohanNeural` | Mohan | Telugu (India) | --- |[Sample](https://media.play.ht/full_-MWgim8MgKPVT79YDDrd.mp3) 631 | `th-TH-Standard-A` | Kwang | Thai | --- |[Sample](https://cloud.google.com/text-to-speech/docs/audio/th-TH-Standard-A.wav) 632 | `th-TH-AcharaNeural` | Achara | Thai | --- |[Sample](https://media.play.ht/full_-MWYoZY5fmEcfK7Zr8YR.mp3) 633 | `th-TH-Pattara` | Pattara | Thai | --- |[Sample](https://media.play.ht/full_-MWcEAqL9wDXscGA2lJs.mp3) 634 | `th-TH-PremwadeeNeural` | Premwadee | Thai | --- |[Sample](https://media.play.ht/full_-MWbosqXiK2Op3sN-PJq.mp3) 635 | `th-TH-NiwatNeural` | Niwat | Thai | --- |[Sample](https://media.play.ht/full_-MWgnKeDXppDOwNWBW4e.mp3) 636 | `Filiz` | Filiz | Turkish | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FFiliz.mp3?alt=media&token=b949ca8f-fd70-4acf-a55f-2caff0f24ebc) 637 | `tr-TR-Standard-A` | Mira | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/full_-L95M1GCFhGaZ9u5yBEt.mp3?generation=1522672613867552&alt=media) 638 | `tr-TR-Standard-B` | Ahmet | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Standard-B.mp3?generation=1577739101152837&alt=media) 639 | `tr-TR-Standard-C` | Aysel | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Standard-C.mp3?generation=1577739103408828&alt=media) 640 | `tr-TR-Standard-D` | Aysun | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Standard-D.mp3?generation=1577739105651089&alt=media) 641 | `tr-TR-Standard-E` | Ayaz | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Standard-E.mp3?generation=1577739108489383&alt=media) 642 | `tr-TR-Wavenet-A` | Aylin | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Wavenet-A.mp3?generation=1577738450225890&alt=media) 643 | `tr-TR-Wavenet-B` | Berat | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Wavenet-B.mp3?generation=1577738452735133&alt=media) 644 | `tr-TR-Wavenet-C` | Berna | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Wavenet-C.mp3?generation=1577738454946864&alt=media) 645 | `tr-TR-Wavenet-D` | Basak | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Wavenet-D.mp3?generation=1577738457027041&alt=media) 646 | `tr-TR-Wavenet-E` | Omer | Turkish | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/tr-TR-Wavenet-E.mp3?generation=1577738459913023&alt=media) 647 | `tr-TR-EmelNeural` | Emel | Turkish | --- |[Sample](https://media.play.ht/full_-MWYcuZQREfYIQNW5eVF.mp3) 648 | `tr-TR-SedaRUS` | Seda | Turkish | --- |[Sample](https://media.play.ht/full_-MWcGBdJ2ljKuV64eYQh.mp3) 649 | `tr-TR-AhmetNeural` | Ahmet | Turkish | --- |[Sample](https://media.play.ht/full_-MWgnQua4VREjrjVjWHC.mp3) 650 | `uk-UA-Standard-A` | Yulia | Ukrainian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/uk-UA-Standard-A.mp3?generation=1577739110551869&alt=media) 651 | `uk-UA-Wavenet-A` | Natalia | Ukrainian | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/uk-UA-Wavenet-A.mp3?generation=1577738462098259&alt=media) 652 | `uk-UA-PolinaNeural` | Polina | Ukrainian | --- |--- 653 | `uk-UA-OstapNeural` | Ostap | Ukrainian | --- |--- 654 | `ur-PK-UzmaNeural` | Uzma | Urdu | --- |--- 655 | `ur-PK-AsadNeural` | Asad | Urdu | --- |--- 656 | `vi-VN-Standard-A` | Bich | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Standard-A.mp3?generation=1577739048458246&alt=media) 657 | `vi-VN-Standard-B` | Chi | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Standard-B.mp3?generation=1577739050975752&alt=media) 658 | `vi-VN-Standard-C` | Cam | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Standard-C.mp3?generation=1577739053306565&alt=media) 659 | `vi-VN-Standard-D` | Danh | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Standard-D.mp3?generation=1577739055778029&alt=media) 660 | `vi-VN-Wavenet-A` | Hau | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Wavenet-A.mp3?generation=1577738464428077&alt=media) 661 | `vi-VN-Wavenet-B` | Dung | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Wavenet-B.mp3?generation=1577738610954777&alt=media) 662 | `vi-VN-Wavenet-C` | Hoa | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Wavenet-C.mp3?generation=1577738613163180&alt=media) 663 | `vi-VN-Wavenet-D` | Duong | Vietnamese | --- |[Sample](https://www.googleapis.com/download/storage/v1/b/play-68705.appspot.com/o/vi-VN-Wavenet-D.mp3?generation=1577738615731465&alt=media) 664 | `vi-VN-An` | An | Vietnamese | --- |[Sample](https://media.play.ht/full_-MWcGbCmIoDMxBToExAn.mp3) 665 | `vi-VN-NamMinhNeural` | NamMinh | Vietnamese | --- |[Sample](https://media.play.ht/full_-MWgnXki9D4K-spRpZTm.mp3) 666 | `Gwyneth` | Gwyneth | Welsh | --- |[Sample](https://firebasestorage.googleapis.com/v0/b/play-68705.appspot.com/o/samples%2FGwyneth.mp3?alt=media&token=ae6f2307-571a-468d-988f-5c18534d8a15) 667 | `cy-GB-NiaNeural` | Nia | Welsh | --- |--- 668 | `cy-GB-AledNeural` | Aled | Welsh | --- |--- 669 | `my-MM-NilarNeural` | Nilar | Burmese | --- | [Sample](https://media.play.ht/voice-samples/my-MM-NilarNeural.mp3) 670 | `my-MM-ThihaNeural` | Thiha | Burmese | --- | [Sample](https://media.play.ht/voice-samples/my-MM-ThihaNeural.mp3) 671 | --------------------------------------------------------------------------------