Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When multiple players play the same file, the sound may be louder or softer #432

Closed
Lizhengbo0304 opened this issue Feb 19, 2024 · 1 comment

Comments

@Lizhengbo0304
Copy link

I used the Flyleaf MultiPlayer example to play the same file on four players successively. The sound size I heard was inconsistent, and sometimes the contrast was quite obvious (PS: Volume=100 for all players)

@SuRGeoNix
Copy link
Owner

@Lizhengbo0304 The quality of mixing the sounds is the XAudio2 default. It is impossible to make 100% sync audio between the players so it's normal to not have the exact same sound (should execute source voice Start at the exact time).

I tried to use a single Mastering Voice for all the players and tried different AudioStreamCategory but I didn't notice any difference.

The right way to resolve this, would be with FFmpeg filters/merge, so I will close this as duplicate of #408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants