Click to See Complete Forum and Search --> : converting audio file to mp3 format
ravurirkk
June 18th, 2008, 07:48 AM
hi,
I want to convert any audio file to mp3 format(i.e the format that is accepted
by all cell phones and Ipods ).
Can anyone please help me in coding.
PeejAvery
June 18th, 2008, 02:40 PM
What do you have so far? Or, are you just looking for someone to do all the work for you? We help around here, but we don't just have all the free time in the world to write everyone else's programs for them.
Have you begun by searching Google for things like "asp.net convert to mp3?"
ravurirkk
June 19th, 2008, 12:39 AM
Thank You,
I searched for that code in Google. I got some example but in that some are not Executed on my system and some are not suitable for my application.
what I am trying to do is I want design a live web site which will convert all the available audio file on the site(like youtube, myspace) to format which is supported by the 'I pods' and all cell phone. so directly we can download that file into cellphone and 'i pods' from the website itself. in this application for converting audio file just please give me an idea.
I have the code for the conversion. but this is window application.
(http://www.codeproject.com/KB/audio-video/MediaFilesConversionCS.aspx)
when i was trying to convert this to asp application one errors was coming like
'_Default' does not contain a definition for 'SetNotifyWindow'
The best overloaded method match for 'DirectShowLib.IMediaEventEx.SetNotifyWindow(System.IntPtr, int, System.IntPtr)' has some invalid arguments "
"Argument '1': cannot convert from 'int' to 'System.IntPtr' "
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.