Search found 4 matches

Go to advanced search

by weverton014
06 Nov 2020 17:15
Forum: Development around libVLC
Topic: effect that changes the tone?
Replies: 4
Views: 639

Re: effect that changes the tone?

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" ...
by weverton014
06 Nov 2020 04:08
Forum: Development around libVLC
Topic: tone adjustment
Replies: 0
Views: 235

tone adjustment

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 ...
by weverton014
06 Nov 2020 04:02
Forum: Development around libVLC
Topic: effect that changes the tone?
Replies: 4
Views: 639

Re: effect that changes the tone?

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 ...
by weverton014
31 Oct 2020 19:27
Forum: Development around libVLC
Topic: effect that changes the tone?
Replies: 4
Views: 639

effect that changes the tone?

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?

Go to advanced search