TeamTalk5 icon indicating copy to clipboard operation
TeamTalk5 copied to clipboard

Only left sound channel is recorded from microphones on some new samsung devices (2022-2023 models)

Open saphir29000 opened this issue 2 years ago • 9 comments

Hello, with some new samsung devices, from friends, they have z-flip 4, s22 and from me, with my s23 ultra, we have only the left microphone working and others hears us on the left side with very low volume at 50%, and some others friends with their galaxy listed above, they don't have this issue.

saphir29000 avatar Feb 12 '23 01:02 saphir29000

how did you open thos that has no bug or any lable?

amirmahdifard avatar Feb 12 '23 21:02 amirmahdifard

didn't notice if it is not stereo, but very low volume with my s21 even with mic level set to 100% (normally a very bad idea on my Pixel phone indeed). may be related?

valiant8086 avatar Apr 13 '23 20:04 valiant8086

Oh, I'm able to reproduce this now, I'm not able previously, but it suddenly appeared. Very lowd volume and only left side. Very strange, no idea on how to resolve it.

CoBC avatar Apr 21 '23 19:04 CoBC

@bear101 colud you please expose listing and setting of input devices from opensles to c-api if there is no such? i can't remember if they exist in c-api? In that case we would be able to make a selector and let user to choose needed input source.

beqabeqa473 avatar Apr 21 '23 19:04 beqabeqa473

@beqabeqa473 On Android (and iOS) there's not really a list of source devices like on e.g. Windows and Linux. On Android I just create two device: a default device and a voice communication device. You can find the code for this here.

On iOS I do something similar w.r.t. creating sound devices but from the UI application I'm able to change audio routing. Therefore iOS does not need a list of sound devices.

bear101 avatar Apr 23 '23 06:04 bear101

Yes, i understand that there are no list of devices, but on android there are input sources for camcorder, voice communication, raw unprocessed, voice call, default and others. I meen that.

beqabeqa473 avatar Apr 23 '23 08:04 beqabeqa473

@beqabeqa473 @bear101 @CoBC Same issue with samsung galaxy a73 here, microphone gain is 100% but my audio volume is still very low for others and it can be heard hardly. When its 50% it cannot be heard.

ghost avatar Jun 23 '23 16:06 ghost

It appeared because the newer samsung phones don't support Recorder samplerate of48KHZ, that's why, so by setting it to 24KHZ it fixed since newer samsung phones have a very high quality microphone

Ramon-Salazar avatar Nov 09 '23 04:11 Ramon-Salazar

Why would a high quality microphone record at 24KHz? 48KHz would make more sense.

bear101 avatar Nov 09 '23 18:11 bear101