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 matrix settings. #300

Open
SonnyWalkman opened this issue Oct 8, 2022 · 1 comment
Open

Audio matrix settings. #300

SonnyWalkman opened this issue Oct 8, 2022 · 1 comment

Comments

@SonnyWalkman
Copy link

What is the format for for setting up audio for inputs such as kind=test audio matrix? The current core instructions mentions nothing on how to configure audio parameters. I'm struggling using ini files in the configs directory to work out how audio is configured.
Is there any examples would help me out please. I require a simple stereo for all sources to connect to.

@filiphanes
Copy link

Hope I was solving same problem as you.

Here is code for parsing audio_map to gst audiomixmatrix

for mapping in mappings:

Here is documentation for audiomixmatrix https://gstreamer.freedesktop.org/documentation/audiomixmatrix/index.html?gi-language=python

So in config.ini:
audio_map=from_channel,to_channel;from_channel2,to_channel2

For example:

audio_channels=2
audio_map=0,0;1,1

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