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

合成多个音频时,会出现合成的音频越多,声音越小的情况,不知道大家有没遇到过 #314

Open
dboylx opened this issue Jan 12, 2023 · 3 comments

Comments

@dboylx
Copy link

dboylx commented Jan 12, 2023

以下这段,执行的次数越多,声音越小
scene.addAudio({ path: path.join(__dirname, "../../all.mp3" ), });

@drawcall
Copy link
Member

How many audio?

@dboylx
Copy link
Author

dboylx commented Apr 11, 2023

三个以上

@lczpln
Copy link

lczpln commented Jul 10, 2023

#105

just add:

const creator = new FFCreator({
  ...
  norAudio: true
})

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

3 participants