Search found 3 matches

Go to advanced search

by pjwl
21 Oct 2020 07:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: LibVLC 3.0.11 and pitch shift
Replies: 6
Views: 2339

Re: LibVLC 3.0.11 and pitch shift

Thanks for the answer.

I already tried it, but I couldn't get it to work, maybe I did wrong:

Code: Select all

libvlc_media_add_option(vlcMedia, ":audio-filter=scaletempo_pitch"); libvlc_media_add_option(vlcMedia, ":pitch-shift=1.0");
by pjwl
20 Oct 2020 12:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: LibVLC 3.0.11 and pitch shift
Replies: 6
Views: 2339

Re: LibVLC 3.0.11 and pitch shift

Thanks for the reply.

Is it possible to write this in the libvlc? So that it can be accessed trough the api.
by pjwl
17 Oct 2020 12:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: LibVLC 3.0.11 and pitch shift
Replies: 6
Views: 2339

LibVLC 3.0.11 and pitch shift

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 i...

Go to advanced search