File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1327,6 +1327,31 @@ <h3 class="text-lg font-semibold text-white mb-2">
13271327 </ div >
13281328 </ div >
13291329 </ section >
1330+ < section class ="py-16 bg-slate-950 ">
1331+ < div class ="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 ">
1332+ < div class ="text-center mb-12 ">
1333+ < h2 class ="text-3xl font-bold text-white mb-4 "> Pitch Correction</ h2 >
1334+ < p class ="text-lg text-slate-300 max-w-3xl mx-auto ">
1335+ Fine-grained pitch correction for audio clips with cached analysis
1336+ and editable correction windows.
1337+ </ p >
1338+ </ div >
1339+ < div class ="bg-slate-900/50 border border-slate-800 rounded-xl p-6 ">
1340+ < div class ="rounded-lg border border-slate-700 bg-slate-800/50 mb-4 overflow-hidden ">
1341+ < img
1342+ src ="img/pitch-correction.png "
1343+ alt ="Pitch correction interface "
1344+ class ="w-full h-auto block "
1345+ />
1346+ </ div >
1347+ < ul class ="text-slate-300 space-y-2 list-disc list-inside ">
1348+ < li > Cached in-memory pitch scan for fast revisits</ li >
1349+ < li > Tune detection granularity and merge-aware segment workflows</ li >
1350+ < li > Manual segment retargeting, inertia control, and formant options</ li >
1351+ </ ul >
1352+ </ div >
1353+ </ div >
1354+ </ section >
13301355 < section class ="py-20 bg-slate-950 ">
13311356 < div class ="max-w-4xl mx-auto px-6 text-center ">
13321357 < div class ="mb-12 ">
You can’t perform that action at this time.
0 commit comments