{"id":20581096,"url":"https://github.com/thisisnttheway/azure_tts_ps","last_synced_at":"2026-04-20T02:36:22.887Z","repository":{"id":163639497,"uuid":"434729364","full_name":"ThisIsntTheWay/azure_tts_ps","owner":"ThisIsntTheWay","description":"PowerShell script to interface with the TTS part of the Azure Speech Services","archived":false,"fork":false,"pushed_at":"2022-11-03T14:02:46.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-06T12:16:04.895Z","etag":null,"topics":["azure","text-to-speech"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThisIsntTheWay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-03T20:46:51.000Z","updated_at":"2021-12-23T20:59:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"37a77024-f14a-422a-a8e4-a5eb540a11e7","html_url":"https://github.com/ThisIsntTheWay/azure_tts_ps","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ThisIsntTheWay/azure_tts_ps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fazure_tts_ps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fazure_tts_ps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fazure_tts_ps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fazure_tts_ps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIsntTheWay","download_url":"https://codeload.github.com/ThisIsntTheWay/azure_tts_ps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fazure_tts_ps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32030301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","text-to-speech"],"created_at":"2024-11-16T06:27:07.661Z","updated_at":"2026-04-20T02:36:22.858Z","avatar_url":"https://github.com/ThisIsntTheWay.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# azure_tts_ps\nPowerShell script to interface with the TTS API endpoint of Azure Speech Services.\n\n### Simple text\n```PowerShell\n.\\main.ps1 -apiKey .\\secret\\apiKey -voice \"Natasha\" -text \"Hello world\" -codec \"webm\" -codecQuality \"max\" -quiet $false\n```\n\n### Multi line document\n```PowerShell\n$text = (Get-Content .\\sample.txt -encoding UTF8)\n.\\main.ps1 -apiKey .\\secret\\apiKey -voice \"Natasha\" -text $text -codec \"audio\" -codecQuality \"max\" -quiet $false\n```\n\n### Piped text\n```PowerShell\n'Hello World' | .\\main.ps1 -apiKey .\\secret\\apiKey -voice \"Natasha\" -codec \"webm\" -codecQuality \"max\" -quiet $false\n```\n\n### Piped multi line document\n```PowerShell\n$text = [string](Get-Content .\\sample.txt -encoding UTF8)\n$text | .\\main.ps1 -apiKey .\\secret\\apiKey -voice \"Natasha\" -codec \"webm\" -codecQuality \"max\" -quiet $false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnttheway%2Fazure_tts_ps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisnttheway%2Fazure_tts_ps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnttheway%2Fazure_tts_ps/lists"}