{"id":17100625,"url":"https://github.com/jakobhellermann/tts-urls","last_synced_at":"2025-04-12T23:53:55.819Z","repository":{"id":57670740,"uuid":"259637558","full_name":"jakobhellermann/tts-urls","owner":"jakobhellermann","description":"Generate URLs from TTS services, a rust crate","archived":false,"fork":false,"pushed_at":"2021-01-30T13:40:58.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T23:53:50.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakobhellermann.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}},"created_at":"2020-04-28T12:58:26.000Z","updated_at":"2024-04-06T01:48:40.000Z","dependencies_parsed_at":"2022-09-26T20:41:18.304Z","dependency_job_id":null,"html_url":"https://github.com/jakobhellermann/tts-urls","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/jakobhellermann%2Ftts-urls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Ftts-urls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Ftts-urls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Ftts-urls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakobhellermann","download_url":"https://codeload.github.com/jakobhellermann/tts-urls/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647236,"owners_count":21139083,"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-10-14T15:14:17.928Z","updated_at":"2025-04-12T23:53:55.781Z","avatar_url":"https://github.com/jakobhellermann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tts-urls\n\nThis crate formats URLs to retrieve audio from TTS (text to speech) services like Google Translate or VoiceRSS.\n\n# Examples\nGoogle Translate TTS:\n```rust\nlet url = tts_urls::google_translate::url(\"Hello, World!\", \"en\");\nassert_eq!(url, \"https://translate.google.com/translate_tts?ie=UTF-8\u0026q=Hello%2C%20World%21\u0026tl=en\u0026tk=418730.60457\u0026client=webapp\");\n```\n\nVoiceRSS:\n```rust\nuse tts_urls::voicerss::VoiceRSSOptions;\nlet key = \"key\";\n\nlet url = VoiceRSSOptions::new()\n    .language(\"de-de\")\n    .audio_format(\"32khz_16bit_stereo\")\n    .codec(\"mp3\")\n    .url(key, \"Hallo Welt!\");\nassert_eq!(url, \"http://api.voicerss.org/?key=key\u0026hl=de-de\u0026c=mp3\u0026f=32khz_16bit_stereo\u0026src=Hallo%20Welt%21\");\n```\n\n# Credits\nThis crate started out as a fork of [google\\_translate\\_tts](https://github.com/portstrom/google_translate_tts).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobhellermann%2Ftts-urls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakobhellermann%2Ftts-urls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobhellermann%2Ftts-urls/lists"}