similar to: library of ogg vorbis encoder

Displaying 20 results from an estimated 1000 matches similar to: "library of ogg vorbis encoder"

2005 Jun 06
1
linker error in debug
Hi! I'm trying to make a debug build of my application which uses the oggvorbis sdk. The libraries that it uses are: ogg_static_d.lib vorbis_static_d.lib vorbisfile_static_d.lib When I try to build it, I get these linker errors: GameClient error LNK2005: _exit already defined in MSVCRTD.lib(MSVCR71D.dll) GameClient error LNK2005: __exit already defined in MSVCRTD.lib(MSVCR71D.dll)
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
Hi, I'm new here - thanks for having me. (Sorry if I'm in the wrong place or a noob.) I downloaded the Theora encoder sample (ver 1.1.1), modified it to encode a sequence of bitmaps, and created an OGV file. The OGV file plays fine in the latest VLC (1.0.5), but I can't do much else with it: I tried uploading to YouTube, and the video just comes out really corrupt:
2005 Oct 27
1
compile oggencoder without gcc
hi,i'm a highschool student. Right now i'm working on my assignment about oggencoder in C++. I've download the oggenc.exe from the web. The only thing I want to ask is : Can I compile my own oggenc.exe without gcc ? Can I compile it on pure C++ ? Could someone explain me step by step how to do it ? coz I'm a beginner in C++ programming language. Thank you Best Regards
2004 Mar 24
2
fixed-point OGG Vorbis encoder
Hello, Iam interesting in transcoding the algorithm of OGG VORBIs in fixed point because I have to implemente this encoder in a fixed point DSP. Does the source code of ogg vorbis encoder exist in fixed point or is there people that work on this or anything else? Guillaume --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2005 Sep 23
1
***SPAM*** help
vorbisHi Sorry if it is too stupid to ask the following questions. I am just confused by the pychoacoustics model. I think the computation in the psy.c is to derive a curve which stands for the threshold for the mdct coefficient. Is it right ? If it is right , then what can we do with the curve ? I refered to several articles and find the aim of most pychoacoustics model was to derive the SMR
2001 Sep 05
2
Understanding of Vorbis coder
Hi I have gone through the document available in the net regarding the Vorbis encoder /Decoder. Based on that i have prepared a understanding document on the encoder/decoder block. I would like to know whether my understanding of the coder is OK. If there are any other additional block /information pl. provide me with the same. Thanks and regards S.Padmashri <HR NOSHADE> <UL>
2000 Dec 08
7
Some scratches with beta3
Hi, I have included the oggvorbis encoding and playback stuff in the Linux-Mandrake distro back in August 2000. At that time I put the "nightly CVS" version, which worked just fine. Then on Mon Nov 27 I noticed some RPM's labelled "1.0beta3" on the website so I upgraded with these ones. Since then we have had some serious problems in encoding: approx 20% of the WAV
2004 Aug 06
4
compile speexenc
Hello, Iam being to compile speexenc but I have the following error: LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library libspeex.lib(lsp.obj) : error LNK2001: unresolved external symbol _spx_cos Debug/speexenc.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Please, help me Guillaume --- >8 ---- List
2003 Mar 12
2
encoder block diagram
I've made a block diagram of the encoder because I tried to find out, how it works http://stoffke.freeshell.65535.net/ogg/block.html Although there are specifiation docs, that give very detailed information about single aspects of the encoding (or decoding) , I'm missing documenations that give a more general overview, about how the encoder works. (Vorbis Illuminated seems a bit
2005 Sep 27
2
***SPAM*** encoder flow chart
Hi Any help is appreciate! These days I studied ogg vorbis encoder with sample rate 44.1kbsp,and I thought the whole chart was as follows: 1. read the PCM data and store them in a buffer 2. do MDCT on those PCM data 3. do FFT on those PCM data 4. use both the FFT and MDCT coefficient to the psychoacustic modle and derive an maximum allowable noise curve, and during this curse ,do the
2003 May 21
2
Clean separation of encode and decode?
Is anybody interested in cleanly separating encode and decode in vorbis? I'm trying to take a stab at it myself from the head of cvs as of this morning, but it looks like a lot of files contain both encode-only and decode-only functions. An obvious one is mdct.c, which contains mdct_forward and mdct_backward (which isn't that big of a deal, since both are pretty well-contained, but it
2000 Jul 04
1
Using the vorbis psychoacoustics model
Hi, I need a psychoacoustics model for some experiments and would like to use the one included in vorbis. Is there any documentation about how to use it? Looks like the relevent code is in psy.c, but I can't go further. Also I would like to know whether I can be of any help in vorbis. I have some knowledge in speech coding (I doing my master at the University of Sherbrooke's speech
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
From: Thorvald Natvig <slicer at users.sourceforge.net> --- celt.pc.in | 2 +- configure.ac | 2 ++ libcelt/Makefile.am | 12 ++++++------ tests/Makefile.am | 2 +- tools/Makefile.am | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/celt.pc.in b/celt.pc.in index 98cc008..67a830b 100644 --- a/celt.pc.in +++ b/celt.pc.in @@ -10,5
2004 Mar 22
1
OGG VORBIS encoder in a texas DSP
Hello, My project is to encode an audio signal with a DSP TM320DM642 and to store the encoded file on a PCMCIA card(hard disk). I want to know if that is possible to do that. I have an other question with ooggencoder. In the win32 console, I want that "stdin" corresponds to my sound card input and that "stdout " corresponds to my sound card output. How can I do that? Many
2004 Mar 24
3
oggenc in vorbistools 1.0.1
Hello, Iam trying to compile oggenc to create oggenc.exe but i have 6 errors in the compilation. I have done like this: 1)I create a project in visual C++ 6.0(win 32 console) 2)i include the C files ans h file in source and header files the errors are: f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.h(5) : fatal error C1083: Cannot open include file:
2003 Jan 23
4
SIMD instructions
Vorbis does not appear to use any SIMD instructions. A short look around in the source code indicates that it would be possible and might even yield big performance improvements. Why has nobody done it yet? I am currently trying to learn using these instructions and would be willing to rewrite a few functions in SIMD instructions, if I understand how to vectorize them and if they make a
2003 Nov 08
1
Compiling problems libvorbis 2.0
Hi Guys, I want to compile libvorbis, but I get this error message if I made a make. I use Sun Solaris 9 on a UltraSPARC Server and gcc 3.3 can anyone help me, please? <p>Best Thanks Daniel Here the message output from compiling. ----------------------------------------- /usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0 mdct.lo smallft.lo block.lo envelope.lo
2001 May 26
2
merging monty's branch
Hi folks, I'm doing a merge of my current branch onto the mainline (for testing) today. I believe it to be stable. Just a little more vorbisfile testing. After the merge, I have a few more patches to apply, then onto cascading/coupling. New stuff: Floor backend 1 and residue backend 1; both are present, but the mainline modes won't use either yet. Naturally, both are enabled for
2014 Feb 21
2
Make check failure on clone from 31 January
I tracked down the bug to an incorrect use of restrict. I would not consider this a compiler bug: we are lying to the optimizer by telling it that a pointer is restrict when in fact it isn't. This can be fixed like so: diff --git a/celt/mdct.c b/celt/mdct.c index 1634e8e..fa5098c 100644 --- a/celt/mdct.c +++ b/celt/mdct.c @@ -276,8 +276,8 @@ void clt_mdct_backward(const mdct_lookup *l,
2003 May 31
4
faster mdct's
Hello Vorbis folks, I'm one of the FFTW authors (www.fftw.org), and a few days ago I was playing with our codelet generator for fun and modified it to spit out hard-coded MDCTs of small sizes. The code (at jdj.mit.edu/~stevenj/mdct_128nr.c) for 256 samples (128 outputs) seems to be almost twice as fast as the Vorbis MDCT code for that size on my 2.2GHz P-IV (gcc 3.2.2 and flags "-O1