Show Bid Request
mp3 to wav / wav to mp3
Bid Request Id: 43258
|
|
|
Posted by: |
ricardo arias (4 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Above Average - 40.00%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Jan 12, 2003 12:46:28 AM EDT
|
Bidding Closes: |
Jan 26, 2003 1:00:12 AM EDT
|
Viewed (by coders): |
355 times
|
Deadline: |
1/30/2003
TIME EXPIRED
|
|
|
|
Description:
I want a code that converts mp3 to wav and viceversa.
The code cannot use 3th party activex or executables. You can call lame.dll, blade.dll, etc. but directly (without wrappers).
i preffer this way:
-lame.dll (blade.dll, etc) to convert wav to mp3
-fraunhofer ACM to convert mp3 to wav ( i think that lame.dll cant decode, but if its possible it will be okay for me)
I know how to call it using wrappers, but i want a code that let me call it directly from a dll that you code (prefereable if the dll runs without any runtime) or can create a vb module that odes directly the job.
One more thing: must be speed code.
You CAN create a dll (from C++ or ASM or whatever -not an activex-) that i can call from ANY language and encode/decode mp3 and was. This will be the best option.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
windows
Must be 100% finished and received by buyer on:
Jan 30, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
i like to see a runing example.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$50 (USD)
|
Jan 13, 2003 5:49:55 AM EDT
|
9.31
(Superb)
|
|
|
Do you need to convert the files only. Or you need to get it into a memory space where you can access later? If first one is your choice, I think you come to the right person. I have done both projects before (see my resume). Converting from PCM wave to MP3 using lame.dll and the other around using ACM. I have done 1 project using lame.dll and 2 projects uses ACM. I'll create a DLL using VC++. Two functions BOOL mp3Towave(char *infilename,char *outfilename) and BOOL waveTomp3(char *infilename,char *outfilename). And make the function callable from any language. And if you like, we can discuss about adding a progress callback functionality, via windows message or function pointer.
|
|
|
|
|
|