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

Plugin turns inputs into Mono even though it has 2 outputs #35

Closed
JimPapanick opened this issue Dec 31, 2023 · 2 comments
Closed

Plugin turns inputs into Mono even though it has 2 outputs #35

JimPapanick opened this issue Dec 31, 2023 · 2 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@JimPapanick
Copy link

In Unity, I have a sound source in an empty room and I want to have sound coming out of it and be directional, if the player turns right it should be more on their right speaker etc.
However
When the Audio Mixer bypasses my plugin it plays Stereo as it should. But when I run it through plugin it turns into Mono.
image

Plugin looks like this:
image

What am I missing?

@JimPapanick JimPapanick changed the title [Unity] Plugin turns input into Mono even though it has 2 outputs Plugin turns input into Mono even though it has 2 outputs Dec 31, 2023
@JimPapanick JimPapanick changed the title Plugin turns input into Mono even though it has 2 outputs Plugin turns inputs into Mono even though it has 2 outputs Dec 31, 2023
@x37v
Copy link
Contributor

x37v commented Jan 2, 2024

What am I missing?

your patch is only listening to 1 channel.. see the [in~ 1] at the top? you need [in~ 2] as well

@x37v x37v self-assigned this Jan 2, 2024
@x37v x37v added the invalid This doesn't seem right label Jan 2, 2024
@JimPapanick
Copy link
Author

You are right! It takes a stereo signal and only reads one of the channels.... How did I miss this.

Thanks

@x37v x37v closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants