effect that changes the tone?

This forum is about all development around libVLC.
weverton014
New Cone
New Cone
Posts: 4
Joined: 31 Oct 2020 19:23

effect that changes the tone?

Postby weverton014 » 31 Oct 2020 19:27

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?

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: effect that changes the tone?

Postby chubinou » 02 Nov 2020 09:59

pitch shifter? (the filter is scaletempo_pitch)

weverton014
New Cone
New Cone
Posts: 4
Joined: 31 Oct 2020 19:23

Re: effect that changes the tone?

Postby weverton014 » 06 Nov 2020 04:02

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

weverton014
New Cone
New Cone
Posts: 4
Joined: 31 Oct 2020 19:23

Re: effect that changes the tone?

Postby weverton014 » 06 Nov 2020 17:15

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

chubinou
Developer
Developer
Posts: 521
Joined: 23 Jul 2015 15:19

Re: effect that changes the tone?

Postby chubinou » 12 Nov 2020 09:17

You have to select the filter you want to enable, for instance:

Code: Select all

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


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 6 guests