Displaying 20 results from an estimated 10000 matches similar to: "regarding audio codec"
2005 Jan 14
1
voice quality with asterisk
hello list ,
my set up is like this
ip device -->ser ---> asterisk(astcc) --> pstn gatewsy
my asterisk version is 1.0.2
iam using the ser as registration and asterisk aa the
prepaid one with the help of the astcc.
now my problem is the destination people
i.e the pstn line s are listening low voice
and also the blurr sound quality along with
the audio of the ip device at
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello,
I'm running into problems while trying to build libvorbis. My build
platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6.
The build fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2005 Mar 09
1
compile error
king all in vorbisfile
make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile'
Making all in vorbisenc
make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisenc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
2004 Aug 06
2
Icecast 2.0 in OS X Server?
Folks;
I am having a hell of a time trying to get IceCast 2.0 installed on an
Apple XServe running OS X 10.2.3. The problem seems to stem from one
of the libraries required by IceCast, specifically libvorbis.
When running MAKE in an attempt to install libvorbis I get the
following:
<p>Making all in examples
/bin/sh ../libtool --mode=link gcc -DDARWIN -fno-common
2001 Dec 20
1
vorbis module compilation problem
[I just got on to this mailing list to report this problem. If it has
already been reported, then I'm sorry for duplicating the report. And I
seriously doubt this is not the right topic to talk about on this
mailing list, but if it is, sorry for that too.]
Okay, here's a new one. I have never seen this error before. This is the
latest CVS code I'm trying to compile, on a pretty close
2003 Nov 28
1
regarding vorbis
hello
iam satish and working on ogg vorbis audio decoder for blackfin processor as a part of my masters project. i would like to clarify certain doubts regarding the algorithmn, like floor, residue, LPC and LSP. iam studying through the documents posted in your website. But, still i need some help and understanding regarding the above topics. What exactly do you mean by floor, residues etc..,
2005 Sep 04
2
Basic Doubt on Packets and Pages
Hi All,
Sorry if this is too much silly. Vorbis encoder gives
out packets of information.
1. Is it that each packet contain information of one
frame/window either 256 / 2048 or any length set by
encoder? If yes then the encoded packet will be
variable in length.
2. Every packet is divided into segments, how does the
encoder decide on number of segments in each packet?
It must be dependent upon
2015 Apr 23
0
Regarding opus audio codec
Hi All,
I am new to audio codec and just was going through the opus audio codec and
trying to use the same in my project here in the opus demo test code I
could see that before giving input to encoder or after decoder the audio
sample are modified as below
for(i=0;i<loop;i++)
{
printf("hiiii iam inside loop\n");
opus_int32 s;
2000 Jul 24
3
Decoder example question
Hey all...I'm trying to use the decoder_example.c in the examples directory
to decode a .ogg file that was encoded by using the binary encoder
ogglame.exe and encoded via the encoder_example.c. I'm running into a
problem with the decoder though. It plays FINE under the WinAmp plugin but I
when I try and use the decoder_example.c to decode the file it says "End of
file before finding
2009 Apr 20
2
Query Regarding Vorbis Audio codec
Hi all,
I have vorbis audio codec I want to create the separate projects for
Encoder as well as decoder, Can anybody suggest me which all the files
comes under which category (or) which functions will come under
encoder or decoder.
Thanks & Regards,
Kiran
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
2005 Aug 05
1
debugging question.
Hi,
I am using libvorbis-1.0.1 and I am trying to debug the example decoder
(examples/decoder_example.c) using gdb. I have compiled the source tree
for debug and can single step through the program.
However i am facing the following problem (which I think is more of C
than vorbis)
1. after single steppig I finally arrive at the function shown below
(in file lib/info.c)
static int
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven
model. I'm building an RTSP client/server where the client will have a
function called everytime a new packet comes in. So, I want to queue
up these packets to be played.
My current attack is as follows (note this isn't very robust and I
realized that):
For first and second packet i grab all the header stuff
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello
Hope you don't mind another newbie's question.
Further to GIE's email about problems compiling decoder_example.c example
(MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help
getting the example files to compile on MS VC 6.
The zip files we have downloaded are:
libao-0.8.2.zip
libogg-1.0rc3.zip
libvorbis-1.0rc3.zip
vorbis-sdk-1.0rc3.zip
2002 Aug 08
1
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
sdout I would like to output it to the soundcard so that I can hear the file
playing. I am using Visual C++. Could someone please tell me the quickest
way to do this. I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
PS I managed to build the GUI using the
2002 Aug 12
2
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
stdout I would like to output it to the soundcard so that I can hear the
file
playing. I am using Visual C++. Could someone please tell me the quickest
way to do this. I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
--- >8 ----
List archives:
2001 Apr 29
1
ogg vorbis decoding
Hello,
I am currently developing a ogg vorbis decoding module for use in
winlame (a LAME frontend), and I have some questions:
To do a decoder I used most code in decoder_example.c, but I think
there is something missing. I would be glad if someone could look at
this code:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.cpp
and
2007 Jul 02
5
softphone with g729 codec
Hi:
Iam looking for a sip softphone that supports g729 codec
Any one have an idea ?
Reagrds;
jonnyhashem
---------------------------------
Don't get soaked. Take a quick peak at the forecast
with theYahoo! Search weather shortcut.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
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