Search found 4 matches

by pklum
Tue Sep 16, 2025 8:50 pm
Forum: Multimedia
Topic: Multi-track playback synchronization
Replies: 9
Views: 82753

Re: Multi-track playback synchronization

Hi,
I think I found the problem!

I used (as an example) (myFile is the file to demux):

put "spleeter separate -p spleeter:5stems-16kHz -c mp3 -b 256000 -o output myfile" into gSpleeterProcess
open process gSpleeterProcess for neither
-- Wait for files to be created
...
-- Fill players with ...
by pklum
Mon Jan 20, 2025 10:09 pm
Forum: Multimedia
Topic: Multi-track playback synchronization
Replies: 9
Views: 82753

Re: Multi-track playback synchronization

Hi Jacque,
Thanks for your suggestion! I tried your suggestion but unfortunately it did not improve synchronization.
Are there any possibility to prioritize a message?
by pklum
Sun Jan 19, 2025 10:44 pm
Forum: Multimedia
Topic: Multi-track playback synchronization
Replies: 9
Views: 82753

Re: Multi-track playback synchronization

Hi Jacque,
Isn't the prepare command when you use video/audio clips with the play command? I am using Player objects and the fileName parameter.
How should I use the prepare command using a player object?

One could guess that alwaysBuffer parameter in the Player object could be the same as prepare ...
by pklum
Sat Jan 18, 2025 3:43 pm
Forum: Multimedia
Topic: Multi-track playback synchronization
Replies: 9
Views: 82753

Multi-track playback synchronization

Hello,
this is my first post ever on a forum, so bear with me ...

A little about me!
I consider myself quite knowledgeable in HyperTalk (started back in 1993). During 2000-2010 programming in HyperTalk was down (cheated a bit in Flash/ActionScript during that time) before I discovered Livecode in ...