{"id":42989184,"url":"https://github.com/infomofo/scala-ssml","last_synced_at":"2026-01-31T02:34:45.128Z","repository":{"id":43338101,"uuid":"171077347","full_name":"infomofo/scala-ssml","owner":"infomofo","description":"A package for composing SSML fragments in scala","archived":false,"fork":false,"pushed_at":"2025-11-17T15:55:16.000Z","size":38,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T17:33:19.593Z","etag":null,"topics":["alexa-skills","ssml","text-to-speech"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infomofo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-17T03:22:42.000Z","updated_at":"2025-09-09T01:47:10.000Z","dependencies_parsed_at":"2022-09-03T02:41:46.735Z","dependency_job_id":"2c9b968c-2e79-474d-a422-0bd7acb2754c","html_url":"https://github.com/infomofo/scala-ssml","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/infomofo/scala-ssml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infomofo%2Fscala-ssml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infomofo%2Fscala-ssml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infomofo%2Fscala-ssml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infomofo%2Fscala-ssml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infomofo","download_url":"https://codeload.github.com/infomofo/scala-ssml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infomofo%2Fscala-ssml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28927252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"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":["alexa-skills","ssml","text-to-speech"],"created_at":"2026-01-31T02:34:44.663Z","updated_at":"2026-01-31T02:34:45.120Z","avatar_url":"https://github.com/infomofo.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"scala-ssml\n==========\n\n![Scala CI](https://github.com/infomofo/scala-ssml/workflows/Scala%20CI/badge.svg)\n\nThis library allows you to easily generate Speech Synthesis Markup Language (SSML) with Scala.\n\nSSML is documented [here](http://www.w3.org/TR/speech-synthesis),\n but it has applications for:\n\n- Alexa Skills (which only supports a subset of the official ssml tags, documented [here](https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html))\n- Chrome Browser speechSynthesis fragments, documented [here](https://developer.chrome.com/extensions/tts)\n\nDependency\n----------\n\nThis dependency can be imported into any scala project using:\n\n```scala\nlazy val scalaSsml = RootProject(uri(\"git://github.com/infomofo/scala-ssml.git#v0.4.0\"))\n```\n\nThe library is currently compiled for scala versions `2.11.12`, `2.12.11`, and `2.13.2`.\n\nBasic Usage\n------------\n\nYou can generate ssml for any of the use cases outlined above.\n\nThis library makes use of method chaining for convenience.\n\n```scala\nimport com.infomofo.scalassml.SSMLBuilder\n\nSSMLBuilder()\n        .text(\"hello\")\n        .pause(1000)\n        .text(\"goodbye\")\n```\n\nThe output of a command like that would be:\n```xml\n\u003cspeak\u003e\n    hello\n    \u003cbreak time=\"1000ms\"/\u003e\n    goodbye\n\u003c/speak\u003e\n```\n\nRunning Tests\n-------------\n\nTests can be run using `sbt test`.\n\nTesting SSML pronunciation\n--------------------------\n\nGenerated SSML can be tested using Amazon's online tool at:\n`https://developer.amazon.com/alexa/console/ask/test/\u003cskillid\u003e/development/en_US/`\nwhere `\u003cskillid\u003e` is the id of an alexa skill.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfomofo%2Fscala-ssml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfomofo%2Fscala-ssml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfomofo%2Fscala-ssml/lists"}