SuRGeoNix/Flyleaf

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

Closed this issue · 1 comments

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)

@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