~tenacity/tenacity-discuss

Tenacity in windows cmd

Details
Message ID
<ee40bc86-ead1-4627-8c96-8f985b3ef9cc@gmx.com>
Sender timestamp
1738243158
DKIM signature
pass
Download raw message
hello, I made many comparisons and to my ears audacity's pitch shifting
engine sounds the best. I would love to make a cmd and bat file for the
pitch shift without length change. As that sadly isn't possible in
audacitys limited command line access I was curious if tenacity would be
up for something like that. here is an example

@echo off
set PATH="C:\Program Files\Tenacity"
set TENACITY=%PATH%\tenacity.exe
set INPUTFILE=%1
for /F "delims=" %%i in (%INPUTFILE%) do SET BASENAME=%%~ni
@REMĀ  >>>> Change pitch without changing tempo +4,271% aka +0,72
semitones aka 72 cents <<<<
"%TENACITY%" -i %INPUTFILE% pitch +0.72 %1%-pitch-correct.wav

thanks in advance for your help

regards

-Hendrik
Reply to thread Export thread (mbox)