Displaying 20 results from an estimated 88 matches for "farhan".
2008 Nov 10
3
SPEEX on iPhone ?
...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,
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: Saturday, November 08, 2008 3:19 AM
Subject: Re: [Speex-dev] SPEEX on iPhone ?
> vincent,
> someone in our team did compile it on iphone. he did...
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 speex shou...
2006 Jun 27
3
Windows Mobile build, memory allocation
...hony protocol) to some embedded
systems. I require to run speex in an environment that doesn't support
memory allocations. How difficult is it to convert speex_encoder_init
and speex_decoder_init to use preallocated memory buffers (presumably
passed by the initilisatio functions themselves)?
- farhan
- farhan
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On
Behalf Of Gervase Markham
Sent: Wednesday, June 28, 2006 2:55 AM
To: Jean-Marc Valin
Cc: speex
Subject: Re: [Speex-dev] Library split (poll)
Jean-Marc Valin wrote:
> In the 1.1.x branc...
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 to ski...
2004 Nov 03
4
libspeex for other platforms
...evelopers 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 give thsoe
developing applications around speex the ability to jumpstart.
- farhan
2011 Jul 11
0
Playing captured speex frames
...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 harman.com&g...
2006 Oct 11
2
Symbian port
...al 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 build file (speex.mmp) that will work with
1.1.12.
- farhan
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 Farh...
2006 Oct 22
2
Bug with the new preprocessor
...(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 should...
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
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 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
2008 Nov 12
0
SPEEX on iPhone ?
...ally fast arm cpu (and speex works in realtime on
even the 201mhz arm cpus).
while compiling, 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...
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
2006 Mar 15
0
Raise your hand if you''re going to the MySQL conference
If you are attending the MySQL User Conference 2006, you are encouraged to come attend my session about Applied Ruby on Rails and AJAX.
The session information is as follows:
Applied Ruby on Rails and AJAX
Farhan Mashraqi
Track: LAMP, Community Projects
Date: Thursday, April 27
Time: 2:20pm - 3:05pm
Location: Ballroom B
Adoppt (http://adoppt.com) is a fully replicatable social networking community system that utilizes Web 2.0 technologies such as AJAX and is built using Ruby on Rails. Th...
2004 Nov 18
1
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 airtime.
Thanks for your work !
Regards
Danny
-----Orig...
2007 Feb 20
2
An Open source phone based on Speex
Hi Farhan,
What is the purpose of the protocol? Just to be a binary form a SIP?
I mean conferencing, PTT, chat we have in h.323, sip, jingle, iax?
What is the reason for a new one? The NAT traversal has been fixed for a
while for all those protocols also.
Diana
farhan@phonestack.com wrote:
> Dear All,...
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 ?
...> 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 real t...
2007 Feb 16
3
Technical Documents on Speex
Hi,
Can you please share the standard document of Speex codec. I have the api doc and speex manual but it doesnt have the details about the mode of operation and bitrate details etc., So can u please give us those details.
Thanks & Regards,
Jyothiprakash Reddy, T
---------------------------------
Here?s a new way to find what you're looking for - Yahoo! Answers