{"id":28028340,"url":"https://github.com/pykeio/ssml","last_synced_at":"2025-05-11T07:09:48.039Z","repository":{"id":200442350,"uuid":"705438975","full_name":"pykeio/ssml","owner":"pykeio","description":"A Rust library for writing SSML.","archived":false,"fork":false,"pushed_at":"2024-12-16T19:57:03.000Z","size":158,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T07:09:42.514Z","etag":null,"topics":["rust","speech-synthesis","ssml","ssml-builder"],"latest_commit_sha":null,"homepage":"https://docs.rs/ssml","language":"Rust","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/pykeio.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":"2023-10-16T02:14:55.000Z","updated_at":"2025-02-27T09:16:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b3ca0ec-15c9-4601-ae69-874fe0602031","html_url":"https://github.com/pykeio/ssml","commit_stats":null,"previous_names":["pykeio/ssml"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykeio%2Fssml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykeio%2Fssml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykeio%2Fssml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pykeio%2Fssml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pykeio","download_url":"https://codeload.github.com/pykeio/ssml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528976,"owners_count":21922636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["rust","speech-synthesis","ssml","ssml-builder"],"created_at":"2025-05-11T07:09:47.533Z","updated_at":"2025-05-11T07:09:48.020Z","avatar_url":"https://github.com/pykeio.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `ssml-rs`\nA Rust library for writing SSML.\n\nCurrently, `ssml-rs` focuses on supporting the subsets of SSML supported by major cloud text-to-speech services ([Microsoft Azure Cognitive Speech Services](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-synthesis-markup-structure), [Google Cloud Text-to-Speech](https://cloud.google.com/text-to-speech/docs/ssml), \u0026 [Amazon Polly](https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html)) \u0026 pyke Songbird.\n\n```rs\nlet doc = ssml::speak(Some(\"en-US\"), [\"Hello, world!\"]);\n\nuse ssml::Serialize;\nlet str = doc.serialize_to_string(\u0026ssml::SerializeOptions::default().flavor(Flavor::AmazonPolly))?;\nassert_eq!(\n\tstr,\n\tr#\"\u003cspeak xml:lang=\"en-US\"\u003eHello, world!\u003c/speak\u003e\"#\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpykeio%2Fssml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpykeio%2Fssml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpykeio%2Fssml/lists"}