Re: [mp3encoder] lame and linux!

2006-08-04 Thread Warren Toomey
On Fri, Aug 04, 2006 at 11:01:08AM -0400, Ken wrote:
 I'm getting this error when it try to run your script:
 find: /tmp/z: No such file or directory
 and the command I'm running it with, not sure if this is right,
 find /home/www.site.com/members/  -name '*.mp3' -exec /tmp/z {} \;
 thanks again,
 -Ken

Did you write a script called /tmp/z with these contents and make it
executable?
 
 On 8/3/06, Warren Toomey [EMAIL PROTECTED] wrote:
  Write a script called /tmp/z like this
 
  #!/bin/sh
  infile=$1
  dir=`dirname $infile`
  base=`basename $infile`
  outfile=$dir/stream_$base
  lame -b 64 -f -m s $infile $outfile
 
  Make it executable, and test it with a single input file.
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] lame and linux!

2006-08-03 Thread Warren Toomey
On Thu, Aug 03, 2006 at 06:29:12PM -0400, Ken wrote:
 such I've added code to re-encode mp3's as they are being uploaded, but all
 for the existing mp3's, is it possible in the Linux shell to use maybe grep
 or something to go though all the folders and re-encode every single mp3 one
 at a time using this command
  lame -b 64 -f -m s SongName.mp3 stream_SongName.mp3

Write a script called /tmp/z like this

#!/bin/sh
infile=$1
dir=`dirname $infile`
base=`basename $infile`
outfile=$dir/stream_$base
lame -b 64 -f -m s $infile $outfile

Make it executable, and test it with a single input file.
Now apply it to the whole directory:

find dir -name '*.mp3' -exec /tmp/z {} \;

where dir is the top-level directory name.

Cheers,
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] I'm a newbie

2006-08-02 Thread Warren Toomey
On Wed, Aug 02, 2006 at 07:59:06AM -0400, CT Burnette wrote:
 My Problem:
 I 'd like to know the best (most cost effective) direction to go, when
 converting those cassettes to MP3 - ish files for download from our website.
 The website is free, so the format should be open and versatile, since will
 we not offer technical support. Any help out there??

Unfortunately, I don't think you have found the right forum to answer your
question. As noted on the information page for this mailing list:

This is the MP3 Encoders development list ... for the exchange
of ideas between users and developers of MP3 encoders.

(https://minnie.tuhs.org/mailman/listinfo/mp3encoder)

So this is mainly about how to use MP3 encoders for specific purposes,
what flags to use to obtain certain results, and how to develop or
improve existing encoders. This is a mainly technical forum.

However, good luck with your endeavour.
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] See this site that gives out free products.

2006-03-23 Thread Warren Toomey
On Thu, Mar 23, 2006 at 11:24:06PM +0300, venkateshwara swami wrote:
 I don't usually send these on but you're going to want to see this.
 http://www.spamsite...
That person has been unsubscribed from the list.
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] Lame tag and non-audio frame

2006-03-11 Thread Warren Toomey
On Sun, Mar 12, 2006 at 05:58:40AM -, s niazi wrote:
 Please Visit:
   [annoying URL]

That list member will be moderated in the future.
Apologies for the spam,
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] Tony Mclellan sent you this link

2006-02-11 Thread Warren Toomey
On Sat, Feb 11, 2006 at 05:00:58PM +, bruno chardome wrote:
 Please what is this?
 This do not look to be the concern of this mailing list.
 
 Tony Mclellan wrote:
 Remember your link from Tony Mclellan:
 http://namesdatabase.com/2m.pl?k2=2532338

No. If it happens again, I'll remove the user from the list.
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] FWD: asking about error report

2005-11-23 Thread Warren Toomey
- Forwarded message from florea oana [EMAIL PROTECTED] -
Date: Tue, 22 Nov 2005 23:20:31 -0800 (PST)
From: florea oana [EMAIL PROTECTED]
Subject: asking about error report
To: [EMAIL PROTECTED]
   Dear specialists,
   I receive an Error Report for any window I open (Windows XP). The
   answer to my sent report is about an error of Lame Project MP3
   codec. Nothing works in the computer because of this error. When I
   sent first time this message, it was automatically rejected. The
   e-mail address I took it from the answer of my message report, so I
   dont know why I am not supposed to send messages at that address. Can
   you help?
Thank you!
   Oana
- End forwarded message -
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] Fwd: help

2005-11-04 Thread Warren Toomey
- Forwarded message from graham learned [EMAIL PROTECTED] -

Subject: help

   me and my dad are trying to get our podcast working and are using
   aduacity, we have downloaded lame as a zip, but it doesn't download
   right. anything we can do to get lame just downloaded without the zip
   file? or anything in general to help turn our shows into mp3.
   thanks,
   graham and chuck
- End forwarded message -
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] Hardware Upgrade to Minnie

2005-06-04 Thread Warren Toomey
All, sometime around noon localtime on Tuesday 7th June, I will be upgrading
the hardware which is minnie.tuhs.org from a 500MHz P3 to a 2.4GHz P4. This
will include an operating system upgrade (FreeBSD 4.8 to FreebSD 5.3) and
upgrades to the major subsystems (web, e-mail, mailing lists, twiki etc.).
Although I have had the new system running standalone for a few weeks, I
expect that there will be some breakages once it takes over from the old
system. Therefore, please be patient while I resolve any issues. If you do
notice some problems with the new system, then e-mail me at [EMAIL PROTECTED]

Thanks,
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] [Johan.Vandecasteele@minoc.com: urgent cd-rom covermount distribution]

2005-04-27 Thread Warren Toomey
- Forwarded message from Johan Vandecasteele [EMAIL PROTECTED] -

Subject: urgent cd-rom covermount distribution
Date: Wed, 27 Apr 2005 12:13:27 +0200
From: Johan Vandecasteele [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]

Hi,

I 've been trying to reach the people of Lame MP3 encoder v3.96.1 for 3
weeks now - but no answer. I would need an urgent answer concerning our
covermount cd-rom. We are closing our cd tomorrow. Could you help me out
and forward this to the right people?

Many thanks,

Johan Vandecasteele

-Original Message-
From: Johan Vandecasteele 
Sent: maandag 25 april 2005 14:59
To: '[EMAIL PROTECTED]'
Subject: urgent cd-rom covermount distribution


Hello,

I'm Johan Vandecasteele, marketingmanager of Belgium's leading computer
consumer magazines Clickx Magazine and PC Magazine. We are including a
free covermount cd-rom with Clickx Magazine (May 17 2005), and we would
like to include Lame MP3 encoder v3.96.1 on that cd.

Can you please tell us if we can have your permission to do so. Please
visit our website www.clickxmagazine.be for information on our magazine.
The download link to our mediakit is
http://sales.minoc.com/newsletter/images/MediakitFull_Minoc_2005_ENG.pdf
- it will give you some idea of our company and portfolio.

Hope to hear from you soon,

Kind regards,

Johan Vandecasteele



Johan Vandecasteele
marketingmanager Minoc Business Press

Clickx Magazine | PC Magazine | Smart Business Strategies | ZDNet.be |
GameSpot.be www.clickxmagazine.be | www.pcmagazine.be | www.zdnet.be |
www.gamespot.be 

Tel: +32 14/44.20.61 | Fax: +32 14/44.20.66 Minoc Business Press NV |
Everdongenlaan 15 bus 1 | 2300 Turnhout | Belgium

- End forwarded message -
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] unsubscribe me please

2005-02-09 Thread Warren Toomey
On Wed, Feb 09, 2005 at 08:55:04AM -0500, Kozak, Erica wrote:
 Please unsubscribe me.

Done. A quick remider for the other list members. At the bottom of
each message is a URL for the list. If you click on the URL and scroll
to the bottom, you will find the Unsubscribe button.

Cheers,
Warren
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] Fwd: About using LAME in the VideoLAN projet

2005-02-08 Thread Warren Toomey
- Forwarded message from Pierre-Antoine RAPPENNE [EMAIL PROTECTED] -

Date: Tue, 08 Feb 2005 18:19:59 +0100
From: Pierre-Antoine RAPPENNE [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: About using LAME in the VideoLAN projet

Hello,
I'm Pierre-Antoine Rappenne, and I work on a project called VideoLAN, 
based at the french school Ecole Centrale Paris. We develop a multimedia 
opensource and free software, VLC (Video Lan Client), which is a 
multimedia player and a powerful streaming solution. You can have more 
information about us on http://www.videolan.org.
We use your opensource library to encode and decode mp3, so we wanted to 
let you know that, in order to be added on your Free (open source) 
software which supports or uses LAME list. We would be very glad to 
figure in it.
Congratulations for your work
Yours sincerely,

-- 
Pierre-Antoine RAPPENNE, in charge of the juridic department of the 
VideoLAN projet

- End forwarded message -
___
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] [gnu@toad.com: Building Debian pkg of lame-3.96 fails for minor reason]

2004-07-19 Thread Warren Toomey
- Forwarded message from John Gilmore [EMAIL PROTECTED] -

To: [EMAIL PROTECTED]
Subject: Building Debian pkg of lame-3.96 fails for minor reason
Date: Mon, 19 Jul 2004 13:54:21 -0700
From: John Gilmore [EMAIL PROTECTED]

I don't want to join the mailing list -- I just want to tell you about
a build bug on Debian that's trivial to fix.  Please send this to the
maintainers.  Jeez!

John

Please remove the line PRESETS.draft from the file debian/lame.docs
before making your next distribution.  You cleaned up that obsolete
documentation file, but the Debian rules contained a reference to the
now gone file.  Thanks.

John
- End forwarded message -
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] [koos_pol@raketnet.nl: ./configure-ing LAME with libsndfile]

2004-07-07 Thread Warren Toomey
- Forwarded message from Koos Pol [EMAIL PROTECTED] -

From: Koos Pol [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: ./configure-ing LAME with libsndfile
Date: Wed, 7 Jul 2004 17:35:39 +0200

Please forward this message to the list. As a non-subsciber my message got 
bounced.  I'm not even a lurker that would make me take the effort to 
subscribe :-) See this as a sort of bug report. I'm not planning to stay in 
the loop. Thanks :-)


---Rejected Message---

After ./configure-'ing LAME failed when using ` --with-fileio=sndfile` I 
traced it back (being a non-programmer) to LAME using sf_open_read(). 
According to the libsndfile changelog, this call has been replaced with 
sf_open() already back since 2002...


Changelog:

2002-04-20  Erik de Castro Lopo  erikd AT mega-nerd DOT com

* src/sndfile.[ch]
Removed sf_open_read() and sf_open_write() functions,replacting them
with sf_open() which takes an extra mode parameter (SF_OPEN_READ,
SF_OPEN_WRITE, or SF_OPEN_RDWR). This new function sf_open can now
be modified to allow opening a file formodification (RDWR).

I guess this means I have to fall back to LAME's internal io routines?
Anyway, keep up the good work. LAME has proven it's value here. Great
tool :-)

Koos
-- 
43rd Law of Computing: Anything that can go wr
fortune: Segmentation violation -- Core dumped

- End forwarded message -
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] A kinda off topic question

2004-06-08 Thread Warren Toomey
On Wed, Jun 09, 2004 at 12:36:09PM +1000, Geoff Shang wrote:
 Just to confirm that CDs in Australia work exactly the same way as CDs in
 the US.  In fact, I used to import quite a few when the dollar was good and
 it was cheaper to do this than to go down to the local shop and buy them.
 How things have changed.

I thought the CDs spin in the opposite direction in the southern
hemisphere :-)

Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] RA File Conversion

2004-03-05 Thread Warren Toomey
On Fri, Mar 05, 2004 at 03:42:36PM -0600, Kevin wrote:
 Is anyone familiar with a program that might convert an RA file (Real Audio)
 to an MP3??

I think I used the mencoder tool in mplayer to do this, but I can't
find the script that I wrote.
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] [gss03@doc.ic.ac.uk: Re: Help! can't encode with lame...]

2004-02-27 Thread Warren Toomey
- Forwarded message from guy strelitz [EMAIL PROTECTED] -

  Date: Fri, 27 Feb 2004 14:02:59 +
  From: guy strelitz [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: Help!  can't encode with lame...

Quoting [EMAIL PROTECTED]:

 You are not allowed to post to this mailing list, and your message has
 been automatically rejected.  If you think that your messages are
 being rejected in error, contact the mailing list owner at
 [EMAIL PROTECTED]
 


Sorry.  I'm very stressed at the moment, had a quick read of the contact page,
and  clearly didn't quite understand how it worked.

Is there any way you can post my message (below)?
It'll be a tremendous help if I can get some assistance with this.


Thanks.
And sorry to take your time so.


Guy.

--

Subject: Help!  can't encode with lame...


I hope it's not a chutzpah mailing this request to this list.  I don't know
where else to ask...

And you may recognise this post from the Audiocoding.com forum, where I've just
posted the same issue wrt faac.  Apologies for pestering you twice over!


I have a raw PCM audio file. Mplayer reports it as:

- Uncompressed PCM audiop
- 44100 Hz
- 2 ch
- 16 bit (0x10)

It was obtained by running avi2raw on a 10-second clip captured sing ffmpeg at
192 bits/sec. And it plays just fine.

However my best efforts to encode using lame result in 2 - 3 seconds of dense
hiss through mp4player.

Command line:

- lame -h -r vid.pcm vid.mp3


And lame reports:

- Assuming raw pcm input file
- LAME version 3.95
- Using polyphase lowpass  filter, transition band: 17249 Hz - 17782 Hz
- Encoding vid.pcm to vid.mp3
- Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=2
- Frame  |  CPU time/estim | REAL time/estim | play/CPU |ETA
- 51/54 (94%)|0:00/0:00|0:00/0:00|   12.111x|0:00
- average: 128.0 kbpsMS: 54 (100.0%)

- Writing LAME Tag...done
- ReplayGain: -11.8dB


I'm not on the lame mailing list, so please copy any replies to me.

I'll be so grateful for any help. You just might save my masters degree!


Many thanks --

Guy.

- End forwarded message -
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] Unsubscribe me please

2004-01-13 Thread Warren Toomey
On Tue, Jan 13, 2004 at 10:22:38AM -, Sanish wrote:
 i want to unsubscribe please
 http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Then the URL at the bottom of every e-mail is where you should go to
do this. However, if you can't remember your password, you can e-mail
me direct and I'll unsubscribe you.

Cheers,
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] [VickyWeng@Grandex.com.tw: About Licence Issue]

2004-01-05 Thread Warren Toomey
- Forwarded message from Vicky Weng [EMAIL PROTECTED] -

From: Vicky Weng [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: About Licence Issue 
Date: Tue, 6 Jan 2004 10:43:42 +0800 

Dear Sir,
 
We have a question about licence issue need your esteem company's help.
We will use your LAME 3.93 into our product, and then attch this utility to
our customers.
So we wonder if there will be any licence issue happened.
Please give us a clear instruction.  
Thanks so much for your great help in advance.
 


Best Wishes, 
Vicky Weng 

 

- End forwarded message -
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] After encoding 100 CDs you need to have something to drink and this link

2003-12-08 Thread Warren Toomey
On Tue, Dec 09, 2003 at 01:43:49AM +0100, Planet77 wrote:
 After encoding 100 CDs you need to have something to drink and this link :
 http://k(*$*([EMAIL PROTECTED](*hmmm.htm

Hmm, this is the first spam we've had on the mp3encoder mailing list for
months. I've unsubscribed Planet77, and while he can re-subscribe, I'll
ban him permanently if it happens again.

Cheers all,
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] Programming problems

2003-11-11 Thread Warren Toomey
- Forwarded message from dharani [EMAIL PROTECTED] -

Hello Sir
 I am Dharani babu from india . I am a VC++ developer working with sound APIs. I am 
new to audio 

encoding . I have already developed a voice chat application which records and streams 

uncompressed PCM format data via net to other clients . I am using Wave From Audio 
API for 

getting sound buffer and playing it. For Info I am using LPWAVEHDR structure to get 
sound data 

in the lpHdr--lpData member . And I just stream it viz net . But I am working on 
converting the 

lpHdr--lpData into a mp3 stream . And I want the mp3 stream received at the other end 
to be 

converted back into PCM to be played to the speaker. I am trying to use Lame API's 
lame_enc.dll 

and its function  lame_encode_buffer_interleaved(gf,(short 

int*)(lpHdr-lpData),576,mp3buf,72); But the function is not working it says  
unhandled 

exception in lame_enc.dll Could u please tell me ideas to how to link the lame dll 
and how 

should i make calls with right parameters to the appropriate functions so that i can 
convert PCM 

to mp3 and mp3 to PCM .?
Thanking you
With Regards
dharanibabu [EMAIL PROTECTED]

- End forwarded message -
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] Please add address encryption for mirrored mail list

2003-10-26 Thread Warren Toomey
Lars,
I'm the guy who runs the mailing list [EMAIL PROTECTED] which
you are mirroring. Would you be able to turn on address encryption, so
that the subscribers to the list can't get their e-mail addresses harvested
from your web site.

Many thanks,
Warren Toomey   [EMAIL PROTECTED]

==
Chizl [EMAIL PROTECTED] writes:

 I started receiving spam to an email I used within a discussion group.
 Someone on the group refered me to your News group where your mirroring
the
 group posting and leaving all our email address in it.

 PLEASE, remove email addresses being mirrored in your Newsgroup.

Lars Magne Ingebrigtsen [EMAIL PROTECTED] writes:

 If you wish to have a list removed from Gmane, have the list admin
 write me saying so.


Chizl [EMAIL PROTECTED] writes:

 I didn't ask for the list to be removed, I asked to remove or at least
mask
 our email address, so I'm not getting spammed by someone scrapping the
 newsgroup, which I am..

Lars Magne Ingebrigtsen [EMAIL PROTECTED] writes:

 Well, have the list admin write us saying that he or she wants
 address encryption switched on, then.
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] SPAM to an email used only in this list..

2003-10-24 Thread Warren Toomey
On Fri, Oct 24, 2003 at 08:48:26PM -0500, Chizl wrote:
 What URL are you guys putting our archives on and leaving our EMAIL address
 in the posting...  I'm getting spammed!!  As you can see below the email
 address getting spammed is: [EMAIL PROTECTED]  This email is
 specifically setup for this list and this list alone.

See the bottom of this posting for the URL. Specifically, see this
entry: http://minnie.tuhs.org/pipermail/mp3encoder/2003-October/005930.html
where you will see that Mailman deliberately alters mail addresses to
prevent this sort of spam harvesting.

Cheers,
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] SPAM to an email used only in this list..

2003-10-24 Thread Warren Toomey
On Fri, Oct 24, 2003 at 11:01:43PM -0500, Chizl wrote:
 Only other option would be someone on the list is selling email or has their
 own archive public for spammers to scrape.
 
 I've searched Google and newsgroups without any finding of this email
 address, so I'm guessing it would have to be someone within the list.

I guess it could be someone who has subscribed themselves to the list here,
and is harvesting e-mail addresses that way. B**tards.

Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [MP3 ENCODER] UNSUBSCRIBE!!

2003-05-27 Thread Warren Toomey
On Tue, May 27, 2003 at 10:29:39PM +0200, [EMAIL PROTECTED] wrote:
 So why do you send me this email. I\m only a subscriber to the email. Hint.
 If you use Outlook Express (OE) you can set OE to delete every email from
 [EMAIL PROTECTED] See the menue Messages. Now you send this email
 to every one in the new group.

Don't worry, I unsubscribed him :-)

Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [MP3 ENCODER] LAME 3.93.1 configure wants gtk12-config, not gtk-config

2003-03-14 Thread Warren Toomey
On Fri, Mar 14, 2003 at 09:43:08AM +0100, Predrag Supurovic wrote:
 How about removing this [guy] from the list?

Yep, same e-mail for the last 5 times, that sounds good enough. Done.
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [MP3 ENCODER] cut mp3?

2003-02-26 Thread Warren Toomey
In article by [malo p]:
 Hi I am a newbie 
 i am tring to cut a mp3
 and i would like to know if it is this lib i have to use for it
 and i can use it for linux
 i need some example too
 thank you
 malo

Mpcut works on Linux:
http://minnie.tuhs.org/Programs/Mpcut/index.html

Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[MP3 ENCODER] Short-term mp3encoder moderation

2002-11-25 Thread Warren Toomey
All,
The recent articles to the mp3encoder mailing list have diverged
away from the business of discussing MP3 encoding and improving the
quality and performance of encoders.

For a short while, I'll moderate postings so that those which are
too off-topic or are too personal are removed.

For those who feel the need to send off-topic messages, feel free to
surf the archives at: http://minnie.tuhs.org/pipermail/mp3encoder/,
obtain the e-mail addresses of the people that you wish to communicate
with, and e-mail them directly. Your freedom to communicate with the
other posters on this list is not being denied to you.

This will also mean that for a short while, mail to the list will
be delayed. I'll check things at least once per day.

Cheers,
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder



[MP3 ENCODER] Away until Tuesday

2002-07-30 Thread Warren Toomey

All,
I'll be away until Tuesday. What this means is that e-mail posted
by non-subscribers of mp3encoder will be delayed, as will new subscriber
requests to mp3encoder. I'll process these when I get back.
 
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder



[MP3 ENCODER] Please subscribe if you want to post to mp3encoder

2002-07-07 Thread Warren Toomey

All,
Just an administrative note. The posting policy for the
mp3encoder list is now:

To post to mp3encoder, you should subscribe to the mp3encoder list.

At present, I check every day or so for the `held up' posts to the
mp3encoder list. 95% of these are spam (~20 a day), but a few are
valid posts from people who are not list subscribers. I must approve
these posts before they are sent on to the mp3encoder list.

If you are not a subscriber, your post will be delayed until I approve
it. So it makes good sense to become a subscriber if you want your
postings to be propagated without delay.

Cheers all,
Warren
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder