[mp3encoder] lame_enc.dll & ActiveX

2003-11-24 Thread Neil Sethi


I've used the command line utility (Win32 platform) and it works nicely,
but I would like to access the api through an ActiveX component.

I am new to LAME and I would appreciate as much help as possible in this
task.

Thank you very much,

..Neil





--
Neil Sethi
Software Consultant
Consulnet Computing Inc.
[EMAIL PROTECTED]
(416)227-0363 Ext. 267



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


Re: [mp3encoder] vt100 problem

2003-11-24 Thread Alexander Leidinger
On Mon, 24 Nov 2003 03:02:04 -0500
"Mythili Muruganathan" <[EMAIL PROTECTED]> wrote:

> When we run the lame code, what are the files that will be open in
> /usr/lib/ ? Sometimes I get the following error; LAME: Can't find
> termcap entry for terminal "vt100"
>
> Did any of you have the same problem or does anybody know the solution
> to this?

That's not a problem, that's just the curses library reaching out for
some files it needs to do what it is supposed to do. I suggest you
consult your local curses documentation (man ncurses).

If you don't want it to get compiled in, use "--enable-brhist=no" as an
option to configure.

Bye,
Alexander.

-- 
  To boldly go where I surely don't belong.

http://www.Leidinger.net   Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


Re: [mp3encoder] windows dll to encode in real time from line in or microphone

2003-11-24 Thread Ruckert Martin
Thierry Klein wrote:
Hello,
I am new to this list so this is maybe a question that has been solved long
ago.
I am trying to develop software and I need mp3 real time encoding
features... from Windows. So I am looking for a dll alowing to record, pause
and more generally manage a mp3 stream coming from line in or microphone. I
have found various lame based programs which do this but no dll usable by a
developer (except lame dlls of course but it does not seem obvious to build
this from the lame encoding dll - although , if I have to do it, I'll just
do it ).
Has anybody heard of an existing windows dll for this ? Or maybe it's easier
than I think to do this  from lame ?
I am the writer of one such program called m3w, using the lame dll under 
win32, doing about what you want your dll to do.
(see http://www.cs.fhm.edu/~ruckert/m3w) You can get the sources
and look at that. But probably you just want the dll. Then
please write a specification: What functions do you need, what should
be the parameters, what is the semantics of the functions, how would a
simple application using this dll look like, publish it may be in this 
forum and after that I would be willing
to start programming a wrapper around the lame dll packing it to achive
this functionality (unless what you want is too complicated).
Give it a try.

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


[mp3encoder] mp3 windows dll

2003-11-24 Thread Thierry Klein
Thank you very much all of you for your feedback. Yes I am surprised
"nothing" has been done almost and I will try to look at Tom Stokes beast in
the next few weeks - if nothing else pops up.

Thierry

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
[EMAIL PROTECTED]
Envoye : lundi 24 novembre 2003 03:00
A : [EMAIL PROTECTED]
Objet : mp3encoder Digest, Vol 6, Issue 8


Send mp3encoder mailing list submissions to
[EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
http://minnie.tuhs.org/mailman/listinfo/mp3encoder
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mp3encoder digest..."


Today's Topics:

   1. Re:  windows dll to encode in real time from line  in or
  microphone (John Dann)
   2. Re: windows dll to encode in real time from line in or
  microphone (Takehiro Tominaga)
   3. Re: windows dll to encode in real time from line  in or
  microphone (John Dann)
   4. Re: windows dll to encode in real time from line in or
  microphone (Tom Stokes)


--

Message: 1
Date: Sun, 23 Nov 2003 12:26:16 +
From: John Dann <[EMAIL PROTECTED]>
Subject: Re: [mp3encoder]  windows dll to encode in real time from
line  in or microphone
To: MP3 encoders development list <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"; format=flowed

At 10:42 22/11/2003, Thierry wrote:



I am trying to develop software and I need mp3 real time encoding
features... from Windows. So I am looking for a dll alowing to record, pause
and more generally manage a mp3 stream coming from line in or microphone. I
have found various lame based programs which do this but no dll usable by a
developer (except lame dlls of course but it does not seem obvious to build
this from the lame encoding dll - although , if I have to do it, I'll just
do it ).

-

Sorry I can't help directly with this because I'm faced with the same sort
of problem.

But it does prompt me to comment that I do find it surprising that no-one
with the knowledge to write encoders seems to have produced for example a
Win32-compatible version of LAME with a COM interface, which AIUI - though
I'm certainly no expert here - means one written from scratch with an ATL
compatible library. Isn't this just down to the choice of coding
environment?

In fact it's so surprising that there doesn't seem to be a COM-enabled
LAME, given that this would enable many more less-expert developers to use
the encoder easily, that I start to wonder what the reason might be? Is it
concern about the MP3 licensing issue, which perhaps might assume greater
proportions if a COM-enabled LAME were released with its potential for much
greater usage than the current version. Are there some technical issues
that I'm ignorant of? Or are the primary LAME developers perhaps a little
reluctant to make things too easy for developers in the Windows world,
especially the less expert ones?

John Dann




--

Message: 2
Date: Sun, 23 Nov 2003 23:32:17 +0900 (JST)
From: Takehiro Tominaga <[EMAIL PROTECTED]>
Subject: Re: [mp3encoder] windows dll to encode in real time from line
in or microphone
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: Text/Plain; charset=us-ascii

From: John Dann <[EMAIL PROTECTED]>
Subject: Re: [mp3encoder] windows dll to encode in real time from line in or
microphone
Date: Sun, 23 Nov 2003 12:26:16 +

> But it does prompt me to comment that I do find it surprising that no-one
> with the knowledge to write encoders seems to have produced for example a
> Win32-compatible version of LAME with a COM interface, which AIUI - though
> I'm certainly no expert here - means one written from scratch with an ATL
> compatible library. Isn't this just down to the choice of coding
environment?


I am quite surprized every windows user rant the lack of future, but
none of them write the code to improve the situation...


I am not Windows programmer and have no literacy about it, but if anyone
willing to write the code to support such "great" features, please write
and send us the patch.

And currently, LAME's ACM, DirectShow, and DLL are quite buggy and noone
want to maintain. IMHO, we have to drop them from LAME if the situation
is continued ... at least from LAME4 release.

So, is there anyone willing to help us ?
--
Takehiro TOMINAGA // may the source be with you!

--

Message: 3
Date: Sun, 23 Nov 2003 15:24:

Re: [mp3encoder] windows dll to encode in real time from line in or microphone

2003-11-24 Thread Gabriel Bouvigne
John Dann wrote:

In fact it's so surprising that there doesn't seem to be a COM-enabled
LAME, given that this would enable many more less-expert developers to use
the encoder easily, that I start to wonder what the reason might be? Is it
concern about the MP3 licensing issue, which perhaps might assume greater
proportions if a COM-enabled LAME were released with its potential for much
greater usage than the current version. Are there some technical issues
that I'm ignorant of? Or are the primary LAME developers perhaps a little
reluctant to make things too easy for developers in the Windows world,
especially the less expert ones?
The main issue of Lame developpers is lack of time. You are welcome to 
write and submit a COM interface if you find it usefull.

It is not in Lame yet because:
*COM is win32 specific, and the developper needs to be using win32 to 
write it, which is not the case of all Lame developpers.
*we (at least I) are not so sure that using COM is easier than to link 
with a C dll for a beginner.

Regards,

--

Gabriel Bouvigne
www.mp3-tech.org
personal page: http://gabriel.mp3-tech.org
___
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder


[mp3encoder] vt100 problem

2003-11-24 Thread Mythili Muruganathan
Hi, 

When we run the lame code, what are the files that will be open in /usr/lib/ ? 
Sometimes I get the following error;
LAME: Can't find termcap entry for terminal "vt100"
   
Did any of you have the same problem or does anybody know the solution to this?

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