{"id":41304702,"url":"https://github.com/lonepheasantwarrior/talkify","last_synced_at":"2026-02-04T09:20:43.272Z","repository":{"id":334144167,"uuid":"1140241496","full_name":"LonePheasantWarrior/Talkify","owner":"LonePheasantWarrior","description":"云端大模型驱动的 Android 语音合成应用（TTS）。Android Text-to-Speech Application (TTS) Powered by Cloud-Based Large Models。","archived":false,"fork":false,"pushed_at":"2026-01-28T15:12:13.000Z","size":2555,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T08:41:37.974Z","etag":null,"topics":["ai","aliyun","android","dashscope","legado","qwen","tts"],"latest_commit_sha":null,"homepage":"https://gitee.com/LonePheasantWarrior/talkify","language":"Kotlin","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/LonePheasantWarrior.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-23T02:26:44.000Z","updated_at":"2026-01-29T01:09:17.000Z","dependencies_parsed_at":"2026-01-28T20:01:12.346Z","dependency_job_id":null,"html_url":"https://github.com/LonePheasantWarrior/Talkify","commit_stats":null,"previous_names":["lonepheasantwarrior/talkify"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/LonePheasantWarrior/Talkify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonePheasantWarrior%2FTalkify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonePheasantWarrior%2FTalkify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonePheasantWarrior%2FTalkify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonePheasantWarrior%2FTalkify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LonePheasantWarrior","download_url":"https://codeload.github.com/LonePheasantWarrior/Talkify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonePheasantWarrior%2FTalkify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28884676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","aliyun","android","dashscope","legado","qwen","tts"],"created_at":"2026-01-23T04:59:46.319Z","updated_at":"2026-01-29T21:00:41.575Z","avatar_url":"https://github.com/LonePheasantWarrior.png","language":"Kotlin","readme":"# Talkify\n\n云端大模型驱动的 Android 语音合成([TTS](https://developer.android.com/reference/android/speech/tts/TextToSpeech))应用。  \n目前接入了阿里云百炼的[通义千问3-TTS-Flash服务](https://bailian.console.aliyun.com/cn-beijing/?spm=5176.29619931.J_SEsSjsNv72yRuRFS2VknO.2.74cd10d7e5xOeO\u0026tab=model#/efm/model_experience_center/voice?currentTab=voiceTts)和火山引擎的[豆包语音](https://console.volcengine.com/speech/new/experience/tts)作为功能引擎。\n\n在阿里云百炼的[密钥管理](https://bailian.console.aliyun.com/cn-beijing/?spm=a2c4g.11186623.nav-v2-dropdown-menu-0.d_main_2_0.57a349e5ACzyY3\u0026tab=model\u0026scm=20140722.M_10904463._.V_1#/api-key)页面下申请对应的`ApiKey`以使用该引擎。  \n在火山引擎的[ApiKey管理](https://console.volcengine.com/speech/new/setting/apikeys)页面下申请对应的`ApiKey`以使用该引擎。\n\n## 应用截图\n\u003cdiv style=\"text-align: left;\"\u003e\n  \u003cimg src=\"doc/images/Screenshot_talkify.webp\" width=\"260\" style=\"margin-right: 10px;\"  alt=\"应用截图\"/\u003e\n\u003c/div\u003e\n\n## 推荐搭配阅读软件\n\n[Legado / 开源阅读](https://github.com/gedoor/legado)  \n[Legado / 开源阅读 APP书源](https://github.com/aoaostar/legado)\n\n## 技术栈\n\n- **语言**: Kotlin\n- **UI**: Jetpack Compose + Material 3 Expressive\n- **SDK**: minSdk 30, targetSdk 36\n- **构建**: Gradle 8.13 + AGP 8.13.2\n\n## 构建\n\n```bash\n# Debug 构建\n./gradlew assembleDebug\n\n# Release 构建\n./gradlew assembleRelease\n\n# 代码检查\n./gradlew lint\n```\n\n**输出**: `app/build/outputs/apk/debug/app-debug.apk`\n\n## 支持的引擎\n\n| 引擎 ID | 名称 | 服务商 | 语言支持 |\n|---------|------|--------|---------|\n| qwen3-tts | 通义千问3 | 阿里云百炼 | zh, en, de, fr, es, pt, it, ja, ko, ru (10种) |\n| seed-tts-2.0 | 豆包语音合成2.0 | 火山引擎 | zh, en (2种) |\n\n## 开发文档\n详细开发文档请参阅[开发指南](doc/开发指南.md)\n\n## 感谢\n- [Trae](https://www.trae.cn)\n- [MiniMax M2.1](https://www.minimaxi.com/news/minimax-m21)\n- [Kimi Code CLI](https://moonshotai.github.io/kimi-cli/zh/guides/getting-started.html)\n- [K2.5](https://platform.moonshot.cn/docs/guide/kimi-k2-5-quickstart)\n\n## Buy Me a Mixue 🍦\n\u003cdiv style=\"text-align: left;\"\u003e\n  \u003cimg src=\"doc/images/alipay_1769136488503.webp\" width=\"245\" style=\"margin-right: 10px;\"  alt=\"支付宝打赏二维码\"/\u003e\n  \u003cimg src=\"doc/images/wechat_1769136466823.webp\" width=\"245\"  alt=\"微信打赏二维码\"/\u003e\n\u003c/div\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonepheasantwarrior%2Ftalkify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flonepheasantwarrior%2Ftalkify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonepheasantwarrior%2Ftalkify/lists"}