Displaying 20 results from an estimated 10000 matches similar to: "Query Regarding Vorbis Audio codec"
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi,
I have a Win32 folder in libvorbis folder in which i have dsw
executable file, I have Visual studio 2008 so I ported that into
VS2008, then I downloaded ogg lib and included that also. After that
_V_SELFTEST has been defined, then its asking the definition of these
two header files
#include "vorbis/book/lsp20_0.vqh"
#include "vorbis/book/res0a_13.vqh"
I commented this and
2009 Apr 16
2
Query Regarding Vorbis Audio codec
Dear Moderator,
I downloaded Vorbis 1.2.0 code from your website and I tried to build
a project in Visual studio 2008, as the earlier version was created in
VC 6 version it has been modified here. In the solution I have 6
projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic,
vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried
to built the project, it shows error that it
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi,
I have a Win32 folder in libvorbis folder in which i have dsw
executable file, I have Visual studio 2008 so I ported that into
VS2008, then I downloaded ogg lib and included that also. After that
_V_SELFTEST has been defined, then its asking the definition of these
two header files
#include "vorbis/book/lsp20_0.vqh"
#include "vorbis/book/res0a_13.vqh"
I commented this and
2009 Apr 17
2
Query Regarding Vorbis Audio codec
Hi,
I downloaded the Vorbis audio codec and tried to build with my Visual
Studio 2008, but its not working properly. Can anyone suggest me how I
can proceed or how to get the workable version of the codec.
Regards,
Kiran
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running:
$ ./config_unix.py
$ python setup.py build
and as root:
# python setup.py install
for pyogg and pyvorbis in turn. This completed without error, however
upon trying to import ogg.vorbis in IDLE I get an import error:
ImportError: libvorbisfile.so.3: cannot open shared object file: No such
file or directory
I was told this may have
2009 May 04
2
using "ov_open" in XCode
Hello,
I'm trying to implement ogg file playback in Xcode for the iPhone. I built
the frameworks and added them to the project along with all the headers.
Now I'm just getting some linker errors saying:
_ov_open", referenced from: ...myclass.o
symbol(s) not found
This is declared in vorbisfile.h. Does this mean my vorbis.framework isn't
found? Any help will be greatly
2006 Oct 22
3
Appending at the end of the file
On Sun, Oct 22, 2006 at 07:15:56AM -0700, Ralph Giles wrote:
> On Sun, Oct 22, 2006 at 02:49:07AM +0200, A.David David wrote:
>
> > Hi all, I am trying to append some image to my ogg file
> > but it results to corruption of the file, as there is no real way of
> > including images
> > in the OGG, I just tried to append the image at the end.
>
> Yes, that will
2004 Jul 01
8
Tutorial/Docs for using libvorbis directly
Hi,
We needed a vorbis decoder that operated differently from the approach taken
libvorbisfile. So I sat down, looked through the docs, and the sample decoder
that come with libvorbis and wrote our own.
Since I couldn't find any docs for the API for libvorbis itself, I've written
some. It details all the steps you need to go through to write a _basic_
reusable decoder library using
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All,
Monty has made some improvements to the vorbis reference implementation,
and we're ready to do a new release. Please sanity check the release
candidate at
http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2
And let us know if there are any problems. The plan is to make an
official release on Wednesday.
Changes since the 1.1.2 release:
* new ov_fopen() convenience
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0
RPMs on a few redhat machines and failing horribly. I'm in dependency
hell.
For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?)
which does not seem to be available in any recent redhat releases.
Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines
choke.
Worst of all is
2002 Jul 15
2
Patches and questions for spec files
I'm forwarding this mail, since thomasvs on #vorbis can't seem
to subscribe/send to the list. Please Cc: thomas@apestaart.org
when you answer, or write directly to him.
----- Forwarded message -----
Hi,
I've been asked by Vakor to help out on the packaging of the 1.0 release
(for Red Hat).
(For some reason xiph.org is refusing any mail from our server,
urgent.rug.ac.be, so I
2009 Apr 07
8
Can you provide me some information on music players using ogg.
Hi ,
I am planning to use an open source .ogg player on my ARM simulator on
QEMU ( for ARM Application Baseboard ) .
So far I have been able to bring up a Linux kernel 2.6.26.5 on the
simulator . Right not I want an open source ogg vorbis player which I can
use to call the libraries and play some files . However the catch is that I
need the APIs exposed of the player application to me . I am
2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's
size a touch... and libvorbis, is really the only think bigger than 100k
coming in at over 1 meg .dll
I've been looking through the code for vorbis_enc as that's the object file
taking 95% of the space, and i can't figure out why it is so damn big...
there's only a few thousand lines of code there
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis
and things, so please bear with me. :)
I've been having trouble with libvorbisfile.
My use of it is fairly simple, but when I try to ov_clear the vorbis
file, it segfaults.
I can attach or otherwise make availible some demo source code, but for
now I'll just pull out relevant lines:
//BEGIN PSEUDO CODE
2009 Mar 15
1
Add vorbis_dsp_init() ?
Hi,
This mozilla bug report is a crash triggered by a Vorbis file with
corrupt headers:
https://bugzilla.mozilla.org/show_bug.cgi?id=481601
The patch to fix the crash adds a new vorbis_dsp_init() function to
libvorbis, and calls
that from fs_vorbis_init() in libfishsound:
https://bug481601.bugzilla.mozilla.org/attachment.cgi?id=366150
The public function it adds is:
void
2002 Dec 11
1
Docs Missing
Hi All,
The "libvorbisenc api reference" (http://www.xiph.org/ogg/vorbis/doc/vorbisenc/reference.html) exists, but appears to be the libvorbisfile api reference. Is there anywhere where I can find the "libvorbisenc api reference"?
Cheers
--
Andrew Baker
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe
2005 Nov 20
2
Re: [Vorbis] metadata
On Sun, Nov 20, 2005 at 12:44:50PM +0000, Ian Malone wrote:
>
> Skeleton
> also has the problem for simple applications that it wants to be
> the first page, which will cause libvorbisfile based Ogg/Vorbis
> players to choke. Not that libvorbisfile doesn't need to be
> updated to play something that isn't strictly Vorbis-I anyway;
> but, as it is, players which do
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi,
I'm trying to load the vorbis libs dynamicly on Mac OS X.
I've got success for libogg, libvorbis and libvorbisfile. But
libvorbisenc drives me crazy.
The function "vorbis_encode_init" seems not to be in there if I am
using "NSLookupSymbolInImage". But
the tools "otool" and "nm" tell me that the function is declared.
Does anyone know, what I
2007 Nov 19
1
SIGTRAP in Xcode
I downloaded and built the Ogg and Vorbis projects and added the
frameworks to my project. It just SIGTRAPs before reaching main, in
dylib loading code. I then built libvorbis.a, libvorbisenc.a,
libvorbisfile.a and added them to my project. Still SIGTRAPs. I
built a libogg.a target from scratch in the Ogg project, and added
libogg.a, still SIGTRAPs.
So I have tried everything I know
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system.
The c, and makefile are as follows, and the error produced. I've also
included an ldd of the compiled file. If anyone can be of any help, it
would be greatly appreciated!
--------------------------C FILE-------------------------------
#include <stdio.h>
#include <string.h>
#include