Displaying 20 results from an estimated 200 matches similar to: "Problem with VorbisEncoder"
2006 Apr 20
1
High Latency of vorbisencoder on a hardware with no floatpoint unit
Hi All,
I am porting the vorbis encoder to Symbian platform,(to support ogg recording) everything works fine for the emulator(PC), but then on the Hardware whenever I am trying to record it gives KErrOverFlow(buffer OverFlow). We get this error from the driver when the latency of the codec is too high. The main reason is that the hardware does not have the floatpoint unit and the
2006 Jun 15
3
Problem with Dovecot LDA / Postfix
Our setup is ok with Postfix / Dovecot.
I just need to add dovecot LDA.
I use the 1.0beta9
LDA Configuration:
protocol lda {
postmaster_address = postmaster@clm.net4all.ch
#hostname =
#mail_plugins =
#mail_plugin_dir = /usr/lib/dovecot/imap
#sendmail_path = /usr/lib/sendmail
auth_socket_path = /var/run/dovecot/auth-master
}
auth default-socket {
mechanisms = plain login
passdb
2017 Sep 19
0
trouble transfering files via windows explorer but not via linux in command line
Hello all !
Since a few weeks now i have lots of problem transfering files from windows clients to my samba nas. It just hangs and acts like it losts connection to the samba nas allthough when i just browse or read there is no trouble.Also if i launch a transfer from scp on a linux or with a soft like total commander or filezilla, there are also no problem.
It's very strange and annoying. Does
2009 Dec 04
2
Vorbis-java wav-ogg encoder produces distorted OGG file
Hi,
I have tried using the VorbisEncoder class available with the vorbis-java
port of the ogg-vorbis and shout and the resulting ogg file from the encoder
is jumbed up and distorted. I have tried compiling the sources and changing
the quality in the source with no success. Has anyone managed to use the
encoder successfully. if so your response will be of great.
--
Solomon Kariri,
Software
2003 Dec 22
1
[LLVMdev] How to explain?
hi,
I want to know what is exact meaning in the following code.
target endian--
%struct..TorRec--
%struct.TorRec--
implementation--
;<sbyte>[#uses=1/0]--
how to explain them in details?
Does anyone give me a guide?
thanks
yueqiang
--------------------------------------------------------------
target endian = little
target pointersize = 32
%struct..TorRec = type { int, void ()* }
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 )
2002 Jul 15
6
confusing comment in encoder_example.c
I think the example in the comment has a '-' that shouldn't be there (line
108):
/*********************************************************************
Encoding using a VBR quality mode. The usable range is -.1
(lowest quality, smallest file) to 1. (highest quality, largest file).
Example quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR
ret =
2005 Dec 13
4
Ploting graphics using X tints from a color
Hi,
I'm trying to draw a 2D plot using multiple tints of red. The
(simplified) setup is the following: || year | x | y ||
My idea is that each year is plotted with a different tint of red.
Older year (lightest) -> Later year (darkest). I've managed to plot
this with different scales of grays simply by doing:
palette(gray(length(years):0/length(years)))
before the plot and for each
2006 Dec 04
2
slow tint when tinting the whole screen
Hi,
I'm running ubuntu edgy with compiz, switched from gentoo to ubuntu
for faster updates (emerge is way slow with source builds..). So far, I
like it.
but that is not the issue I'm addressing now. I've noted that with
both these machines, when I'm doing something that tints the whole
screen to gray (like trying to logout, or using some software that
prompts for sudo
2006 Nov 04
0
[721] trunk/wxruby2/doc/wxruby.css: Tint and border around code samples, reduce size and spacing of ''see
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2005 Jun 25
0
Accessing codec_setup members through a vorbis_info variable
Hello all,
I am currently doing a partial port of vorbisenc to java. Partial
port being that I am just concerned with 44kHz and above stereo
coupled modes. I have done the grunt work of converting the 44kHz
static code and res book data structures to java classes and want to
verify that my data of the Java app matches that of C app.
I'm pretty tired so instead of babbling an explanation
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 May 05
1
vorbis_encode_init_vbr() probleme
Hi!
In the SDK documentation it is written:
"base_quality
Desired quality level from 0.0 to 1.0"
But, i can give less than 0 parameter too. Why?
Although, if i give greater than 0.9, encoding is halt
with "floating point division by zero" message. Why?
Thank you for your reply,
crc
---------------------------------
Do you Yahoo!?
Win a $20,000
2012 Aug 30
0
[PATCH 08/11] vmci_queue_pair.patch: VMCI queue pair implementation.
Signed-off-by: George Zhang <georgezhang at vmware.com>
---
drivers/misc/vmw_vmci/vmci_queue_pair.c | 3545 +++++++++++++++++++++++++++++++
drivers/misc/vmw_vmci/vmci_queue_pair.h | 195 ++
2 files changed, 3740 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/vmw_vmci/vmci_queue_pair.c
create mode 100644 drivers/misc/vmw_vmci/vmci_queue_pair.h
diff --git
2012 Aug 30
0
[PATCH 08/11] vmci_queue_pair.patch: VMCI queue pair implementation.
Signed-off-by: George Zhang <georgezhang at vmware.com>
---
drivers/misc/vmw_vmci/vmci_queue_pair.c | 3545 +++++++++++++++++++++++++++++++
drivers/misc/vmw_vmci/vmci_queue_pair.h | 195 ++
2 files changed, 3740 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/vmw_vmci/vmci_queue_pair.c
create mode 100644 drivers/misc/vmw_vmci/vmci_queue_pair.h
diff --git
2015 Jul 13
2
Re: Migrate Win2k3 to KVM
Hi Pierre,
I'm here now:
root@amd1:/mnt1/WINDOWS/system32/config# chntpw -e SAM system security
software
chntpw version 0.99.6 110511 , (c) Petter N Hagen
Hive <SAM> name (from header): <on1\WINDOWS\system32\config\sam>
ROOT KEY at offset: 0x001020 * Subkey indexing type is: 666c <lf>
File size 262144 [40000] bytes, containing 8 pages (+ 1 headerpage)
Used for data:
2007 Aug 14
0
Java Vorbis Encoder - vorbis-java-1.0.0-beta release
Beta release of a limited* native Java Vorbis encoder is now available
on the Xiph website.
This limited version of the encoder has been ported to Java based on
libogg-1.1.3, libvorbis-1.1.2 and a very infant port of libshout-2.2.2
for streaming.
*The encoder itself is currently limited to 44100 hz, 2 channel input,
and can only encode at Variable Bit Rate.*
The release package with binary and
2014 May 26
17
[Bug 79266] New: (two) GT 430 / GF108 sluggish, unstable performance and blue tint with vdpau
https://bugs.freedesktop.org/show_bug.cgi?id=79266
Priority: medium
Bug ID: 79266
Assignee: nouveau at lists.freedesktop.org
Summary: (two) GT 430 / GF108 sluggish, unstable performance
and blue tint with vdpau
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS:
2003 Mar 07
0
problem with encoding cbr (updated)
Hi,
Regarding to my previous question, I think I have found out from oggenc source code that the correct way to initialize encoding is:
vorbis_encode_init_vbr (or vorbis_encode_setup_managed for cbr etc.)
vorbis_encode_ctl (to turn off or use avg bitrate management)
vorbis_encode_setup_init
By this way, there is no problem with encoded stream. However, there is no documentation of the three
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;
}
..