{"id":18332524,"url":"https://github.com/cellular/jovo-plugin-ssml","last_synced_at":"2025-04-09T18:39:20.146Z","repository":{"id":92903545,"uuid":"136020481","full_name":"cellular/jovo-plugin-ssml","owner":"cellular","description":"Jovo Plugin to supercharge the SpeechBuilder","archived":false,"fork":false,"pushed_at":"2018-06-05T09:51:46.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T11:19:51.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cellular.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}},"created_at":"2018-06-04T12:17:23.000Z","updated_at":"2018-06-05T09:51:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"de97e67e-1cef-4d6e-a8db-5976849bf43f","html_url":"https://github.com/cellular/jovo-plugin-ssml","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-ssml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-ssml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-ssml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-ssml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cellular","download_url":"https://codeload.github.com/cellular/jovo-plugin-ssml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248089379,"owners_count":21045892,"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":[],"created_at":"2024-11-05T19:39:17.662Z","updated_at":"2025-04-09T18:39:20.129Z","avatar_url":"https://github.com/cellular.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced SSML features for the Jovo Framework\n\n[![Build Status](https://travis-ci.org/cellular/jovo-plugin-ssml.svg?branch=master)](https://travis-ci.org/cellular/jovo-plugin-ssml)\n\n[Jovo](https://www.jovo.tech/) [Plugin](https://www.jovo.tech/docs/advanced#plugins) to [supercharge](http://github.com/cellular/speech-builder) the SpeechBuilder:\n\n* Lexicon to automatically insert `\u003cphoneme\u003e` or `\u003csub\u003e` tags.\n* Different base URI per platform to load audio files in different formats.\n* Proper XML escaping.\n\n⚠️ __NOTE__: The API is not backwards compatible (though very similar) to Jovo's built-in SpeechBuilder. Please refer to the [API docs](http://github.com/cellular/speech-builder#api) for details.\n\n## Usage\n\n```js\nconst { App } = require('jovo-framework');\nconst SsmlPlugin = require('jovo-plugin-ssml');\n\nconst app = new App();\napp.register('SsmlPlugin', new SsmlPlugin());\n\napp.setHandler({\n  LAUNCH() {\n    this.tell(\n      this.speech.add('You say potato, I say patata.')\n    );\n  }\n```\n\n## Advanced Options\n\nSee: https://github.com/cellular/speech-builder#advanced-options\n\n```js\nnew SsmlPlugin({\n  lexicon: {\n    potato: {\n      ipa: 'pəˈteɪtəʊ',\n      sub: 'poteytoh'\n    }\n  },\n  alexa: {\n    base: 'https://example.com/audio/16k/'\n  },\n  google: {\n    base: 'https://example.com/audio/24k/'\n  }\n});\n```\n\n# License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Fjovo-plugin-ssml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcellular%2Fjovo-plugin-ssml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Fjovo-plugin-ssml/lists"}