{"id":16198,"date":"2025-05-15T10:40:41","date_gmt":"2025-05-15T08:40:41","guid":{"rendered":"https:\/\/www.beseit.net\/?p=16198"},"modified":"2025-05-15T10:43:12","modified_gmt":"2025-05-15T08:43:12","slug":"script-powershell-per-guardar-la-llista-de-veus-en-un-fitxer-txt","status":"publish","type":"post","link":"http:\/\/www.beseit.net\/?p=16198","title":{"rendered":"Script PowerShell per guardar la llista de veus en un fitxer .txt"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>Add-Type -AssemblyName System.Speech\n$synth = New-Object System.Speech.Synthesis.SpeechSynthesizer\n\n# Ruta on es desar\u00e0 el fitxer (escriptori de l'usuari actual)\n$outputPath = &#91;System.IO.Path]::Combine(&#91;Environment]::GetFolderPath(\"Desktop\"), \"Veus_Instal\u00b7lades.txt\")\n\n# Obtenir les veus i formatejar-les\n$voicesInfo = $synth.GetInstalledVoices() | ForEach-Object {\n    $voice = $_.VoiceInfo\n    \"Nom: $($voice.Name)`nIdioma: $($voice.Culture)`nG\u00e8nere: $($voice.Gender)`nEdat: $($voice.Age)`nDescripci\u00f3: $($voice.Description)`n---\"\n}\n\n# Escriure-ho al fitxer\n$voicesInfo | Out-File -FilePath $outputPath -Encoding UTF8\n\n# Mostrar confirmaci\u00f3\nWrite-Output \"Llista de veus desada a: $outputPath\"\n<\/code><\/pre>\n\n\n\n<p>Nom: Microsoft Zira Desktop<br>Idioma: en-US<br>G\u00e8nere: Female<br>Edat: Adult<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Descripci\u00f3: Microsoft Zira Desktop &#8211; English (United States)<\/h2>\n\n\n\n<p>Nom: Microsoft Hazel Desktop<br>Idioma: en-GB<br>G\u00e8nere: Female<br>Edat: Adult<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Descripci\u00f3: Microsoft Hazel Desktop &#8211; English (Great Britain)<\/h2>\n\n\n\n<p>Nom: Microsoft Helena Desktop<br>Idioma: es-ES<br>G\u00e8nere: Female<br>Edat: Adult<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Descripci\u00f3: Microsoft Helena Desktop &#8211; Spanish (Spain)<\/h2>\n\n\n\n<p>Nom: Microsoft Hortense Desktop<br>Idioma: fr-FR<br>G\u00e8nere: Female<br>Edat: Adult<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Descripci\u00f3: Microsoft Hortense Desktop &#8211; French<\/h2>\n\n\n\n<p>Nom: Vocalizer Expressive Jordi Harpo 22kHz<br>Idioma: ca-ES<br>G\u00e8nere: Male<br>Edat: Adult<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Descripci\u00f3: Vocalizer Expressive Jordi Harpo 22kHz<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Nom: Microsoft Zira DesktopIdioma: en-USG\u00e8nere: FemaleEdat: Adult Descripci\u00f3: Microsoft Zira Desktop &#8211; English (United States) Nom: Microsoft Hazel DesktopIdioma: en-GBG\u00e8nere: FemaleEdat: Adult Descripci\u00f3: Microsoft Hazel Desktop &#8211; English (Great Britain) Nom: Microsoft Helena DesktopIdioma: es-ESG\u00e8nere: FemaleEdat: Adult Descripci\u00f3: Microsoft Helena &hellip; <a href=\"http:\/\/www.beseit.net\/?p=16198\">Continua llegint <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":3170,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[185,1],"tags":[],"class_list":["post-16198","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-veus","category-bloc-de-notes"],"_links":{"self":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/16198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16198"}],"version-history":[{"count":1,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/16198\/revisions"}],"predecessor-version":[{"id":16199,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/16198\/revisions\/16199"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/media\/3170"}],"wp:attachment":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16198"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16198"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}