similar to: How to down load Ogg Vorbis Decoder?

Displaying 20 results from an estimated 1000 matches similar to: "How to down load Ogg Vorbis Decoder?"

2005 Aug 25
3
what is max and min bitrate supported in OggVorbis?
Hi All, I am planning to implement Ogg Vorbis Decoder on a 24 bit DSP. I have following doubts: 1) What is min and max bitrate? 2)What is max Audio Packet size ? 3)What is the max size of setup header? 4)Any idea how to start for making a 24Bit fixed point reference code? Shall I start with floating point or Tremor or Tremor Low Mem Version? 5) What window sizes in Ogg Vorbis are normally
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both automake 1.4 and 1.6. Some changes to configure.in were also needed in order to get things to work (and to fix some ac 2.50 issues). Please remove config.h from cvs as it is a generated file and empty anyway. automake 1.6 isn't really incompatable with 1.4, it's just more picky about you sticking to the rules:
2012 Jul 04
0
oggdec channel ordering bug
Hi. I just noticed that oggdec channel reordering for WAV is bogus. With irrelevant clutter removed, oggenc has the following code: permute = {0,2,1,4,5,3} // oggenc/audio.c:401 for (j) to_vorbis[j] = from_wav[permute[j]] // oggenc/audio.c:619 While oggdec has the following code: permute = {0,2,1,5,3,4} // oggdec/oggdec.c:229 for (j)
2005 Aug 08
0
Re: oggdec/ogg123 cannot play stream files
Hello I'm following this up to the vorbis-dev mailing list (and bcc to you). Thanks for your repsonses. At 15:09 Uhr -0500 07.08.2005, Graham Mitchell wrote: > > b) concerning oggdec and ogg123: > > - neither is able to read from a pipe nor a fifo, as it seems. > >Yes, the "ogg123" from a pipe bug was actually just fixed in CVS during the >last week, so try
2004 Aug 06
4
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
Hello, oggdec is a very simple ogg decoder, and it fails in the following case: a source A has a fallback A' transcoder curl | oggdec | ices2 is transcoding to lower bitrates ogg A fails, all the listeners are transfered to A' oggdec fails because the stream content changed: [2004-01-29 18:44:47] OggDec 1.0.1 [2004-01-29 18:44:47] Warning: hole in data <p><p>[2004-01-29
2004 Aug 06
0
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Thursday 05 February 2004 05:09, Ralph Giles wrote: > On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote: > > I have more info about that problem... > > curl | oggdec | ices will never work to my opinion with fallback setup on > > source because when transfering listeners to fallback, no ogg headers are > > sent, so whatever we do, oggdec will not be happy with the
2009 Mar 18
2
oggdec.exe crash
Hello there. I can't use bugtracker because it is permanently think that I'm spammer. -------------- System: Windows XP Service Pack 3 When I trying to decode any *.ogg file with oggdec.exe like this: oggdec.exe file.ogg I have an error (it is translate version - I don't have english version of Windows): Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2004 Aug 06
3
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote: > I have more info about that problem... > curl | oggdec | ices will never work to my opinion with fallback setup on source > because when transfering listeners to fallback, no ogg headers are sent, so > whatever we do, oggdec will not be happy with the data received... I took a look at this. It is true that oggdec does not
2007 Jul 14
2
vorbis-tools broken
It seems that oggdec in Fedora 7 produces a wav header followed by lots of zeros. Building vorbis-tools 1.0.1 from source produces a working oggdec, so I think the problem is in the vorbis-tools package. I can't build vorbis-tools from svn due to some make problems, but I can build the F7 SRPM. There are no differences between the share and oggdec directories, but there are autoconf related
2006 Feb 08
1
Possible AGI Bug in Asterisk?
Dear All, I seem to have stumbled across an AGI problem; I have written an AGI Script (bottom of this email); The script does the following; Makes a CDR entry when called Records the call Updates the CDR Finds a corresponding DNIS from the SMDR table (captured via a serial port logger) Matches up the record and updates the CDR. The script works perfectly in my test lab and has been doing so
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi, Has anyone succeeded to build oggenc and oggdec on Mac OS X with static linking? I can build libogg and libvorbis and install them as dynamic libraries (by running ./configure, make and then make install). Then oggenc and oggdec will load them in runtime and use them. That works fine. But I'd like to build these two command line tools so they're linked with all the libraries they
2004 Aug 06
1
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote: > curl | oggdec | ices will never work to my opinion with fallback setup on source > because when transfering listeners to fallback, no ogg headers are sent, so > whatever we do, oggdec will not be happy with the data received... really? That would be a bug unless it rewrites the stream id instead. > Chris P.S. If you're
2006 Apr 26
2
2 analogue ports on an Alcatel PBX patched to 2 FXO ports on my *
Hello, I have 2 analogue ports on an Alcatel PBX patched to 2 FXO ports on my <mailto:*@home> *@home 2.8 running on top of CentOS. Both FXO Ports are on ONE Digium card. What I would like is: If someone calls extn 281 on my Alcatel PBX it is routed through to Extn 233 on my * thruogh FXO port/module 4 If someone calls extn 282 on my Alcatel PBX it is routed through to Extn 234 on my *
2003 Sep 28
1
Outdated oggdec tarball
Hello, While trying to debug a problem with the open-source slimp3 server, which uses oggdec, I found that the tarball for vorbis-tools 1.0 contains an old version of oggdec, containing at least one bug in the command line handling code (a missing break statement). The latest code in CVS appears to be fixed. Are you planning to release a new tarball for vorbis-tools? Ori Pessach --- >8
2008 Jun 25
1
[xiph-commits] r15069 - in trunk/vorbis-tools: oggdec oggenc
On 25-Jun-08, at 3:23 AM, ivo at svn.xiph.org wrote: > * correctness: make oggdec output help text on stdout instead of > stderr Hmm. Doesn't oggdec output the decompressed audio to stdout? IIRC the help goes to stderr to avoid clobbering that. If 'corretness' is the windows issue, could it be compile-time switched? -r
2003 Dec 31
1
Snom 200 with two extns defined anyone?
Are there any Snom 200 users that have two extns defined on their phone? I've been trying to get two (or more) extns defined in such a way that when extn #1 rings, LED #1 flashs; extn #2 rings, LED #2 flashes, etc. (Answer greating will be different depending upon which extension is called.) I can get multiple extns to register and work with * just fine, but regardless of which extn is
2005 Sep 02
1
oggdec and ogg123 playing audio from an Ogg Theora+Vorbis file?
Are oggdec and ogg123 supposed to be able to extract or play audio from an Ogg Theora+Vorbis file? OggDec 1.0 and ogg123 from vorbis-tools 1.0.1 don't seem to be able to do so. If the programs are not supposed to do this job now, are any improvements planned so they can do this job in the future? Thanks for info on this.
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 01:43 PM, Ady wrote: > >> >> >> On 12/25/2014 04:33 AM, H. Peter Anvin wrote: >>> On 12/24/2014 12:16 AM, Robert Yang wrote: >>>> Hello syslinux, >>>> >>>> Merry Christmas! These patches will make extlinux work with umounted >>>> ext2/3/4 filesystem, for example: >>>> >>>> $ extlinux
2004 Jun 17
4
7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000 (at extn 141), it rings straight through to extn 666. using the same dialplan, from a cisco 7960 with 7.1 sip code (at extn 142), i have to go off hook hit NewCall punch 142 (or any valid extn in the dialplan) hit Dial then dial 666 wtf? sip.conf for crisco [fiji] callerid="crisco" <142>
2004 Aug 06
0
ices produces ogg-files with two logical bitstreams
On Sat, 2004-03-27 at 22:45, Andreas Grommek wrote: > I encountered a strange problem with ices-2.0.0. > I use a icecast2/ices2 combo ti stream live audio and I use ices to > record my stream. This worked well until last week. Since then the > recording function produces somehow corrupt ogg-files. > > I cannot decode them to wav with oggdec, the program tells me "Only