Hello,
I'm using libvlc 3.0.11 so to write my own media player and I would like to know how I can access the audio pitch shifter. When using the VLC media player, it is possible to change the pitch while the audio is playing.
Looking trough the libvlc and its api I couldn't find any function which is capable of doing this. Is it possible to add and function to libvlc for example: libvlc_audio_set_pitch which is using the audio pitch shifter who is available in the vlc mediaplayer?
Kind regards
pjwl