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

Support more than 2 channel and 48k sampling rate #6

Open
RomanJos opened this issue Sep 23, 2021 · 0 comments
Open

Support more than 2 channel and 48k sampling rate #6

RomanJos opened this issue Sep 23, 2021 · 0 comments

Comments

@RomanJos
Copy link

Hi, I tried investigating an issue me and my friends had for a long time using Telegram, whenever we tried to screen share with sound, no audio could be heard.
I discovered the hidden mode and used debugmode to get insight at what was happening, I stumbled across this part which indicate an error at initializing an audio component preceded by a sampling rate which is not mine :

2021-9-23 17:38:36:761 (bitrate_prober.cc:114): Probe cluster (bitrate:min bytes:min packets): (1052000:1973:5)
2021-9-23 17:38:36:761 (bitrate_prober.cc:114): Probe cluster (bitrate:min bytes:min packets): (1052000:1973:5)
2021-9-23 17:38:36:775 (webrtc_loopback_adm_win.cpp:739): Loopback ADM: Failed to initialize IAudioClient.
2021-9-23 17:38:36:775 (audio_device_buffer.cc:180): SetRecordingSampleRate(48000)
2021-9-23 17:38:36:775 (audio_device_buffer.cc:200): SetRecordingChannels(2)
2021-9-23 17:38:36:775 (bitrate_allocator.cc:523): UpdateAllocationLimits : total_requested_min_bitrate: 35733 bps, total_requested_padding_bitrate: 0 bps, total_requested_max_bitrate: 35733 bps
    2021-9-23 17:38:36:784 (webrtc_loopback_adm_win.cpp:739): Loopback ADM: Failed to initialize IAudioClient.
    2021-9-23 17:38:36:784 (webrtc_loopback_adm_win.cpp:739): Loopback ADM: IAudioClient for loopback could not Start.
2021-9-23 17:38:36:784 (channel.cc:902): Changing voice state, recv=0 send=1 for {mid: 0, media_type: audio}

I researched those errors on google which got me here. I tried it and it worked ! Setting anything else result in no audio at all.

Thats all, I just want to point out that on my hdmi output, having 2 channels and 48k still don't work though.

Tell me if it is something you already implemented (1ea86a3 ?). In that case I'll have to search again. Thanks !

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

1 participant