Displaying 20 results from an estimated 100 matches similar to: "Speex-dev Digest, Vol 87, Issue 11"
2011 Aug 24
0
Speex-dev Digest, Vol 87, Issue 12
rtmplite -- 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
2018 Feb 01
0
[Bug 13248] New: Updates for DEFAULT_DONT_COMPRESS suffix list
https://bugzilla.samba.org/show_bug.cgi?id=13248
Bug ID: 13248
Summary: Updates for DEFAULT_DONT_COMPRESS suffix list
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
2010 Mar 19
4
Speex in flash player: how to work with?
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);
SpeexPreprocessState* speexPreprocessState = speex_preprocess_state_init(speexFrameSize, speexRate);
Jozsef
-----Original Message-----
From: Max
2010 Mar 31
1
Speex in flash player: how to work with?
What are you trying to accomplish? My code sample was about how Flash Player microphone input in speex.
If you want to do decode, please see 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
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);
> SpeexPreprocessState*
2006 Oct 03
1
HP Toolbox kills Samba
Hi,
I've encountered the following problem at a client. The problem results
in one or more of the smbd processing continuously grabbing more and more
memory until the system runs out of memory or just becomes unusable due to a
low memory condition. This error is extremely serious as the entire server
is eventually brought down by one error.
After debugging this error at the
2011 Mar 23
0
Auto Reply: Ocfs2-users Digest, Vol 87, Issue 15
This is an auto-replied message. I am out of office right now will be back at March-28.
In urgend cases, please contact Hanno Bresch / Oliver Eschelbacher.
Thanks
Dirk
2005 Oct 07
0
samba errors: (87) The parameter is incorrect. (1326) Logon failure: unknown user name or bad password.
I get these repeated errors from my windows server but cannot
understand why. I am running samba on fedora 4 boxes and my servers run
on windows 2000. Whenever someone attempts to manually access a shared
volume on a linux box and use the right credentials we never experience
the 1326 error. I included the samba config file below and more details
of both errors from event viewer.
Does anyone have
2014 May 23
0
перевод на сумму 87 000р
??? ??????? ?? ????? 87 000 ?. ??????????? ?? ?????: [??????? ?? ????]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20140524/524a5901/attachment.html>
2003 Apr 25
0
[Bug 87] New: 'iplimit' match is misnamed, should be 'tcplimit'
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=87
Summary: 'iplimit' match is misnamed, should be 'tcplimit'
Product: netfilter/iptables
Version: linux-2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo:
2003 Apr 28
3
[Bug 87] 'iplimit' match is misnamed, should be 'tcplimit'
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=87
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-04-28 08:25 -------
The misnomer is true. I
2013 Jul 22
0
WG: [87all] IETF 87 Technical Plenary Experiment
-------- Original-Nachricht --------
Betreff:
[87all] IETF 87 Technical Plenary Experiment
Datum:
Mon, 22 Jul 2013 13:15:23 -0700
Von:
IAB Chair <mailto:iab-chair at ietf.org> <iab-chair at ietf.org>
Antwort an:
ietf at ietf.org
An:
87all at ietf.org
The OPUS codec, defined in RFC 6716, can scale from low bit-rate
narrowband speech to very high quality stereo
2002 Feb 13
3
[Bug 87] Last logon that gets reported upon login is the current login time
http://bugzilla.mindrot.org/show_bug.cgi?id=87
------- Additional Comments From djm at mindrot.org 2002-02-13 23:14 -------
so a PAM session module is setting the last login time before we retrieve it?
Why not just disable the module in the PAM config?
BTW you should attach your patch using the "create a new attachment" link (under
the keywords entry). Pasting them into the
2002 Apr 05
2
[Bug 87] Last logon that gets reported upon login is the current login time
http://bugzilla.mindrot.org/show_bug.cgi?id=87
stevesk at pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |openssh-unix-dev at mindrot.org
AssignedTo|openssh-unix-dev at mindrot.org|stevesk at pobox.com
------- Additional Comments From
2010 Dec 19
0
[Bug 87] Last logon that gets reported upon login is the current login time
https://bugzilla.mindrot.org/show_bug.cgi?id=87
Yann Rouillard <yann at pleiades.fr.eu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann at pleiades.fr.eu.org
Status|CLOSED |REOPENED
Resolution|FIXED
2020 Jul 31
0
[Bug 87] Last logon that gets reported upon login is the current login time
https://bugzilla.mindrot.org/show_bug.cgi?id=87
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|REOPENED |RESOLVED
CC| |djm at
2010 Nov 12
2
IE7: returned status 87. Task returned with status 15.
Can somebody please help me, i can't get internet explorer to work:
###BOTTLING### Installing ...
wine: cannot find ''
### LOG ### Command '/Applications/Wine.app/Contents/Resources/bin/wine ' returned status 87.
###ERROR### Command '/Applications/Wine.app/Contents/Resources/bin/wine ' returned status 87.
Task returned with status 15.
2019 Mar 27
0
[PATCH AUTOSEL 4.9 80/87] drm/nouveau: Stop using drm_crtc_force_disable
From: Daniel Vetter <daniel.vetter at ffwll.ch>
[ Upstream commit 934c5b32a5e43d8de2ab4f1566f91d7c3bf8cb64 ]
The correct way for legacy drivers to update properties that need to
do a full modeset, is to do a full modeset.
Note that we don't need to call the drm_mode_config_internal helper
because we're not changing any of the refcounted paramters.
v2: Fixup error handling
2019 Sep 24
0
[PATCH AUTOSEL 5.3 54/87] drm/nouveau/kms/tu102-: disable input lut when input is already FP16
From: Ben Skeggs <bskeggs at redhat.com>
[ Upstream commit 1e339ab2ac3c769c1b06b9fb7d532f8495ebc56d ]
On Turing, an input LUT is required to transform inputs in fixed-point
formats to FP16 for the internal display pipe. We provide an identity
mapping whenever a window is enabled for this reason.
HW has error checks to ensure when the input is already FP16, that the
input LUT is also