search for: plaback

Displaying 6 results from an estimated 6 matches for "plaback".

Did you mean: playback
2004 Apr 26
3
Using ',' character in applications data
Hi, When i include a ',' in the application data, for example: exten => 1,1,Plaback(echo,file); [My file name is "echo,file"] the Playback application receives echo|file as data parameter. How can avoid asterisk change the ',' character? (The change code is in asterisk/pbx/pbx_config.c Ln 1150). I'm developping an application for asterisk and i need to pas...
2007 Apr 06
1
hox to connecte two asterisk server
...exten=>_022[1-8]XX,2,SetGlobalVar(BOITE=${CDR(src)}) exten=>_022[1-8]XX,3,Dial(SIP/sip-${EXTEN},${TP_MAX_APPEL}) exten=>_022[1-8]XX,4,macro(BoiteVocale,${BOITE}) exten=>_022[1-8]XX,5,hangUp() ; ; ;lecture des boites vocales exten=>_[1-8]XX,1,macro(lecture_boite) exten=>_[1-8]XX,2,PlaBack(vm-num-i-have) exten=>_[1-8]XX,3,HangUp() ; ; ; on donne acc?s au service du standard exten=>022999,1,Wait(5) exten=>022999,2,Dial(${TEL1},,t) exten=>022999,3,HangUp() include=>parkedcalls include=>iax-calls [iax-calls] exten=>_037XXX,1,macro(Bienvenu) exten=>_037XXX,2,Dial...
2009 Mar 07
0
AEC and different sound cards
Hello! I'm attempting to implement Speex AEC support in GStreamer, using work started by Olivier Cr?te. In the Speex manual, I see this text: "Using a different soundcard to do the capture and plaback will *not* work, regardless of what you may think. The only exception to that is if the two cards can be made to have their sampling clock ``locked'' on the same clock source." This is of course a major issue, because people may have webcams with embedded mics, and cancellation re...
2013 Nov 07
0
Using Speex on Windows Phone 8
...cancellation, but there are large discrepancies in the audio between uses of the application. Sometimes there is no echo, sometimes there is full echo. Sometimes the echo will fade in and out. Now, I read this on your troubleshooting section: "Using a different soundcard to do the capture and plaback will *not* work, regardless of what you may think. The only exception to that is if the two cards can be made to have their sampling clock ``locked'' on the same clock source." I've also come to realize that there can be a slight clock drift between the microphone and speakers on...
2012 Mar 21
2
Echo cancellation with different sound card for speaker and microphone
...e a video conference component. For that I need echo cancellation, and is looking around for algorithms/implementations of that, and the one in speex is an alternative. In the documentation for speex I find the following sentence however. "Using a different soundcard to do the capture and plaback will *not* work, regardless of what you may think." If this still is true, the Speex echo canceller is basicly a no-go for us. There is no way I can get the customers to understand why they can't use e.g the microphone in their webcam together with the speakers connected to the built-...
2004 Aug 06
3
q about jspeex
Hi Marc, thanks for the quick reply. Marc Gimpel wrote: > It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is > blocking which means that it is waiting for data from the underlying > inputstream (i.e.AudioInputStream(t.input)). If it could read > sufficient data it would transcode it. If it recieved an EOF, it > should do some zero padding and then