similar to: oggenc.dsp

Displaying 20 results from an estimated 1000 matches similar to: "oggenc.dsp"

2001 May 21
5
quality
Hi all! I ran across another song that oggenc seems to have trouble to encode. The intro of U2:s "Grace" gets its right channel messed up by oggenc, even at the highest bitrate. Why is the bitrate only 218? Isn't that awfully little when asking for 320? Qualityflaws like these is the reason i prefer mp3 and mpplus today. But vorbis is getting better for every beta, so keep up the
2018 Jan 25
2
Why R should never move to git
On 24/01/2018 7:04 PM, G?bor Cs?rdi wrote: > You need to create a branch from the original master, if you do > git log master > then you'll see which commit that is: f735449d679686867e7d3ab70810b09e8cea6366 > > So create that branch off that and switch to the new branch: > git branch keepclassx f735449d679686867e7d3ab70810b09e8cea6366 > git checkout keepclassx > >
2009 Sep 25
2
[LLVMdev] llvm-py for llvm 2.6
Hi folks, I've updated LLVM-py to work with the latest LLVM. The patch is available here: http://code.google.com/p/llvm-py/issues/detail?id=25 The patch can be applied with the command: patch -p0 < patchfile Warm Regards KS Sreeram
2001 May 30
1
winamp plugin crashes
Hi! My winamp crashes when i play this file: http://rehlin.hemmet.chalmers.se/~papa/files/test.ogg the wav is in the same place. Does someone else have the same 'problem'? (ok, i know its a silly test sound, but i still think it should decode without crashing) ome numbers: betaversion of oggenc: 4 bitrate used: 350 version of winamp: 2.74 version of vorbis plugin: 1.04 windows: 2000 pro
2009 Sep 25
0
[LLVMdev] llvm-py for llvm 2.6
On Sep 24, 2009, at 11:04 PM, KS Sreeram wrote: > Hi folks, > > I've updated LLVM-py to work with the latest LLVM. > > The patch is available here: > http://code.google.com/p/llvm-py/issues/detail?id=25 > > The patch can be applied with the command: > patch -p0 < patchfile Very nice, but llvm-py is not in the llvm.org svn repo, you'll likely to have to
2006 Apr 28
1
Bristuff 1.2.7.1?
Has anyone managed to add the bristuff patch to 1.2.7.1 successfully? My attempts has ended up bad, so if anyone has a working patchfile for 1.2.7.1 I would be grateful to receive it. Thanks, Vidar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060430/1c56d94e/attachment.htm
2023 Jul 14
1
Test-ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023
On 7/14/23 09:41, Ralph Boehme via samba wrote: > On 7/14/23 07:42, Daniel M?ller wrote: >> Where to get the patch? >> We are running samba 4.17.4 on debian11 . We compiled from source. > > it's linked in the bugreport > > https://bugzilla.samba.org/show_bug.cgi?id=15418 > >
2010 May 29
2
Syslinux doesn't compile on Mandriva Linux - fixed
Hi, I've tried to compile syslinux under mandriva, and the compilation always bails out because it hasn't created win32/syslinux.exe. As far as I understand, the build will work fine on a Windows / mingw installation, but not Linux. I've modified my Makefile to remove the win32/syslinux.exe from the build, and it now builds OK. This happened on 3.3.6 and also on 4.0pre.
2015 Jun 15
1
rsync very slow with large include/exclude file list
I investigated the rsync code and found the reason why. For every file in the source, it searches the entire filter-list looking to see if that filename is on the exclude/include list. Most aren't, so it compares (350K - 72K) * 72K names (the non-listed files) plus (72K * 72K/2) names (the ones that are listed), for a total of about 22,608,000,000 strcmp's. That's 22 BILLION
2017 Jan 16
2
Initial replication halts with "The handle is invalid." (msDS-NC-Replica-Locations corrupted?)
Quoting Rowland Penny via samba <samba at lists.samba.org>: > I 'think' you are meant to patch Samba, then totally recompile it > i.e. ./configure && make && make install, then run samba-tool. I did that git clone https://git.samba.org/samba.git cd samba/ yum install gcc libacl-devel python-devel gnutls-devel openldap-devel ./configure make
2006 Jul 27
0
[PATCH] XCode Projectfile does not contain window.c
Hey, the xcode Projectfile from current speex svn which can be found at macosx/Speex.xcodeproj/project.pbxproj is missing the file window.c (which leads to linker errors). Attached you can find the output of svn diff after fixing this. Peter -- The best things in life are for a fee. -------------- next part -------------- A non-text attachment was scrubbed... Name: speex_xcodeprojectfile.patch
2002 Nov 24
0
How do wine work with network path?
I made Borland TeamSource work fine with wine, but when I try to access the project that is stored in my network, mounted with samba, Team Source convert mount point /mnt/network/projects that is maped with wine to X:\projects\projectfile.cpj to \\server\projects\projectfile.cpj How make wine work with network path like \\server\projects??? []'s Cesar Romero cesar@liws.com.br
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
Follow-on to Charles Levert's <charles at comm.polymtl.ca> work on utmp_write_direct. Fixed: -- At logout, the utmp entry is cleared. Tested on SunOS 4.1.4. The code I added to loginrec.c is restricted to SUNOS4 pending QA testing on other platforms. This patch incorporates the work done by Charles Levert on 7/25/2000 00:43:22. (Do any of us sleep at
2006 Oct 05
0
[Bug 521] New: [patch] - some changes to runme script
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=521 Summary: [patch] - some changes to runme script Product: netfilter/iptables Version: patch-o-matic-ng Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: unknown AssignedTo: laforge@netfilter.org
2003 May 22
5
Description of MDCT
The Vorbis audio format, uses something called the Modified Discrete Cosine Transform (MDCT). I was interested in how this worked, but did not know where to start. Is this the name of a particular algorithm, or does it just mean something like a cosine transform, but not quite right? So I asked the Vorbis mailing list. Nobody answered. It was not a high priority, so I did other things for
2010 Jun 12
1
Problem launching Cursed mountain
Hello I installed the game "Cursed Mountain", with no problems, at the end of the installation it asked for launching the game, and the game ran successfully. Later I wanted to launch it again, but now it gets stuck after the logo intro. The terminal output is: Code: --------------------------------------------------- KTM --------------------------------------------------- Version:
2006 Jun 19
0
EVE Online support
Hi, as seen the Eve online support improved in the last time. The problem with that is that these things are only workarounds atm. So the next step should be that these hacks get improved so they can become real patches which are accepted by AJ. The current patchfile can be found at http://elfe.mine.nu/eve/linux/ So basicly some facts about the current EVE status:
2001 Apr 17
1
dsp | sox | oggenc
hello, if I pipe raw audio in and a wav from sox to oggenc, sox sets the time to the maximum possible value. I don't know the wav header, could it be that it's 15 bit for the time and oggenc exits after this time (546min)? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2001 May 11
1
Problems with OpenSSH2.9p1 on Linux/Sparc
Let me start this with the disclaimer that I am a Linux lover that only pretends to have any clue about coding. I grabbed the latest version of OpenSSH (v2.9p1) and went to install it on my Sparc (RH 6.2, v2.4.2). Unlike OpenSSH 2.5.2p2, however, when I tried to compile it I got the following error: ... <compiling away> ... gcc -g -O2 -Wall -I. -I. -I/usr/local/ssl/include
2002 Jun 24
3
smbpasswd + ldap questions
I would like to have sync'd Unix and Samba passwords. My Unix passwords are stored in OpenLDAP for uniformity across machines and services. I have some problems with the standard solutions to this problem though: * if I have Samba authenticate from OpenLDAP directly (using the smbPassword attribute), then I get sync'ing problems when the password is changed via normal Unix means. We