[PR #478] [MERGED] add edge_tts plugin #956

Closed
opened 2026-02-22 17:43:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/478
Author: @Nex-Z
Created: 5/11/2025
Status: Merged
Merged: 5/16/2025
Merged by: @LogicOber

Base: mainHead: main


📝 Commits (4)

  • d7b2712 zzm/edge_tts-0.0.1.difypkg
  • 4525fd0 zzm/edge_tts-0.0.1.difypkg
  • 695a60d update edge_tts-0.0.1.difypkg
  • b0efb5e update edge_tts-0.0.1.difypkg

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

zzm/edge_tts/edge_tts-0.0.1.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

edge_tts is a plugin that integrates Microsoft Edge’s Text-to-Speech (TTS) capabilities into Dify. It enables seamless generation of high-quality speech audio from text using voices like Xiaohan, Xiaoxiao, Yunxi, and many others.

This plugin provides a simple API interface where users can input text along with voice and format options (e.g., wav), and receive back synthesized speech. It’s ideal for storytelling, audio guides, notifications, and building voice-enabled AI agents or workflows in Dify.

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

This plugin does not collect any personal user data. All text input is only used to synthesize speech via Microsoft Edge TTS and is not stored or transmitted to any third-party services.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/478 **Author:** [@Nex-Z](https://github.com/Nex-Z) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`d7b2712`](https://github.com/langgenius/dify-plugins/commit/d7b27124ab0d0215fe8ef0a04eba98a889a1451e) zzm/edge_tts-0.0.1.difypkg - [`4525fd0`](https://github.com/langgenius/dify-plugins/commit/4525fd0f20f5f0dfa90d21af741404dc85e13e78) zzm/edge_tts-0.0.1.difypkg - [`695a60d`](https://github.com/langgenius/dify-plugins/commit/695a60dfb6a303a450af5741f4b92f42ee47a8b4) update edge_tts-0.0.1.difypkg - [`b0efb5e`](https://github.com/langgenius/dify-plugins/commit/b0efb5e824ca7735b73254811b33c736842d5207) update edge_tts-0.0.1.difypkg ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `zzm/edge_tts/edge_tts-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: zzm - **Plugin Name**: edge_tts - **Repository URL**: https://github.com/ZZM-user/edge_tts ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description `edge_tts` is a plugin that integrates Microsoft Edge’s Text-to-Speech (TTS) capabilities into Dify. It enables seamless generation of high-quality speech audio from text using voices like Xiaohan, Xiaoxiao, Yunxi, and many others. This plugin provides a simple API interface where users can input text along with voice and format options (e.g., wav), and receive back synthesized speech. It’s ideal for storytelling, audio guides, notifications, and building voice-enabled AI agents or workflows in Dify. ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection This plugin **does not collect any personal user data**. All text input is only used to synthesize speech via Microsoft Edge TTS and is not stored or transmitted to any third-party services. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:43:40 -05:00
yindo closed this issue 2026-02-22 17:43:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#956