Displaying 20 results from an estimated 1000 matches similar to: "Vorbis API full documentation?"
2004 Nov 18
2
Questions about vorbis linking
Hello:
I think that I got a linking problem but I don't know how to fix it.
This is the error code form make:
cc grabando_pcm.o encodear_vorbis.o -o mi_servidor -lasound -lvorbis -logg
encodear_vorbis.o(.text+0x42): En la funci?n `inicializar_vorbis':
: undefined reference to `vorbis_encode_init_vbr'
collect2: ld devolvi? el estado de salida 1
make: *** [mi_servidor] Error 1
2004 Oct 11
1
Streaming API?
I'm new to Speex and was wondering if there is a nice streaming API similar
to Vorbis' "ov_open_callbacks", "ov_read", "ov_time_tell", etc.
If not, is there an easy way to get Speex streaming from files?
My appologies if this has already been answered a million times, but the
archives aren't currently accessable!
Thanks,
Kevin
-------------- next part
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
2008 Apr 07
3
speex affected by vulnerability described in [oCERT 2008-02]
Hi folks,
we've tried contacting Jean-Marc Valin but email address bounces. We
published yesterday an advisory about libfishsound, you can find it at the
following URL:
http://www.ocert.org/advisories/ocert-2008-2.html
The issues seems to affect Speex (since the code is the same) versions <=
1.1.12. While the 1.2beta branch is not vulnerable we advise that you fix
with a security release
2006 Jun 09
4
c++ Wav->ogg encoder
Hi
I'm new with ogg and also with using third party libraries. I'm making a
C++ PocketPC program and I need a simple wav->ogg encoder function. But as
I have tried to use ogg vorbis libraries I don't know what or how to use
them.
I think that best way would be to use libogg 1.1.3 and libvorbis 1.1.2. Do
I even need both of them, since I only need to have capability of
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
Conrad,
That's exactly what I was looking for. I just got finish trying several attempts at porting libfishsound to XCode/CocoaTouch land but am facing dependency issues on the other xiph libraries. (liboggz, libvorbis, libflac, etc.) Rest assured I know what the issues are and how to address them. I am at a fork here. I can either port the bulk of the xiph libraries to XCode or continue on
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
Yes, it works now.
Thank you very much.
-----Original Message-----
From: Chris Wolf [mailto:cwolf@starclass.com]
Sent: 05 September 2001 10:12
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] Problems trying to run the examples in windows
vorbis sdk
On 9/4/2001 at 6:00 PM Pablos-Sanchez, Rolando wrote:
>I have just downloaded the vorbis sdk for windows, for researching
>purposes.
>
2010 Apr 29
4
Simple example of decoding streaming audio realtime?
Hi,
I'm new to Speex and a little uncomfortable in C programming. I'm looking for a simple example of how I'd use Speex to decode a speex file read off of an network stream and pass the decoded samples to an audio player. I have speex running in an iPhone project and I started digging thru the speexdec.c example trying to refactor as I made sense of the API calls. The example is a
2009 Sep 14
1
[libfishsound ] Using static libraries instead of DLLs
Dear,
I'm sorry if this is not the correct list to post a question about
libfishsound but I don't have found a specific one.
I'm writing a library that use libfishsound for encode/decode speex and
vorbis streams.
I would like to incorporate all the functionalities into my static
library without any dependencies on extern DLL.
Is there a way to compile libfishsound using ogg, oggz,
2011 Nov 01
2
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Óscar Fuentes <ofv at wanadoo.es> writes:
> Chris Lattner <clattner at apple.com> writes:
>
>> There are different overheads in different scenarios. The makefiles
>> get really poor utilization out of a 8 or 16-way machine because of
>> implicit synchronization between different sublibraries.
>
> BTW, adding explicit library dependencies will make the
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
Hello from Buenos Aires.
I am getting the following error when I do the net ads join command:
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
I am running Debian, kernel 2.4.18 (geez, I should upgrade).
I searched everywhere for this error but I can?t find any solution.
Wbinfo -u works fine.
kinit
2009 Feb 13
1
Decoding from memory using libfishsound
Hi,
I have a problem. I've started to develop crossplatform sound
receiving application using qt4/openal/libfishsound. Server is
streaming audio coded with speex in ogg container throuh http. I'm
receiving packages and when I write them to file application example
from libfishsound is properly decoding it. Problem starts, when I want
to decode from memory, for example: receive few
2007 Apr 28
2
SpeexEnc/SpeexDec Source Code
I'm working in .NET and have found that there is, unfortunately, no simple
way to access unmanaged, object-oriented APIs from C#/VB.NET. Ultimately I
have decided to adapt speexenx and speexdec into a simple, functional API
with two functions: one for encoding an array of bytes, and one for decoding
it.
Does anyone know if the source code for speexenc and speecdec is available,
or are they
2008 Feb 28
1
vorbis encoding question
Hello
I'm trying to make a simple program that records and saves the recorded
audio to an Ogg file on the fly.
But I can't find some examples and good documentation on encoding Ogg files,
is there some place or someone know a good way to start with Ogg
programming? I can decode Ogg files with no problem but I can't encode.
Any help will be appreciated.
Thanks
--
Yuri Jaeger Monti
2006 Aug 11
2
Speex in mobile phones?
Hi
I want to implement speex in the project I working on, is it possible? I use Symbian, so, is there C++\Java speex for phones?
Regards
Thabang
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1?/min.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jan 28
2
Begginer with R
Hello all,
Im just beggining using R. I have read a couple of introductory documents
but they are very general. Is there a document focused on classification?
(this is what Ill be using R for). Examples would be just fine.
Thanks in advance,
Ulises
2007 Dec 25
1
Sample code for streaming from a file
It's not by much but the little piece of the puzzle I haven't been
able to figure out is how to write the function that will read out a
small chuck, process it, and then exit. This function would then be
called continuously to process another small chunk when the previous
chunk is done playing. I've already tried separating out that bit of
code in speexdec to no avail.
2004 Dec 28
5
Sound distorted after normalized.
> 16 bit ints have a range of -32768 to 32767. If you divide
> -32768 by 32767.0 you end up with -1.00003051850948 which
> is a bad thing.
>
> Try normalizing with a value of 32768.0.
No. Speex expects values in the +-32767 range, not +-1.0. Just
converting from int16 to float *is* the right thing to do.
Jean-Marc
--
Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
2004 Sep 23
1
MSVC files include vorbisenc in the vorbis dynamic library
Hi,
A short mail to let you know that the MSVC project files aren't OK
compared to the Makefiles.
Indeed they include the vorbisenc part (vorbisenc.c file, and
vorbis_encode_* function names in the .def file) inside the vorbis
library, and they also point to a non-existant file (bitbuffer.h)
Here is a patch to fix this, in case you are interested (patch made on
the win32 directory using
2004 Apr 13
2
Looking for detailed reference on every libvorbis function calls
I'm looking for detailed reference on every libvorbis function calls, just
like MS's MSDN, so I can "read" what a function dose and how to use it or
even with some sample of use or recommendation
I have seen the document come with ogg vorbis, but it's . not a complete
document (some pages are missing.or not clear)
It's also hard (or can't find) any tutorial