similar to: Speex ACM Format Tag

Displaying 20 results from an estimated 800 matches similar to: "Speex ACM Format Tag"

2004 Aug 06
1
ACM Format Tag for Speex Audio
I have arranged for an official Speex ACM format tag from Microsoft (see below). Feel free to use this in any ACM codec work. Keith Looney ________________________________________________ Keith Looney Senior Software Engineer On2 Technologies, Inc. The Duck Corporation <p><p>-----Original Message----- From: Bill Schiefelbein [mailto:billsch@windows.microsoft.com] Sent: Wednesday,
2004 Aug 06
1
ACM Format Tag for Speex Audio
Hi, As a potential user of the Speex ACMs and DirectShow filters to come I am also curious about how many ACM codecs for Speex there are under development right now. Also, the WAVEFORMATEX structure must be planned so that it is extensible, with backward-compatibility, without having to ring back Microsoft for further WAVE_FORMAT tags. For instance, it is a good idea to put a flexible sub-format
2004 Aug 06
0
ACM Format Tag for Speex Audio
My arrangement for a Speex format tag was actually accidental. I was asking what would be involved and instead of an answer, I got a format tag. Since there is only one functional Speex ACM codec available as far as I know, it should use the official format tag. I will be glad to modify our applications to conform to this de-facto standard. Others who may develop ACM codecs in the future
2004 Aug 06
1
Speex ACM Format Tag
Is there a registered ACM format tag for Speex encoded audio? I am in charge of an application which can store Speex audio in a stream in an AVI file and I would like to use the official format tag if there is one so that some day it will be playable using some forthcoming ACM codec. Thanks, Keith ________________________________________________ Keith Looney Senior Software Engineer On2
2003 Nov 26
3
AGI - Freakin Lost
Ok, I have spent that past 4 - 5hrs working (trying to) figure some AGI syntax out in perl. Maybe I'm Looney / slow or what I don't know, but I am lost. I need to figure out how to send STDIN into the script. I understand the concept of it, but lost when it comes down to it. No matter what I try with standard <stdin> The app completes on me before I can ever enter in keys. I
2004 Aug 06
1
Speex ACM no longer Beta (Houston, we have a release!)
Christian, I have successfully integrated your ACM codec in our applications, but I have run into one minor issue. In a code comment you imply that fmtnotice is an optional part of the WAVEFORMATEX extra data. I tried to play a file that had no fmtnotice but Windows did not recognize it as valid and did not play the audio. Your work is very much appreciated here and we are anxiously awaiting
2004 Aug 06
1
Speex ACM no longer Beta (Houston, we have arelease!)
Prior to having your ACM codec, I was manually compressing Speex audio and writing it into one stream of an AVI file. To be able to use your codec for playback, I simply appended your WAVEFORMATEX extra data (the extra fields in SPEEXWAVEFORMAT) to the audio format. In looking at your code trying to determine how to fill in that data, it looked like the fmtnotice was optional. Is this truly the
2009 Dec 07
5
Mbox corruption
I am trying to track down an mbox corruption issue that has been happening for one of our users. It appears that the mbox file is getting truncated and the all important From line no longer exists which then leads to the mbox being useless. It also appears, as in most truncations, that parts of the mbox are being lost. I am not sure how to debug this to find out whether this is a client or
2008 Jun 19
3
Compile failure on Dovecot 1.1-rc12
I am getting this failure when trying to compile dovecot on Sparc Solaris 8: make[4]: Entering directory `/home/systems/looneytr/dovecot-1.1.rc12/src/lib' source='str-find.c' object='str-find.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/bash ../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/openssl/include -g -O2 -Wall -W -Wmissing-prototypes
2005 Aug 30
0
No subject
I tried to search on the WineHQ web page, but came up short. Does anyone know of a work-around for this? Thanx, Ian -- "Looney?! I'm just as sane as the rest of you. Never mind..." --DaemonThread, comp.lang.java resident looney Get my GNU Privacy Guard public key at ftp://ftp.stewartcastle.com/pub/idstewart.key
2004 Aug 06
2
Where to pause stream (minimum decodable length)?
Here is my situation: I have large Speex encoded stream which I would like to playback on wave out device. I could decode whole stream to pcm and play it back as pcm audio, but this is not what I want. Instead I want to decode minimum decodable bits (bytes?) to pcm and play it ... then decode another minimum data chunk and play it, etc. This way I can achieve closest to real-time playback or
2001 Dec 09
1
Setup terminates prematurely
Dear Wine Community, I have recently installed the latest snapshot of Wine (20011108). The build and install seems to have gone fine, but I'm running into a roadblock when ever I try to install a windows application. I get as far as where the actual install should start (after answering the various questions about files to install, where to install, etc), then I get a brief flash, like a
2004 Aug 06
4
Framesize for UWB vs. WB encoding
Hi there. I am having a little trouble understanding the frame sizes chosen by the codec. testenc_uwb.c from the speex-1.0 source distribution has a framesize of 640 hardcoded and makes use of this value exclusively. However, a mode query on the actual codec returns 320 as a framesize for this mode. int tmp; speex_mode_query(&speex_uwb_mode, SPEEX_MODE_FRAME_SIZE, &tmp);
2001 Jul 29
1
WAVE Format info
At the risk of throwing more fuel on the fire, I found the following document on the Microsoft website. It appears to be the file format counterpart to the API documentation presented by Chris Wolf. I'm not familiar with the WAVE format, so I'll let you guys interpret it (or tell me it is irrelevant): http://www.microsoft.com/HWDEV/audio/multichaud.htm [As an aside: Why does Microsoft
2007 Sep 26
1
Patches for building of flac 1.2.1
Hello, We use two different patches to build flac. The first one is a patch that detects correctly ranlib, ac, strip when you cross-compile. We especially use the patch when compiling for Windows under GNU/Linux. http://trac.videolan.org/vlc/browser/trunk/extras/contrib/src/Patches/flac-cross.patch The other one fixes an issue when compiling for Windows under Cygwin, that can't find
2010 Jul 29
0
[R-pkgs] heplots 0.9-3 and candisc 0.5-18 released to CRAN
I've just released the latest R-Forge versions of heplots 0.9-3 and candisc 0.5-18 to CRAN. They should appear there within a day or two. == heplots The heplots package provides functions for visualizing hypothesis tests in multivariate linear models (MANOVA, multivariate multiple regression, MANCOVA, etc.). They represent sums-of-squares-and-products matrices for linear hypotheses and for
2011 Aug 06
1
significance of differences in skew and kurtosis between two groups
Dear R-users, I am comparing differences in variance, skew, and kurtosis between two groups. For variance the comparison is easy: just var.test(group1, group2) I am using agostino.test() for skew, and anscombe.test() for kurtosis. However, I can't find an equivalent of the F.test or Mood.test for comparing kurtosis or skewness between two samples. Would the test just be a 1 df test on
2008 Aug 08
1
Dovecot crashing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sent an e-mail off as was detailed here: http://wiki.dovecot.org/MboxProblems for crashes but I also wanted to see if any of you folks had insight into the issue. Dovecot is crashing on a certain user inbox which is in mbox format as well as one of the users other mbox files. The crash doesn't exactly match what is listed in the aforementioned
2012 Feb 29
2
[PATCH] Start the server if another user has a PID matching our stale pidfile.
If unicorn doesn''t get terminated cleanly (for example if the machine has its power interrupted) and the pid in the pidfile gets used by another process, the current unicorn code will exit and not start a server. This tiny patch fixes that behaviour. --- lib/unicorn/http_server.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/unicorn/http_server.rb
2001 Aug 10
1
Solaris X86
I ran freecell under wine -debugmsg +relay and got an exception with a message protocol error: 84a28e8: init_process : parent but no info just after SHOWWINDOW was called Anyone know what this means ?