|
-
Sep 15th, 2001, 01:43 PM
#1
Thread Starter
Junior Member
how to convert .wav to mp3
hello friends
i want to know how can i convert a .wav file to mp3 format
please tell me.
-
Sep 15th, 2001, 02:29 PM
#2
I don't doubt it's not possible in API but I think it would be easier to download one of the many OCX's that handle MP3 Encoding/Decoding and use that instead.
-
Sep 15th, 2001, 03:13 PM
#3
Fanatic Member
VB or ....
Do you want to do this with a VB program or
in general? (winamp)
-
Sep 16th, 2001, 08:20 PM
#4
Lively Member
I'd like to know how in C(++) or VB.
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Sep 18th, 2001, 01:01 AM
#5
DLL
Why not just use the lame encoder dll, and write a application that communicates the proper settings.
-
Sep 18th, 2001, 01:59 PM
#6
Lively Member
cuz thats the cheap way out
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Sep 19th, 2001, 01:17 AM
#7
Well
Maybe the cheap way out, but why reinvent the wheel. There is no way a vb application will convert a wave to mp3 format as quickly as the lame encoder can.
-
Sep 19th, 2001, 07:48 PM
#8
Lively Member
Then whats the C code? I HATE using other peoples code! I even rewrote most of the stdlib stuff for C, and the printf function
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Sep 19th, 2001, 11:29 PM
#9
Frenzied Member
can you give a reason for rewriting all that code?
-
Sep 20th, 2001, 06:14 PM
#10
Lively Member
Yes. Its fun, and I want to know how it works. I love the intricicies(sp?) of programing.
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Sep 21st, 2001, 12:05 AM
#11
-
Sep 23rd, 2001, 05:56 PM
#12
Lively Member
Actually, I need to know the STRUCTURE of the mp3 en/decoder. I dont know where to start. I looked at the format, but.. I dont exactly get it. Also, I dont know how to work with sound
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Sep 23rd, 2001, 09:54 PM
#13
PSC
I have seen some source code on psc for a mp3 encoder, you may wanna check there.
-
Sep 24th, 2001, 07:28 AM
#14
LAME ENCODER
speaking of the Lame Encoder (the best), what are the declares and calls u have to make to it to en/decode an mp3 to wav and vice versa? thx in advance
-
Sep 24th, 2001, 08:09 AM
#15
Lame Dll Functions
beEncodeChunk
beInitStream
beDeinitStream
beCloseStream
beVersion
beWriteVBRHeader
-
Sep 24th, 2001, 08:14 AM
#16
sweet thx for that. now, how do i use them? parameters etc?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|