Displaying 20 results from an estimated 3000 matches similar to: "Ogg Traffic for July 9, 2002 posted"
2004 Feb 04
2
Audo quality problem
Hello.
First of all, thanx for that great codec. I would encode all my music with Ogg Vorbis in the future, if it hadn't been for some samples I encoded for test purposes: Everything was great as long a I used "natural" sounds/music, but certain pieces of synthesized music (specially techno) contained very audible artifacts even at high bitrates.
So I just went on using mp3 for
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav
I get
2002 Feb 07
1
Re: An introduction to compressed audio with Vorbis
On <http://cs.leander.isd.tenet.edu/~mitchell/vorbis_intro.html>:
"Each snapshot has a 16-bit number for the "loudness" of the sound,
meaning that the scale is fairly fine-grained - it ranges from -32,768
(complete silence during that snapshot) to 32,767 (the loudest volume
measurable)."
That's not correct. A single sample is not meaningful by itself; each
sample
2003 Jul 15
1
Ogg Traffic for July 15, 2003
Hi everybody:
Here is the latest issue of Ogg Traffic. The HTML version is at
http://www.vorbis.com/ot/20030715.html. Enjoy!
Carsten.
<p>Ogg Traffic for Tuesday, July 15, 2003
Author: Carsten "Purple" Haese
Contact: [1]carsten@xiph.org
Date: July 15, 2003
Table of Contents
1 Status Updates
1.1 Stan Seibert
1.2 Ed Zaleski
2002 Jul 01
1
Ogg Traffic is back.
Ogg Traffic has been revived. A new issue has been posted at:
http://www.vorbis.com/ot/
They should be appearing once a week as before. Please send comments and
suggestions to volsung@xiph.org. Thanks.
---
Stan Seibert
<p><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
2016 Dec 19
1
OT: Blank mails from this list
On Mon, December 19, 2016 12:41 am, Sorin Srbu wrote:
>> -----Original Message-----
>> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of
>> geo.inbox.ignored
>> Sent: den 16 december 2016 15:03
>> To: centos at centos.org
>> Subject: Re: [CentOS] OT: Blank mails from this list
>>
>>
>>
>> On 12/16/2016 07:29 AM, Valeri
2005 Nov 17
6
apache refuses to start because of port conflict
Here is the deal. I''m trying out the latest Instant Rails and when I
start it Apache claims that the web port is being used.
"Apache cannot be runned : another Web server use the Web port"
Okay, no problem. I went into the Apache configuration and changed the
port it was binding to. However I get the same problem.
The troubleshooting continues, so I install Apache by itself
2011 Mar 16
3
GNU ''cp -p'' can''t work well with ZFS-based-NFS
Always show info like ''operation not supported''.
Any workaround?
Thanks.
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20110316/2f58e589/attachment.html>
2015 Aug 17
2
Optional WHOIS netname on login banner
I think this is probably my first post to this mailing list, so hello!
Occasionally I log in to my servers from IP addresses without reverse DNS configured, so sometimes I'll see an IP I don't recognise because I can't remember what I did the day before and get a bit spooked until I WHOIS the IP and find the netname reminds me I logged in from that IP.
I set out prepared to script
2001 Mar 06
1
ao patch (fwd)
Can someone apply this patch? It corrects a silly typo on my part.
---
Stan Seibert
---------- Forwarded message ----------
Date: Wed, 07 Mar 2001 01:20:48 +0100
From: Markus Keller <markus@mercury.net.dhis.org>
To: indigo@aztec.asu.edu
Subject: ao patch
Hi,
I just noticed a small typo in ao_esd.c. Here is a patch for it:
--- ao_esd.c~ Sun Feb 25 03:06:05 2001
+++ ao_esd.c Wed
2016 Dec 16
4
OT: Blank mails from this list
On 12/16/2016 07:29 AM, Valeri Galtsev wrote:
> On Fri, December 16, 2016 4:15 am, geo.inbox.ignored wrote:
<<>>
>> btw; do you know Valeri Galtsev <galtsev at kicp.uchicago.edu? her department
>> is near what you had marked on chigo map.
>
> I'm a boy ;-) (yes, some names are weird)
>
}}
aware that Valeri is 'both ways'. 8=)
did not know which
2004 Oct 22
0
libao-0.8.5 patch
Hi!
There are some little inconvenience in libao-0.8.5.
- The biggest is may that:
the documentation and the header file declare the ao_file_extension function,
which give a hint for the file extension where the device is realy a sound
file. This function is missing.
-An other: the alsa 0.5 and the alsa 0.9+ drivers short name. It will be better
if the alsa 0.5's name will be alsa05 and the
2014 Aug 25
1
[PATCH envytools] Don't try to use bios->pars if NULL (parse_pcir function has probably failed).
On Mon, Aug 25, 2014 at 2:58 PM, Christian Costa <titan.costa at gmail.com> wrote:
> ---
> nvbios/info.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/nvbios/info.c b/nvbios/info.c
> index 87a33d8..6b8d209 100644
> --- a/nvbios/info.c
> +++ b/nvbios/info.c
> @@ -119,6 +119,10 @@ int envy_bios_parse_bit_i (struct envy_bios *bios, struct
2007 Feb 21
8
Element.addMethods() is not a function after upgrade to 1.7.0
After upgrading to prototype 1.5.0 and scriptaculous 1.7.0 my
autocompleter.local died... firebug reports that effects.js is to
blame calling Element.addMethods();
I can not find out why cause as far as I can see it does exist in
prototype.js.
Any pointers anyone :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2001 Jan 20
4
"Infinite" wav files
Okay, before I submit my patch to make libao produce sorta-streamable wav
files, I want to know what these partial wav files do to various
players. I've posted two sample wav files on my webserver:
http://volsung.dhcp.asu.edu/~stan/infinite.wav
http://volsung.dhcp.asu.edu/~stan/zero.wav
The first uses a riff and data length of 0xFFFFFFFF (approximately
infinite) and second uses a riff and
2001 Nov 15
0
Ogg Traffic for November 13, 2001
Better late than never :)
jack.
---
Ogg Traffic for Tuesday, November 13, 2001
Jack Moffitt
<[1]jack@xiph.org>
_________________________________________________________________
Table of Contents
1. [2]Support The Ogg Project
2. [3]Status Updates
2.1. [4]Stan Seibert
2.2. [5]Chris Wolf
3. [6]New Developments
3.1. [7]Ogg On A Chip
2020 Feb 05
4
Samba, ACLs and 'primary group'...
My previous email on this topic get no answer, i try to explain me
better.
The problem.
Simply i was (ab)used, in my previous samba NT-mode domains, to have
file created with the group-owner as the UNIX primary group; now, in
AD, files get created group-owned by Windows primary group, eg 'Domain
Users'.
This simply 'breaks' most of my ACLs setup.
I've read:
2001 Oct 30
0
Ogg Traffic for October 30, 2001
Bear with the text-based format for a bit. I'll make it nicer over
time, but for now it's just a lynx -dump of the html one.
As always you can find these at http://www.vorbis.com/ot/
and http://www.vorbis.com/ot/latest.html for the latest one.
----
Ogg Traffic for Tuesday, October 30, 2001
Jack Moffitt
<[1]jack@xiph.org>
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the
build change. I was able to check out the vorbis module, but when I tried to
check out the ao module I saw this:
[stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot
co -r branch_postbeta2 ao
cvs server: Updating ao
cvs server: Updating ao/doc
cvs server: Updating ao/include
cvs
2001 Feb 08
0
Conversion API for computer telephony systems (D ialogic Mu-law wa v format to PCM encoded wav format)
Thanks. sox was exactly what I was looking for.
-----Original Message-----
From: volsung@asu.edu [mailto:volsung@asu.edu]
Sent: Thursday, February 08, 2001 2:06 PM
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] Conversion API for computer telephony systems
(Dialogic Mu-law wa v format to PCM encoded wav format)
On Thu, 8 Feb 2001, Giovanni Sanfelici wrote:
> I am working on a project