The sad state of voice support in cellular modems
laforge.gnumonks.org
The sad state of voice support in cellular modems
1–10 of 22 posts
Re: The sad state of voice support in cellular modems
#2https://stackoverflow.com/questions/8367864/how-make-use-of-...
Re: The sad state of voice support in cellular modems
#3Re: The sad state of voice support in cellular modems
#4How annoying. Especially as several of the Huawei USB dongles support voice over USB. https://stackoverflow.com/questions/8367864/how-make-use-of-...
> Instead, what some modem vendors have implemented as an ugly hack is the transport of 8kHz 16bit PCM samples over one of the UARTs.
Re: The sad state of voice support in cellular modems
#5Also, I'm not sure how easy it would be to even configure the OS to route modem output to default sound card input (your headphones), and the same soundcard's output (your microphone) to the modem input. The assumption of most OS's seems to be that you have one active input and one active output at any given time. It's certainly not something I'd immediately know how to wire up using the default mixer in Windows.
Re: The sad state of voice support in cellular modems
#6Would VoLTE make the situation better, since voice is sent as data?
Re: The sad state of voice support in cellular modems
#7Would VoLTE make the situation better, since voice is sent as data?
Re: The sad state of voice support in cellular modems
#8Re: The sad state of voice support in cellular modems
#9Systems that use the LGA or m.2 modules often don't use the audio at all, so nobody has cared to make a nice interface.
Re: The sad state of voice support in cellular modems
#10I suspect that the reason for this is the behaviour of most OS's around USB audio devices: switch over the default inputs and outputs to the new device -- which would mean that when you plug in your modem, suddenly your Skype would configure itself to "use" that device for it's audio IO. Also, I'm not sure how easy it would be to even configure the OS to route modem output to default sound card input (your headphones…
The only vaguely valid technical reason I can think to do it how they have is to reduce latency. Of course the real reason is laziness.