search for: ashhar

Displaying 20 results from an estimated 46 matches for "ashhar".

Did you mean: asghar
2008 Nov 10
3
SPEEX on iPhone ?
Hello Ashhar, thanks for your reply, but i'm a bit surprised. 1- Does it mean that it is possible to make a Real Time Encoding/Decoding with SPEEX on iPhone ? 2- What parameters have been used (QUALITY, SAMPLING_RATE, BITRATE) ? and what kind of CPU load do they measure for that ? Thanks by advance, Vin...
2008 Nov 12
2
SPEEX on iPhone ?
ok, interesting ! Do you know how much CPU it takes for a real time encoding/decoding ? it's more around 20% or 80% instead ? Do you know if it works for 44100 Hz / 32kbps / Quality =8 ? thanks again. Vincent ----- Original Message ----- From: "Ashhar Farhan" <farhan at phonestack.com> To: "Vincent Burel" <vincent.burel at vb-audio.com> Cc: <speex-dev at xiph.org> Sent: Wednesday, November 12, 2008 3:05 AM Subject: Re: [Speex-dev] SPEEX on iPhone ? > vincent, > it should work out of the box. real time spe...
2006 Oct 11
2
Symbian port
A couple of things to be noted on the symbian port. 1. the spokn.mmp file is missing window.c, please add that. 2. smallft.c is not required. it has global data that prevents compilation on symbian. 3. lbr_48k_tabels.c has a global variable called dummy_epic_48k_variable on line 37. this has to be commneted out too. 4. check that all tables are declared const. i will shortly post the symbian
2008 Oct 04
3
Palm OS port
hello all, At my workplace, our colleague Mukesh has just completed a port of speex 1.2.1 to Palm OS. He had to write a couple of mathlib functions, but the trunk remains unchanged. It works quite well, I was wondering if there will be any interest in this port in the distribution. - farhan
2011 Jul 11
0
Playing captured speex frames
...39; to speex-dev-request at xiph.org You can reach the person managing the list at speex-dev-owner at xiph.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Speex-dev digest..." Today's Topics: 1. Re: Playing captured speex frames (Ashhar Farhan) ---------------------------------------------------------------------- Message: 1 Date: Sat, 9 Jul 2011 07:19:10 +0530 From: Ashhar Farhan <farhan at phonestack.com> Subject: Re: [Speex-dev] Playing captured speex frames To: "Shridhar, Vasant" <vasant.shridhar at harma...
2011 Jul 08
2
Playing captured speex frames
On Fri, Jul 8, 2011 at 6:39 AM, Ashhar Farhan <farhan at phonestack.com> wrote: > what you need to do is this: take the wireshark raw dump, read each > udp packet and write it back to another file. While writing back to > the new file skip the sizeof udp header + rtp header. I can't recall > how many bytes you need...
2004 Nov 18
0
jitter buffer
Hi Farhan, My mistake, it is 9.6kps because is on gsm ! Regards, Danny -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Danny Chan Sent: Friday, November 19, 2004 2:08 AM To: Ashhar Farhan; speex Subject: RE: [Speex-dev] jitter buffer Hi Farhan, It is interesting that GPRS is 9.6 kps, as per GPRS standard it should be 115kps ? if it is 9.6kps is true then I would use speex codec on GPRS for my project, since in some country they charge GPRS on flat rate rather than expensive...
2006 Sep 07
3
bad VAD in preprocessor of version 1.2beta1
Hello, first of all, sorry for the joke in the subject ;-) I have successfully update the speex library my software was using from 1.1.12 to 1.2beta1 (1.1.13). It is a VoIP software, where i set preprocessor VAD on and use the result of speex_preprocess() to determine if there is voice activity. I must say that it works fine...since i have update to the new version. Ive been testing, and
2006 Oct 11
0
Symbian port
Hi Ashhar, could you please create a patch (in `diff -u` format) that fixes the build on symbian (preferably without breaking any other platforms ;-) and send it to the list? Even better, if you are actively maintaining code that uses speex on symbian, perhaps you could be given an svn account to check the...
2008 Aug 28
2
speex encode and speex_bits_write buffer size
how many calls can I make to speex_encode_int before calling speex_bits_write? Can I stuff 10 frames? - farhan
2008 Nov 12
0
SPEEX on iPhone ?
...g, remember to define the fixed-support support and you are all set. narrow band (8khz) and 8kbps bitrate will work very well. while you are at it, pse send the xcode project file to include in the tarball. - farhan On 11/10/08, Vincent Burel <vincent.burel at vb-audio.com> wrote: > Hello Ashhar, > > thanks for your reply, but i'm a bit surprised. > > 1- Does it mean that it is possible to make a Real Time Encoding/Decoding > with SPEEX on iPhone ? > > 2- What parameters have been used (QUALITY, SAMPLING_RATE, BITRATE) ? and > what kind of CPU load do they measu...
2008 Nov 12
2
SPEEX on iPhone ?
I can confirm that it will run in real time on iPhone if you compile with FIXED_POINT defined; it will also run in real time if you have FLOATING_POINT defined and disable 'Compile for Thumb' in the target's build settings in xcode. Wideband works too. Cheers, Dave
2008 Nov 12
0
SPEEX on iPhone ?
...kHz is best, although 32 kHz can be good in *some* cases. In any case, you'll need to listen to the result before deciding. I just want to make it clear that higher is not necessarily better. Jean-Marc > thanks again. > Vincent > > ----- Original Message ----- > From: "Ashhar Farhan" <farhan at phonestack.com> > To: "Vincent Burel" <vincent.burel at vb-audio.com> > Cc: <speex-dev at xiph.org> > Sent: Wednesday, November 12, 2008 3:05 AM > Subject: Re: [Speex-dev] SPEEX on iPhone ? > > >> vincent, >> it sho...
2006 Jun 27
3
Windows Mobile build, memory allocation
I have sent the visual studio project files that compile the speex client to jean-marc directly (as an attachment), sometime this week, I will also upload the binary builds of static library files to my site www.phonestack.com. I am porting our LTP (lightweight telephony protocol) to some embedded systems. I require to run speex in an environment that doesn't support memory allocations. How
2008 Nov 07
2
SPEEX on iPhone ?
hello, i 've already used SPEEX in a protoype of voip application (on VC 6) and i must says that it works well, the sound is good, and the object works well with multi-instances. But now i'm wondering if it's possible to port the SPEEX encoder (and decoder process) on iPhone ? Does someone tried to do that ? Do you think it is possible or completly over the capabilities of the ARM
2008 Nov 12
1
SPEEX on iPhone ?
...e's > ARM and know what kind of charge i can expect for a Speex encoding/ > decoding > in real time (basically 20, 50, or 80% ?). > Regards > Vincent > > > ----- Original Message ----- > From: "David Hogan" <david.hogan at freshtel.net> > To: "Ashhar Farhan" <farhan at phonestack.com>; "Vincent Burel" > <vincent.burel at vb-audio.com> > Cc: <speex-dev at xiph.org> > Sent: Wednesday, November 12, 2008 7:11 AM > Subject: RE: [Speex-dev] SPEEX on iPhone ? > > > I can confirm that it will run in...
2004 Nov 03
4
libspeex for other platforms
wouldn't it be a good idea to have the libraray available as a binary for non-PC platforms like the PocketPC, Symbian and Mac? i am suggesting this as it will allow the developers to go ahead and program to an interface while the development continues. there are builds for symbian, pocket pc and linux already in the tar ball. putting their binaries on the download section will probably
2006 Oct 22
2
Bug with the new preprocessor
...ctions (Jean-Marc Valin) ---------------------------------------------------------------------- Message: 1 Date: Sat, 21 Oct 2006 16:24:07 +1000 From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> Subject: Re: [Speex-dev] To symbian and speex developers! Building instructions To: Ashhar Farhan <farhan@phonestack.com> Cc: speex-dev@xiph.org, payu_mailist@mail.ru Message-ID: <4539BD07.7000703@usherbrooke.ca> Content-Type: text/plain; charset=ISO-8859-1 > jean, please change that one line in filters.c (I too confirm this > change in my symbian build). the mmp file...
2006 Oct 23
2
Bug with the new preprocessor
...-------------------------------------------------------------------- > > Message: 1 > Date: Sat, 21 Oct 2006 16:24:07 +1000 > From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> > Subject: Re: [Speex-dev] To symbian and speex developers! Building > instructions > To: Ashhar Farhan <farhan@phonestack.com> > Cc: speex-dev@xiph.org, payu_mailist@mail.ru > Message-ID: <4539BD07.7000703@usherbrooke.ca> > Content-Type: text/plain; charset=ISO-8859-1 > >> jean, please change that one line in filters.c (I too confirm this >> change in my s...
2005 Aug 26
1
Re: Speex-dev Digest, Vol 15, Issue 15
...voice RTP stream's payload type is 103. According to this page [ http://www.openh323.org/pipermail/openh323/2004-June/068705.html], 103 is SpeexNarrow-8k, although this email from Craig might not be correct. - Cheng > Message: 2 > Date: Thu, 25 Aug 2005 04:15:44 -0500 (CDT) > From: Ashhar Farhan <farhan@phonestack.com> > Subject: [Speex-dev] speex in google talk > To: speex-dev@xiph.org > Message-ID: <Pine.LNX.4.62.0508250413360.1266@ubgsbba.pbz> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > hi, > google talk is evaluating speex. c...