From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [LAD] [alsa-devel] Fw: Using loopback card to Connect GSM two way call to the real sound card UDA1345TS Date: Wed, 01 Jul 2015 16:11:31 +0200 Message-ID: <5593F513.4030705@ladisch.de> References: <1425878251963.1340@tataelxsi.co.in> <1425878360800.70892@tataelxsi.co.in>, <54FD552C.7020902@ladisch.de>, <1425922601141.50130@tataelxsi.co.in> <1425964490006.15084@tataelxsi.co.in>, <54FECC69.9020600@ladisch.de> <1427510661706.37789@tataelxsi.co.in>, <551D0F35.6010709@ladisch.de> <1427970980529.96067@tataelxsi.co.in>, <551D5B78.60703@ladisch.de> <1429683117651.11394@tataelxsi.co.in>, <5539F971.2030407@ladisch.de> <1429877130444.23317@tataelxsi.co.in>, <553A3ADB.7040108@ladisch.de>, , <556C6EB8.7030401@ladisch.de>, , Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-audio-dev-bounces-cunTk1MwBs/CEJeg2xFRV2D2FQJk+8+b@public.gmane.org Sender: "Linux-audio-dev" To: Srinivasan S Cc: "alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org" , "linux-audio-dev-cunTk1MwBs/CEJeg2xFRV2D2FQJk+8+b@public.gmane.org" List-Id: alsa-devel@alsa-project.org Srinivasan S wrote: > Am facing overrun & underrun issues, when I run the the above GSM application with the attached asound.conf The sound card and the GSM streams are not synchronized. You need to compensate for the drift between the clocks, typically by resampling. (Jack's alsa_in/alsa_out would automatically do this.) Regards, Clemens