steveway / papagayo-ng

Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple - just type in the words being spoken (or copy/paste them from the animation's script), then drag the words on top of the sound's waveform until they line up with the proper sounds.
http://steveway.github.io/papagayo-ng/
18 stars 3 forks source link

Volume slider not registering correctly #22

Closed Hunanbean closed 3 years ago

Hunanbean commented 3 years ago

When first started, the position of the volume slider is at 50%, but the actual volume level is 100% Also, the volume slider has has no effect on volume level when sliding while the audio file is playing. It does work if set before playback.

Thank you

steveway commented 3 years ago

Hi, I updated it so that it will now save the volume you chose. The volume not changing while it is playing depends on which sound playback backend you are using. It works with "SoundPlayerNew" but not with the simple "SoundPlayer", which one are you using? Maybe we can get SoundPlayerNew running on Linux and/or OSX.

Hunanbean commented 3 years ago

Sorry, on this windows machine i do not know how to change which sound player is in use.

steveway commented 3 years ago

In the current release installer it is set to the old one I believe, because I experimented with QT6 which doesn't support QtMultimedia currently. If you use the code you can change it by choosing which one get's imported in LipSyncDoc.py I'll try to create a new installer with SoundPlayerNew.

Hunanbean commented 3 years ago

It works as expected with your latest installer

Thank you