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

Audio issues while switching cameras - help needed #169

Open
daniel-kukiela opened this issue Jul 21, 2022 · 0 comments
Open

Audio issues while switching cameras - help needed #169

daniel-kukiela opened this issue Jul 21, 2022 · 0 comments

Comments

@daniel-kukiela
Copy link
Collaborator

Hi,

With this project, we are rapidly changing cameras to grab streams of both cinematic (3rd person) and hood caeras.
GTA5 lets you adjust the microphone position via:

void AUDIO::SET_MICROPHONE_POSITION(BOOL p0, float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3)

but this only seems to affect an additional microphone that's being mixed with the camera microphone, and you cannot change the position or mute the camera microphone. This causes some "vibrato"-tyle of sound (that's unpleasant to watch) since we're changing rendering cameras for a single frame at a time.
Does anyone possibly know how to either change the camera microphone position or how to mute it?

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
@daniel-kukiela and others