Page 1 of 1

effect that changes the tone?

Posted: 31 Oct 2020 19:27
by weverton014
Can someone please tell me the name of the effect that changes the tone? we are doing karaoke and I need to add this tone change function, I tried "tone", "adjusttone" and it didn't work. Any tips?

Re: effect that changes the tone?

Posted: 02 Nov 2020 09:59
by chubinou
pitch shifter? (the filter is scaletempo_pitch)

Re: effect that changes the tone?

Posted: 06 Nov 2020 04:02
by weverton014
we are trying to add effects through the code:
Dim ssOptions As String () = {"--spatializer-roomsize = 1,100000"}
VlcControl1.VlcMediaplayerOptions = ssOptions

it's not working ... and now you tried to put "--scaletempo_pitch = 4" and it didn't work either.

I wanted to transpose the tone the same as the VLC does the photo I posted

Re: effect that changes the tone?

Posted: 06 Nov 2020 17:15
by weverton014
pitch shifter? (the filter is scaletempo_pitch)
we are trying to add effects through the code:
Dim ssOptions As String () = {"--spatializer-roomsize = 1,100000"}
VlcControl1.VlcMediaplayerOptions = ssOptions

it's not working ... and now you tried to put "--scaletempo_pitch = 4" and it didn't work either.

I wanted to transpose the tone the same as the VLC does the photo I posted

Re: effect that changes the tone?

Posted: 12 Nov 2020 09:17
by chubinou
You have to select the filter you want to enable, for instance:

Code: Select all

vlc --audio-filter=scaletempo_pitch --pitch-shift=4