Menu
NEW AGENT
MY AGENTS
ASSISTANTS
YouTube Audio Sample Generator
- Step 4
Summary - 14th Jan
Summary - 13th Jan
Summary - 12th Jan
Summary - 10th Jan
Summary - 7th Jan
Summary - 7th Jan
Summary - 4th Jan
Summary - 3rd Jan
Summary - 2nd Jan
SETTINGS
LOGOUT
YouTube Audio Sample Generator - Confirm & Copy Final Agent Code
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
Review Final Agent Copy
Expand
[ { "taskID": 193, "semanticTitleOfTask": "YouTube Video Audio Extraction", "taskDescription": "Downloads YouTube video and extracts high-quality MP3 audio, preserving audio fidelity and metadata", "inputDescription": "VARIABLE1 is the validated YouTube URL, VARIABLE2 is the standardized filename to save the downloaded MP3", "inputRequired": ["VARIABLE1", "VARIABLE2"], "outputDescription": "MP3 file containing the full audio from the YouTube video, saved with our standardized filename", "outputName": "downloaded_mp3", "promptInstruction": "" }, { "taskID": 178, "semanticTitleOfTask": "MP3 to WAV Conversion", "taskDescription": "Converts the downloaded MP3 to a high-quality WAV format (44.1kHz, 16-bit) for subsequent processing", "inputDescription": "The MP3 file from the previous task (#193)", "inputRequired": ["downloaded_mp3"], "outputDescription": "High-quality WAV file (44.1kHz, 16-bit) ready for further audio processing", "outputName": "raw_wav_audio", "promptInstruction": "" }, { "taskID": 180, "semanticTitleOfTask": "Tempo and Beat Analysis of Source MP3", "taskDescription": "Analyzes input MP3 file to detect tempo (BPM), beat positions, and downbeat positions, creating a comprehensive rhythmic analysis of the audio content", "inputDescription": "The MP3 file from the previous task (#193)", "inputRequired": ["downloaded_mp3"], "outputDescription": "JSON object containing detected BPM (float), array of beat positions (in seconds), and array of downbeat positions (in seconds)", "outputName": "tempo_analysis_data", "promptInstruction": "" }, { "taskID": 197, "semanticTitleOfTask": "Stem Separation into Vocals and Instrumentals", "taskDescription": "Uses source separation AI to split the input MP3 into two separate stems: isolated vocals and instrumental tracks", "inputDescription": "The MP3 file from the previous task (#193)", "inputRequired": ["downloaded_mp3"], "outputDescription": "Single object referencing the separated vocal MP3 and instrumental MP3 files", "outputName": "separated_stems_mp3", "promptInstruction": "" }, { "taskID": 178, "semanticTitleOfTask": "Convert Separated Stems to WAV Format", "taskDescription": "Converts both vocal and instrumental MP3 stems to WAV format at 44.1kHz, 16-bit quality for compatibility with subsequent processing", "inputDescription": "Single object referencing the separated vocal MP3 and instrumental MP3 files from Task #197", "inputRequired": ["separated_stems_mp3"], "outputDescription": "Single object referencing the separated vocal and instrumental WAV stems", "outputName": "separated_stems_wav", "promptInstruction": "" }, { "taskID": 223, "semanticTitleOfTask": "Generate Structured Metadata JSON for Sample Pack", "taskDescription": "Creates a comprehensive metadata.json file containing all technical information about the sample pack, including source data, technical specifications, and organizational structure", "inputDescription": "Multiple data points including VARIABLE1 (the YouTube URL), tempo_analysis_data from #180, sample_timestamps, sample_count, folder_structure, and beat_lengths", "inputRequired": ["VARIABLE1", "tempo_analysis_data", "sample_timestamps", "sample_count", "folder_structure", "beat_lengths"], "outputDescription": "A properly formatted JSON file containing all metadata about the sample pack, including source information, technical details, and organizational structure", "outputName": "metadata_json", "promptInstruction": "You are a metadata specialist. Create a structured JSON file for an audio sample pack. Using the provided YouTube URL, detected BPM, sample timestamps, sample count, and beat lengths, generate a comprehensive metadata.json file. Include source information (URL, title, timestamps), technical information (BPM, sample count, formats), organization information (folder structure, naming convention), and processing information (stem separation, beat alignment)." }, { "taskID": 224, "semanticTitleOfTask": "Organize and Rename Audio Sample Files", "taskDescription": "Creates organized folder structure and renames all audio files according to systematic convention (timestamp_type_beats_number.wav)", "inputDescription": "Collection of WAV files to be organized, desired folder names (vocals/instrumentals), and naming convention pattern", "inputRequired": ["wav_files_collection", "folder_names", "naming_convention"], "outputDescription": "A structured directory containing all properly renamed and organized audio files in their respective folders", "outputName": "organized_files", "promptInstruction": "" }, { "taskID": 225, "semanticTitleOfTask": "Create Final ZIP Archive of Sample Pack", "taskDescription": "Packages all organized audio files and metadata.json into a compressed ZIP archive maintaining the established folder structure", "inputDescription": "Organized directory of audio files and metadata.json file to be archived", "inputRequired": ["organized_files", "metadata_json"], "outputDescription": "A single ZIP file containing all sample pack contents in an organized structure", "outputName": "final_zip_archive", "promptInstruction": "" } ]
Happy? Now Copy-Paste To Proceed...
BACK TO SUBAGENTS
COPY TO CLIPBOARD