Voice Call(Audio)data over USB

Hi,
Currently i am using MC 8090 Modem and trying to capture voice call(audio)data over USB.
ANY idea on doing the same

Hi,

There are two variant of MC8090.
One supports PCM audio and one supports UART on specific pins, it does not support audio over USB.

Please refer to doc below for more info about the pin assignment:
http://developer.sierrawireless.com/Resources/Resources/AirPrime/Minicard/AirPrime_MC8090_and_MC8092_Product_Technical_Specification_and_Customer_Design_Guidelines.aspx

Hope this helps.
Thx

Hi,
Thank you for the reply.
Yes there are two varients one which supports PCM and other which support UART
but i have connected MC 8090 to host controller over USB so i was wondering If i could actually
get Audio call Data over USB itself as modem itself creates 4-5 USB ports I thought one of the port would be for capturing voice call (audio) data.
Kindly clarify if any way round doing the same.

Hi sarang,

There’s a well prepared document describe the USB interface:
http://developer.sierrawireless.com/Resources/Resources/AirPrime/Minicard/2130634_AC_AP_USB_Driver_Developers_Guide.aspx

However, none of these endpoints on MC8090 supports audio over USB…
Instead, they should be:
-FW log
-CnS
-NMEA
-AT
-PPP

Instead, some specific modules supports Audio over USB, e.g. MC73xx…

Hope this helps.
Thx

Hi,
Thank you for the details and clarifying the doubts
I would like to know as you said MC 73xx Supports audio over USB
I also have MC7354 Modem…Can you tell me like when we make a call whether we get direct PCM
(Audio )data on any of the designated USB endpoint.correct me if I am wrong

also let me know the exact sequence of capturing the same

Hi,

For MC73xx, please refer to related USB doc:
http://developer.sierrawireless.com/Resources/Resources/AirPrime/Minicard/AirPrime_MC73xx_USB_Driver_Developers_Guide.aspx

Actually, it is standard Audio over USB and on enumeration, a sound device will be created on the system.
You can then use it for call.

Hope this helps.
Thx

Thank you for the details