Displaying 10 results from an estimated 10 matches for "jovass".
Did you mean:
jonas
2010 Mar 19
4
Speex in flash player: how to work with?
...speexRate);
Jozsef
-----Original Message-----
From: Max Lapshin [mailto:max.lapshin at gmail.com]
Sent: Thursday, March 18, 2010 10:57 PM
To: Jozsef Vass
Cc: speex-dev at xiph.org
Subject: Re: [Speex-dev] Speex in flash player: how to work with?
On Fri, Mar 19, 2010 at 3:27 AM, Jozsef Vass <jovass at adobe.com> wrote:
> First of all, Flash Player can only publish Speex at 16 kHz. 20 ms of audio (320 samples) will result in compressed payload size of 106 bytes (42.4 kbps). When Flash Player sends a TC message, there is 11 bytes TC message header and a single byte of audio message header...
2010 Mar 31
1
Speex in flash player: how to work with?
...ee speexdec.c
Jozsef
-----Original Message-----
From: Max Lapshin [mailto:max.lapshin at gmail.com]
Sent: Tuesday, March 30, 2010 8:53 AM
To: Jozsef Vass
Cc: speex-dev at xiph.org
Subject: Re: [Speex-dev] Speex in flash player: how to work with?
On Sat, Mar 20, 2010 at 12:04 AM, Jozsef Vass <jovass at adobe.com> wrote:
> Nicer way:
>
> void* speexState = speex_encoder_init(&speex_wb_mode);
> int speexFrameSize, speexRate;
> speex_encoder_ctl(speexState, SPEEX_GET_FRAME_SIZE, &speexFrameSize);
> speex_encoder_ctl(speexState, SPEEX_GET_SAMPLING_RATE, &speexRate)...
2010 Mar 19
2
Speex in flash player: how to work with?
First of all, Flash Player can only publish Speex at 16 kHz. 20 ms of audio (320 samples) will result in compressed payload size of 106 bytes (42.4 kbps). When Flash Player sends a TC message, there is 11 bytes TC message header and a single byte of audio message header.
For more information, please see ActionScript 3 reference http://help.adobe.com/en_US/AS3LCR/Flash_10.0/
Jozsef
2010 Mar 30
0
Speex in flash player: how to work with?
On Sat, Mar 20, 2010 at 12:04 AM, Jozsef Vass <jovass at adobe.com> wrote:
> Nicer way:
>
> void* speexState = speex_encoder_init(&speex_wb_mode);
> int speexFrameSize, speexRate;
> speex_encoder_ctl(speexState, SPEEX_GET_FRAME_SIZE, &speexFrameSize);
> speex_encoder_ctl(speexState, SPEEX_GET_SAMPLING_RATE, &speexRate)...
2011 Aug 24
0
Speex-dev Digest, Vol 87, Issue 12
...plite -- http://code.google.com/p/rtmplite/ -- can be used to
record Speex .flv audio and a/v files from Flash/Flex applets, and
ffmpeg can be used to extract the Speex audio from such files, which
can also be replayed on Flash.
> Date: Tue, 23 Aug 2011 14:53:52 -0700
> From: Jozsef Vass <jovass at adobe.com>
>
> The only way to do this is to publish from Flash Player and record on Flash Media Server. There is no tooling support.
>
> Jozsef
>
> Date: Mon, 22 Aug 2011 20:01:08 -0400
> From: flash man <fm369495 at gmail.com>
> Subject: [Speex-dev] Creating Fl...
2010 Apr 20
0
About speex quality
Adobe Flash Player includes wideband speex encoder.
Jozsef
Message: 4
Date: Mon, 12 Apr 2010 06:20:54 -0700 (PDT)
From: messaging bay <support at messagingbay.com>
Subject: [Speex-dev] About speex quality
To: speex-dev at xiph.org
Message-ID: <167505.77606.qm at web1104.biz.mail.sk1.yahoo.com>
Content-Type: text/plain; charset=us-ascii
Hi
Who can give me list of companies or VoIP
2011 Aug 23
0
Speex-dev Digest, Vol 87, Issue 11
The only way to do this is to publish from Flash Player and record on Flash Media Server. There is no tooling support.
Jozsef
Date: Mon, 22 Aug 2011 20:01:08 -0400
From: flash man <fm369495 at gmail.com>
Subject: [Speex-dev] Creating Flash Files with Speex Encoded Audio
To: speex-dev at xiph.org
Message-ID:
<CAMWiMNN4HDFJn8szayE6D_ZcD9yVGLvO+ZaPQ3MX6+kSrEq_Qw at mail.gmail.com>
2011 Jul 11
0
Playing captured speex frames
Speexdec plays ogg files. You can simply modify it to play your raw file or even rtp capture.
Jozsef
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On Behalf Of speex-dev-request at xiph.org
Sent: Saturday, July 09, 2011 12:00 PM
To: speex-dev at xiph.org
Subject: Speex-dev Digest, Vol 86, Issue 3
Send Speex-dev mailing list submissions to
2012 Jun 14
1
High CPU usage
Hi Mark,
Code below:
int16_t* samples;
int16_t* fbSilenceFrame;
void *fSpeexState;
float eng(0.f);
int speexFrameSize(0);
speex_encoder_ctl(speexState, SPEEX_GET_FRAME_SIZE, &speexFrameSize);
for (int i = 0; i < speexFrameSize; i++)
{
eng += samples[i] * samples[i];
}
if (eng / speexFrameSize < 3.f)
{
memcpy(samples, silenceFrame, speexFrameSize * sizeof(int16_t));
}
where
2008 Aug 14
0
Speex-dev Digest, Vol 49, Issue 6
Not to mention that Speex is also included in the upcoming release of Flash Player 10 (in public beta now).
Jozsef
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On Behalf Of speex-dev-request at xiph.org
Sent: Friday, June 13, 2008 12:00 PM
To: speex-dev at xiph.org
Subject: Speex-dev Digest, Vol 49, Issue 6
Send Speex-dev mailing list