Search found 5 matches

Go to advanced search

by cristianovieira
12 May 2022 23:36
Forum: Development around libVLC
Topic: Java Developer doing a Karaoke player
Replies: 8
Views: 1098

Re: Java Developer doing a Karaoke player

Hello, ok i'm understood, meantime i keep searching and i found the FilterTest class that show all filters is enable to use as follow the code: public class FilterTest { private static final String FORMAT_PATTERN = "%3s %-24s %-24s %-80s %s\n"; public static void main(String[] args) throws...
by cristianovieira
29 Apr 2022 16:09
Forum: Development around libVLC
Topic: Java Developer doing a Karaoke player
Replies: 8
Views: 1098

Re: Java Developer doing a Karaoke player

Hi friend, it's not a 360 Karaoke, i'm just need to change the audio pitch from the normal media. Look, we have in english a lot synonym word, i'm searching synonym right now from pitch and i have "tone" "hue" "pitch" etc... i'm looking into the class this words to fina...
by cristianovieira
29 Apr 2022 02:58
Forum: Development around libVLC
Topic: Java Developer doing a Karaoke player
Replies: 8
Views: 1098

Re: Java Developer doing a Karaoke player

hello, thanks for your awser, i was already see this code and i cut this part: viewpoint = vlcPlayer.mediaPlayer().video().newViewpoint(); viewpoint.setPitch(2); viewpoint.setYaw(0); viewpoint.setRoll(0); viewpoint.setFov(80.0f); vlcPlayer.mediaPlayer().video().updateViewpoint(viewpoint, true); but ...
by cristianovieira
27 Apr 2022 19:04
Forum: Development around libVLC
Topic: Java Developer doing a Karaoke player
Replies: 8
Views: 1098

Re: Java Developer doing a Karaoke player

i'm using java, follow the two last logs release. 18th March, 2022 - vlcj 4.7.2 released, minor bugfix release relating to embedded media list player component 4th April, 2021 - vlcj 4.7.1 released, some trivial low-impact changes and follow the dependency from java <dependency> <groupId>uk.co.capri...
by cristianovieira
27 Apr 2022 18:47
Forum: Development around libVLC
Topic: Java Developer doing a Karaoke player
Replies: 8
Views: 1098

Java Developer doing a Karaoke player

We're developing a Karaoke software here and we are using VLC lib to play videos. well, the last part of software is change the Pitch of video, i'm tried it: viewpoint = vlcPlayer.mediaPlayer().video().newViewpoint(); viewpoint.setPitch(2); viewpoint.setYaw(0); viewpoint.setRoll(0); viewpoint.setFov...

Go to advanced search