feat: reggaeton production system with intelligent sample selection and FLP generation
This commit is contained in:
22
1_ANALIZAR.bat
Normal file
22
1_ANALIZAR.bat
Normal 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
|
||||
Reference in New Issue
Block a user