mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 08:24:56 +05:30
42 lines
2.3 KiB
JSON
42 lines
2.3 KiB
JSON
{
|
|
"changeSpeed": {
|
|
"description": "Change the playback speed of audio files. Speed up or slow down audio while maintaining pitch.",
|
|
"inputTitle": "Input Audio",
|
|
"newAudioSpeed": "New Audio Speed",
|
|
"outputFormat": "Output Format",
|
|
"resultTitle": "Edited Audio",
|
|
"settingSpeed": "Setting Speed",
|
|
"shortDescription": "Change the speed of audio files",
|
|
"speedDescription": "Default multiplier: 2 means 2x faster",
|
|
"title": "Change audio speed",
|
|
"toolInfo": {
|
|
"title": "What is {{title}}?"
|
|
}
|
|
},
|
|
"extractAudio": {
|
|
"description": "Extract audio track from video files.",
|
|
"extractingAudio": "Extracting Audio",
|
|
"inputTitle": "Input Video",
|
|
"outputFormat": "Output Format",
|
|
"outputFormatDescription": "Select the format for the audio to be extracted as.",
|
|
"resultTitle": "Extracted Audio",
|
|
"shortDescription": "Extract audio from video files (MP4, MOV, etc.) to AAC, MP3, or WAV.",
|
|
"title": "Extract Audio from Video",
|
|
"toolInfo": {
|
|
"description": "This tool allows you to extract the audio track from video files. You can choose from different audio formats including AAC, MP3, and WAV.",
|
|
"title": "What is {{title}}?"
|
|
}
|
|
},
|
|
"mergeAudio": {
|
|
"description": "Combine multiple audio files into a single audio file by concatenating them in sequence.",
|
|
"longDescription": "This tool allows you to merge multiple audio files into a single file by concatenating them in the order you upload them. Perfect for combining podcast segments, music tracks, or any audio files that need to be joined together. Supports various audio formats including MP3, AAC, and WAV.",
|
|
"shortDescription": "Merge multiple audio files into one (MP3, AAC, WAV).",
|
|
"title": "Merge Audio"
|
|
},
|
|
"trim": {
|
|
"description": "Cut and trim audio files to extract specific segments by specifying start and end times.",
|
|
"longDescription": "This tool allows you to trim audio files by specifying start and end times. You can extract specific segments from longer audio files, remove unwanted parts, or create shorter clips. Supports various audio formats including MP3, AAC, and WAV. Perfect for podcast editing, music production, or any audio editing needs.",
|
|
"shortDescription": "Trim audio files to extract specific time segments (MP3, AAC, WAV).",
|
|
"title": "Trim Audio"
|
|
}
|
|
}
|