{"id":13618278,"url":"https://github.com/Femoon/tts-azure-web","last_synced_at":"2025-04-14T10:31:21.513Z","repository":{"id":243816535,"uuid":"798195082","full_name":"Femoon/tts-azure-web","owner":"Femoon","description":"TTS Azure Web 是一个 Azure 文本转语音（TTS）网页应用，可以在本地或者云端使用你的 Azure Key 一键部署。TTS Azure Web is an Azure Text-to-Speech (TTS) web application. It allows you to run it locally or deploy it with a single click using your Azure Key.","archived":false,"fork":false,"pushed_at":"2025-03-15T01:11:25.000Z","size":791,"stargazers_count":398,"open_issues_count":4,"forks_count":53,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T02:24:28.161Z","etag":null,"topics":["azure","nextjs","nextui","react","tts","typescript"],"latest_commit_sha":null,"homepage":"https://tts.femoon.top","language":"TypeScript","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/Femoon.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":"2024-05-09T09:33:13.000Z","updated_at":"2025-03-15T01:11:22.000Z","dependencies_parsed_at":"2024-07-21T04:25:30.602Z","dependency_job_id":"09ff5d3b-f2f9-4405-ae36-3932b0ed3dd5","html_url":"https://github.com/Femoon/tts-azure-web","commit_stats":null,"previous_names":["femoon/tts-azure-web"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Femoon%2Ftts-azure-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Femoon%2Ftts-azure-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Femoon%2Ftts-azure-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Femoon%2Ftts-azure-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Femoon","download_url":"https://codeload.github.com/Femoon/tts-azure-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862626,"owners_count":21173839,"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":["azure","nextjs","nextui","react","tts","typescript"],"created_at":"2024-08-01T20:01:57.498Z","updated_at":"2025-04-14T10:31:20.938Z","avatar_url":"https://github.com/Femoon.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# TTS Azure Web\n\nEnglish / [简体中文](./README_CN.md)\n\nTTS Azure Web is an Azure Text-to-Speech (TTS) web application. Fine-tune the output speech results using Speech Synthesis Markup Language (SSML). It allows you to run it locally or deploy it with a single click using your Azure Key.\n\nKey Features:\n\n- Supports selection of voice, language, style, and character.\n- Supports adjustments of speech speed, intonation, and volume.\n- Supports audio output download.\n- One-click deployment for both local and cloud environments.\n- Supports SSML config import and export.\n\nThis application is ideal for those looking to minimize setup while experiencing the full capabilities of Azure TTS.\n\nLive demo: https://tts.femoon.top\n\n## Getting Started\n\nGet your API Key\n\n- Go to [Microsoft Azure Text to Speech](https://azure.microsoft.com/en-us/products/ai-services/text-to-speech/) and click \"Try Text to Speech Free\"\n- Go to [Azure AI services](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/SpeechServices)\n- In the \"Speech services\" block, click \"Add\"\n- A region and two subscription keys will be listed beside Speech Services. You only need one key and its corresponding region.\n\n## Deploy on Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FFemoon%2Ftts-azure-web\u0026env=SPEECH_KEY\u0026env=SPEECH_REGION\u0026project-name=tts-azure-web\u0026repository-name=tts-azure-web)\n\n## Deploy locally\n\n```bash\n# install yarn\nnpm i -g yarn\n# install dependencies\nyarn\n# building the production environment\nyarn build\n# run production environment serve\nyarn start\n```\n\n## Development\n\nBefore starting development, you must create a new `.env.local` file at project root, and place your azure key and region into it:\n\n```bash\n# your azure key (required)\nSPEECH_KEY=your_azure_key\n# your azure region (required)\nSPEECH_REGION=your_azure_region\n# Maximum input length limit (optional)\nNEXT_PUBLIC_MAX_INPUT_LENGTH=4000\n```\n\nRun the development server:\n\n```bash\n# install yarn\nnpm i -g yarn\n# install dependencies\nyarn\n# run serve\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000/) with your browser to see the result.\n\n## Git commit specification reference\n\n- `feat` add new functions\n- `fix` Fix issues/bugs\n- `perf` Optimize performance\n- `style` Change the code style without affecting the running result\n- `refactor` Re-factor code\n- `revert` Undo changes\n- `test` Test related, does not involve changes to business code\n- `docs` Documentation and Annotation\n- `chore` Updating dependencies/modifying scaffolding configuration, etc.\n- `ci` CI/CD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFemoon%2Ftts-azure-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFemoon%2Ftts-azure-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFemoon%2Ftts-azure-web/lists"}