Skip to content

Mono audio tracks work in livekit client (tested in unity)#189

Open
davidhughhenrymack wants to merge 1 commit intolivekit:mainfrom
ultra-robotics:main
Open

Mono audio tracks work in livekit client (tested in unity)#189
davidhughhenrymack wants to merge 1 commit intolivekit:mainfrom
ultra-robotics:main

Conversation

@davidhughhenrymack
Copy link

Please merge so i don't have to keep a fork :)

@CLAassistant
Copy link

CLAassistant commented Feb 25, 2026

CLA assistant check
All committers have signed the CLA.

var data = new Span<byte>(uFrame.Data.ToPointer(), uFrame.Length);
_buffer?.Write(data);
}
else if (frame.Length > 0 && frame.NumChannels == 1 && _numChannels == 2 && frame.SampleRate == _sampleRate)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to up-mix from mono to stereo

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

Successfully merging this pull request may close these issues.

2 participants