similar to: Problem with VorbisEncoder

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 )
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:
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
2002 Jan 18
3
Are all RC3 implementations identical?
I'm a loyal user of GoldWave (http://www.goldwave.com/), and recently the Ogg Vorbis support module has been updated to RC3. Is it still safer for me to save files as WAV and then use the "official" tool (oggenc) to encode my files, or are all RC3 implementations the same, and it makes no difference with what program I encode the files, as long as the module uses the latest
2007 Jul 23
1
FLAC: editing software
I just tried this with Goldwave.. it decoded the file, i edited out some stuff, and saved the file (flac format) and the tags appear to be intact. Greg M. --- Tomas Valusek <tvalusek@seznam.cz> wrote: > Hello, > > and what if I want to preserve FLAC tags while I'm > editing its contents? > Is there a way e.g. to cut silent block from FLAC > and preserve tags? By
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:
2002 Apr 17
2
Mono Ogg sound recorder from line-in
Hello, Do you know of any Windows software that is able to record in mono from the sound card's line input and at the same time convert to *.ogg? Ultimately, one without ogg conversion would be OK too provided it can record mono wave files. Important: the software should be able to record WITHOUT first creating an empty wave file with a set length (Adaptec's Spin Doctor versus Goldwave).
2008 Jul 13
2
GoldWave 5.08 doesn't work
GoldWave v 5.08 does not work. It starts, but when try to load any .wav file after pressing "Play" button it plays file endlessly. After pressing "Stop" button, playing loops - it plays endless some final part until program will closed. I had done log with +relay,+seh,+text parameters. It is relative big, so I do not attach it. Instead, I pack it with BZip2 and place to
2005 Jan 06
1
Goldwave 5
Hi all, I am relatively new to Linux and wine and I am trying to run an audio editing software called Goldwave 5.06 (version 4.26 works relatively well). 5.06 installs ok but when I go to run it I get the following error: "Driver does not support 16 bit colour depth or visual buffer could not be created. Visual disabled." And the meter displays do not work. I have tried adjusting
2000 Aug 22
6
New beta bug reports/bug report
Hi. Joined the list since this seems to be the only point of communication. Just have two comments/questions. 1) I looked all around the developer's site and vorbis.com and don't see any mention of where to send bug reports for 1.0 beta. I'd think it would be a FAQ. 2) My bug for the new beta. (I'm hoping someone of the PTB is reading ... I definitely don't belong on the