feat: reggaeton production system with intelligent sample selection and FLP generation

This commit is contained in:
renato97
2026-05-02 21:40:18 -03:00
commit 4d941f3f90
62 changed files with 8656 additions and 0 deletions

22
1_ANALIZAR.bat Normal file
View File

@@ -0,0 +1,22 @@
@echo off
chcp 65001 >nul 2>&1
title Analizador Forense de Samples - Batch 862 archivos
cd /d "C:\Users\Administrator\Documents\fl_control"
echo ============================================================
echo ANALIZADOR FORENSE DE SAMPLES - 4 CAPAS
echo Layer 1: Signal (FFT, spectral, RMS, ZCR, attack)
echo Layer 2: Perceptual (MFCC, chroma, onset, tempo, LUFS)
echo Layer 3: Musical (Key Krumhansl-Schmuckler, tonal/atonal)
echo Layer 4: Timbre (Mel band stats, spectral contrast, tonnetz)
echo ============================================================
echo.
echo Usando 16 threads (70%% CPU de 24 cores)
echo Presiona Ctrl+C para cancelar
echo.
pause
python "src\analyzer\run_batch.py"
echo.
echo ============================================================
echo ANALISIS COMPLETADO - revisa data\sample_index.json
echo ============================================================
pause