Displaying 20 results from an estimated 500 matches similar to: "problem with encoding cbr (updated)"
2003 Mar 07
0
problem with encoding cbr
Hi,
I am trying to encode PCM to OGG based on example code in OggVorbis SDK Win 1.0.
There is no problem with "vorbis_encode_init_vbr(&vi, 1, 44100, 0.4f);" setting.
However, using "vorbis_encode_init(&vi, 1, 44100, 96000, 96000, 96000);" setting gives such a warning by ogginfo: "Warning: EOS not set on stream 1"
I have modified ogginfo to display exact
2003 Mar 07
1
cbr/vbr decoding - supported sample rates
Hi,
Is there any difference between decoding of CBR or VBR streams in realtime in terms of CPU usage/cost?
Are sample rates other than 44100Hz supported by Vorbis officially ? If it is supported, is it efficient to use them or is Vorbis specifically (or at the moment) optimized for 44100Hz ?
Thanks in advance.
---
Mete BALCI
Senior Game Programmer
Momentum DMT
Istanbul, TURKEY
2002 Aug 03
1
vbr / cbr / abr API calls
Hi,
Maybe this is documented somewhere, if so, please send me a link to the
documentation.
My question is: how to set up different (VBR, CBR, ABR) modes when
calling the Ogg Vorbis API?
Currently I do:
CBR:
ret = vorbis_encode_setup_managed( &vorbisInfo,
getInChannel(),
getOutSampleRate(),
2002 Aug 14
0
vorbis enc and ogg documentation
Hi,
How can I find more information about vorbis enc and ogg api ? sdk seems to have not enough information.
Thanks in advance.
---
Mete BALCI
Senior Game Programmer
Momentum DMT
Istanbul, TURKEY
--------------------------------------------------------------------------
Confidentiality Notice: This e-mail may contain
confidential and/or privileged information that is
intended only for the
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
2002 Jan 02
2
RC3 Changes needed for MacOS
It looks like the Mac .exp files were not updated for RC3.
The following diff corrects that problem. The CodeWarrior
project files also have not been updated. They are in 5.3
format which is quite old. Would anybody object if I
submitted updates to them in CodeWarrior Pro 6 format?
That's the oldest version I have readily available.
If someone else has 5.3 and wants to do it, you need to
2007 May 01
1
contstant bittrate mode - block size - packet size
Hello,
I am trying to implement a realtime encoding then streaming solution using
the vorbis codec (would be wrapped in a "7F" type for minimal framing
overhead) for sending audio over a low bit rate wireless link.
since we need a constant bittrate (i.e. constant packet size) for this
solution we want to run the alg in constant bitrate mode;
for evaluation of the codec I followed the
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
2002 Jan 03
3
Adding RC3 support to GoldWave
Here are some minor things I noticed when updating the vorbis module
for GoldWave:
Bitwise.c, line 175 and 207
Warning: Negative unsigned value
ret=-1UL;
Info.c, line 385
Warning: Unreachable code
break;
vorbisfile.c, line 1407
Warning: Call to function with no prototype
int host_endian = host_is_big_endian();
fix: add 'void' to line 1339:
static int host_is_big_endian( void )
2018 Nov 03
0
Encode raw audio samples using Vorbis JAVA
Hello,
I'm trying to encode a raw audio file (16kHz or 22050Hz, stereo) in an ogg file by using vorbis-java library.
I always obtain an error when calling:
encoder.vorbis_encode_init_vbr( vorbisInfo, 2, 22050, 1);
The error is:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at org.xiph.libvorbis.vorbisenc.get_setup_template(vorbisenc.java:321)
at
2012 Jul 31
0
No subject
Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which
can be generated from C/C++, using llvm-gcc or clang, or any other language
that can be converted into LLVM - and compiles that into JavaScript, which
can be run on the web (or anywhere else JavaScript can run).
I was able to successfully build libogg, libvorbis and libvorbis examples
using this tool and generate valid
2004 May 18
2
encode example
Hi,
I am testing the encoder example and I have a question about it... How can I encode a mono file in 22050 and 44100?
I've changed the init values to:
ret=vorbis_encode_init_vbr(&vi,1,22050,.5) ;
and in the loop:
// uninterleave samples
for(i=0;i<bytes/2;i++)
{
buffer[0][i]=((readbuffer[i*2+1]<<8)|(0x00ff&(int)readbuffer[i*2]))/32768.f;
}
..
2010 Oct 02
1
Memory allocation in 64 bit R
Hi Everyone,
I am getting the following error message
Error: cannot allocate vector of size 2.6 Gb
In addition: Warning messages:
1: In dim(res$res) = dim(bi) :
Reached total allocation of 8122Mb: see help(memory.size)
2: In dim(res$res) = dim(bi) :
Reached total allocation of 8122Mb: see help(memory.size)
3: In dim(res$res) = dim(bi) :
Reached total allocation of 8122Mb: see
2002 Jan 02
2
vorbis API calls
Hi devs,
I am developing winLAME, a frontend for LAME, and it also supports Ogg
Vorbis decoding and encoding.
I've got a question about the new API function
vorbis_encode_init_vbr(). Do I have to call vorbis_encode_init()
before to set the bitrate(s)? And what is a good default value for the
"base_quality" parameter?
I read on the mailing list that ABR use in Ogg Vorbis is not so
2006 Jan 10
1
Problem with VorbisEncoder
Hi All,
It would be really helpful for me if you comment on the following.
My VorbisEncoder uses libvorbis to encode into the vorbis data. I have followed the call sequence given in libvorbis\examples\encoder_example.c.
I am taking a 16bit pcm Stereo wav file and generating an oggvorbis file using libvorbis and libogg. There is lots of noise in the file except music is heard very feable
2011 May 12
1
problem with mediation
Hello!
I have problem with mediation analysis. I can do it with function
mediate, when I have one mediator. But how I can do it if I have one
independent variable and one dependent variable but 4 mediators? I
have try function mediations, but it dosen't work. If I use mediate 4
times, each for every mediator, is it same? I want to know what is
total mediate effect for 4 mediators.
t.Mete
2004 Apr 19
3
encoding from 22050Hz source
Hi!
I'd like to encode from a 22050 Hz source wav file (only in that case),
but i get the following error message: "Invalid floating point operation"
I use delphi:
vorbis_encode_init_vbr(vi,2,22050,0.5)
.
.
.
While (i < readCount div 4) Do
Begin
buffer[0][i] := smallInt((pArray(@readbuffer)[i shl 2 + 1] shl 8) or pArray(@readbuffer)[i shl 2 + 0]) / 32768;
2006 Oct 12
6
zfs/raid configuration question for an application
Hi all,
I am going to have solaris 06/06, a database (postgresql), application server (tomcat or sun app. server) on x86, 2GB with max. 3 scsi (hardware raid possible) disks. There will be no e-mail or file serving.
The ratio of write/read operations to database is >=2 (and there is no other significant disk io). Block size of postgresql is default (I think it is 8K). Our application
2018 Mar 09
2
Imputar NA a SQL Server
No , lo mete como string...
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com>
Sent: Friday, March 9, 2018 3:47:46 AM
To: Jes?s Para Fern?ndez
Cc: Lista R
Subject: Re: [R-es] Imputar NA a SQL Server
Estimado Jes?s Para Fern?ndez
Pruebe lo siguiente:
str_replace_all(values,
2017 Jan 09
3
Leer csv separado por comas y por espacios
Buenas compañeros!
Tengo una duda y no se muy bine como resolverlo. Tengo un csv en el que hay variables separadas por comas y otras esparadas por espacios (tabulaciones). Algo así
V1 V2 V3,V4
M1 123 2512,2522
M2 117 2852,3521
...................................
Para leerlo he probado poniendo: