mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1600] [MERGED] Create audio merge tool #1720
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1600
Author: @aopstudio
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @crazywoola
Base:
main← Head:audio-merge📝 Commits (1)
9c6d6eeCreate audio_merge.difypkg📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
aopstudio/audio_merge/audio_merge.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin enables users to merge multiple audio files into a single continuous audio file within Dify. It supports WAV natively and other common formats (MP3, OGG, FLAC, AAC, etc.) when FFmpeg is installed. The merge order strictly follows the sequence in which files are uploaded by the user. If FFmpeg is not available, the plugin gracefully restricts input to WAV files only and provides clear error messaging. The output format defaults to that of the first input file but can be overridden via optional parameters (
output_format,output_filename). All processing is done locally with no external data transmission.4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No personal data is collected by this plugin. It processes only user-provided audio files temporarily in memory or secure temporary storage during execution. No identifiers (such as IP address, email, device ID, etc.) are accessed, stored, or transmitted. The plugin does not integrate with any third-party services that could collect user data.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.