similar to: Participate in listening tests

Displaying 20 results from an estimated 2000 matches similar to: "Participate in listening tests"

2001 Oct 14
1
Slashdot story on Ogg Vorbis
Hey, http://slashdot.org/article.pl?sid=01/10/13/1343236&mode=thread If anyone's interested. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>' Key retrival: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org --- >8 ---- List archives:
2003 Feb 11
2
krb5 + samba config
Hi, my W2K clients and users are authenticated by a native MIT Kerberos-V5 KDC, that is they get tickets and TGT, while user data are stored in an openldap directory. I use samba-3.0alpha21 which is still requiring userpasswords beeing stored in the DIT, although i have following directives in smb.conf realm = MY.REALM security = ads smb ist still not requiring and accepting tickets from KDC. How
2004 Jun 20
2
customflags considered a folder?
Hello, i just switched from courier-imap to dovecot on a machine. The transition was painless except for one issue - when using the "Check mail" feature of kmail, one gets the message: "Unable to get information about folder customflags. The server replied: internal error..." So it looks like the server isn't properly hiding the .customflags file for some reason. I
2001 Dec 11
2
Samba suddenly going nuts!
Hello, we're running 2.2.1a on a production server. Lately, it's been giving us troubles. Monday mordning, this moring, and 2 times more during today, samba stopped responding to all requests from Windows (2000) clients. This has happened once before a week ago, and once several weeks ago. Today it seems to be getting much worse. If left un-attended the system will eventually run out of
2002 Jun 10
1
Very strange problem with profiles
Hello, I have just had a client of ours encounter an extremely weird problem with roaming profiles. Wheather or not it's samba related I do not know, but I believe it could be. The problem is that the person in question is MOVING files from one location to another inside "My Documents" while logged in using a domain account WHILE DISCONNECTED from the network. He also changes a few
2002 Jun 25
2
Ogg Vorbis in the news
http://news.com.com/2100-1023-938564.html <p>--- >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 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
2002 Aug 01
2
Speed!
Hai! I'm from Hungary, and my English is not so good. Excuse me! I'm using Linux Debian woody, with kernel 2.4.18 Now I try to encode my music files, that are in .wav format to .ogg format. I used to use the lame program to encode my music files to .mp3 format. I try it now on a Windows NT 4, and this 2 version: Lame version 3.92 MMX OggEnc v1.0 (libvorbis 1.0) I have a question, why is
2001 Apr 23
4
questions about artifacts in low bitrate streams
Hello- I recently downloaded Verbs and started playing with the encoder. The quality was great when I encoded a few samples at medium and high bitrates, but when trying to encode the same clips at 16 kbps, artifacts are audible during playback- short bursts of screeching noise, not just distortion. I'm using oggenc 1.0 beta 4 to encode, sonique to play back on Windows NT. I've also
2003 Jan 17
1
Write to ext3 fs -> kjournald goes bananas
Hello, we have just observed a rather annoying behavior one of our servers. Specifically, when writing data to a file on an ext3fs filesystem at around 1.5 MB/sec, network connectivity suddently started to show signs of lag. The ping would spike up to ~1 second every 5 seconds or so. This affects the server in question and all hosts routing traffic through it (i.e., it's not a userland-only
2001 Jun 16
3
&quot;vorbiscomment&quot;
Hello, I'd like to use abcde to rip my CD:s to Ogg Vorbis format - but abcde wants a "vorbiscomment" in my PATH. I assume it's a tool for inserting meta-data into Ogg Vorbis files, but where do I get it? The vorbis-tools package doesn't seem to contain it. (Platform: Linux) Thanks! -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter
2003 May 04
2
Matroska as an alternative to Ogg (container)
http://www.matroska.org/ I just found out about this and I think it looks like a great idea. I figured some on this list would be interested. Also, speaking now without having reviewed matroska in detail, nor being involved in Ogg/Vorbis: Perhaps it would be a viable alternative for the Ogg format for Theora if nothing else. I read about the .ogg format a while back, and while I have no
2001 Aug 07
4
Some pre-RC1 listening tests
Hello everyone, ff123 compiled Monty's branch of the RC1 encoder, see his post on r3mix.net forum: http://66.96.216.160/cgi-bin/YaBB.pl?board=c&action=display&num=994299736&start=30 Anyway it only supports ~128kbps mode, so I did a quick listening test with some files that bugged vorbis beta4. grace.wav - the right channel is still a bit watery, and I think this can be seen
2007 Jan 08
11
NFS and ZFS, a fine combination
Just posted: http://blogs.sun.com/roch/entry/nfs_and_zfs_a_fine ____________________________________________________________________________________ Performance, Availability & Architecture Engineering Roch Bourbonnais Sun Microsystems, Icnc-Grenoble Senior Performance Analyst 180, Avenue De L''Europe, 38330, Montbonnot Saint
2003 Jan 18
9
OT: good headphones?
This is off-topic, mostly, but I figure you guys will have some knowledge in this sound-quality-related area. I'm sitting here looking at the most recent "Musician's Friend" at headphones and thinking about getting a pair. They've got products from AKG, Fostex, Audio Technica, Nady, Sennheiser, and Sony, at price points ranging from $16 to $130 (list prices $20 to
2001 Jun 22
7
RE: [advanced] Response to Ogg Vorbis comments
> From: Jack Moffitt [mailto:jack@icecast.org] > > So in the very near future, I don't think that there will be any > non-vorbis capable players. And for the most part, I think Vorbis will > be included in most players, though I have little hope that Microsoft > will allow Vorbis to stand side-by-side with WMA. There is a big difference between having a codec available for
2009 Mar 18
24
rename(2), atomicity, crashes and fsync()
Hi all, Recently there''s been discussion [1] in the Linux community about how filesystems should deal with rename(2), particularly in the case of a crash. ext4 was found to truncate files after a crash, that had been written with open("foo.tmp"), write(), close() and then rename("foo.tmp", "foo"). This is because ext4 uses delayed allocation and may not
2002 Jun 04
2
Dangers of oplock break wait time
Hello, the man page is quite explicit about not fiddling with the oplock break wait time parameter unless one has understood the oplock code. Is there an explanation for this that doesn't require one to be fully read up on the SMB/CIFS protcols? :) What form of errors are we talking about? Race conditions? How dangerous is it? The thing is that we're having a lot of trouble related to
2003 Jan 29
18
None
Hi friends We want communciate our windows 2000 computers with samba. We want use samba as domain controller. Before we had NT computers. Now we want install windows 2000 computers. For that reason we do all things again. At first step we have a problem. We want to add the computers to a domain. But when we try to do that it displays a message to enter the username and password. We do not
2001 Apr 05
2
Digital Ear evaluation of Vorbis beta 4
For those who haven't yet seen this: EarGuy's Digital Ear (physiological model of the ear based on work by Frank Baumgarte) has just finished rating the sound quality of Vorbis beta 4 at 128 kbs using 30 random 10-second selections of music: http://pub41.ezboard.com/fr3mixfrm4.showMessage?topicID=33.topic Two samples on which the Ear says Vorbis performed uncharacteristically poorly
2001 Jul 03
3
wma8 decodings
Monty wanted some samples with which to compare Vorbis and WMA, and he doesn't have a Win32 machine, so I made some. Microsoft has made their own demo samples available at: http://www.microsoft.com/windows/windowsmedia/en/WM8/audio.asp I took their original .wav's, and encoded them with their wma8 encoder utility (WM8EUTIL.EXE), using all of the available stereo modes at 44.1kHz. This