Hi, guys, what's up?
I am a newcomer here, pleased to meet you.
I am currently working on making a simple karaoke player for my project, using libvlc. I am required to make some pitch changed to the now playing video / song. I can change the playback rate, so that it plays faster, however I do want the pitch to be altered. It is currently stays at the same pitch due to "Enable Time Stretching" is on. I want to turn it off, but I cannot find in the documentation anywhere that mention this. I cannot pass command line arguments to the libvlc, is there another way? Is it using the vlc_object_t ?
Another alternative, is it possible to change the pitch of the song without altering the tempo?
Finally, where can I find the documentation of libvlc? Is https://www.videolan.org/developers/vlc ... dules.html the most up to date reference? Because I believe there are some uncommented section here and there...
Thank you.