HighTechTalks DotNet Forums  

MP3 component?

Dotnet Framework (WinForms Controls) microsoft.public.dotnet.framework.windowsforms.controls


Discuss MP3 component? in the Dotnet Framework (WinForms Controls) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jakob Lithner
 
Posts: n/a

Default MP3 component? - 12-28-2007 , 04:49 AM






I would like to manipulate MP3 files that I have recorded.
My main need is to decrease file size by decreasing bit rate.
I have found several freeware programs that offers this but not in a
flexible way where I am allowed to set the bit rate to any value I want.
My idea then was to create a small piece of software myself.

Is there any free MP3 component or audio lib that is easy to include in .Net?

Reply With Quote
  #2  
Old   
Linda Liu[MSFT]
 
Posts: n/a

Default RE: MP3 component? - 12-30-2007 , 10:58 PM






Hi,

I find an article on the codeproject website discussing using speexenc and
speexdec command-line utilities to decrease the bit rate of an audio data:

http://www.codeproject.com/KB/cs/speexincsharp.aspx

Hope this is what you want.

Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
  #3  
Old   
Linda Liu[MSFT]
 
Posts: n/a

Default RE: MP3 component? - 01-02-2008 , 02:29 AM



Hi Jakob,

How about the problem now?

If you have any question, please feel free to let me know.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support


Reply With Quote
  #4  
Old   
Jakob Lithner
 
Posts: n/a

Default RE: MP3 component? - 01-02-2008 , 01:08 PM



Thanks for your suggestion.
As I understood Speex, it is an alternative for handling limited audio
information (like speech) for compact transmission.

In my case I have the incoming MP3 files. They can not be exchanged. The
ouput must also be MP3 files.

The problem is that the incoming source delivers MP3 files with a minimum
bit rate of 48 kbit/s and a minimum sampling frequency of 44.1 kHz. As an
average talk is 30 minutes I really would like to limit the size of the files.

By experimenting I have found out that a bit rate of 16 kbit/s and a
sampling frequency of 11 kHz makes almost no impact on the audio quality but
drastically limits the size to 3-4 Mb.

So I am still curious to find some MP3 manipulating library.

Reply With Quote
  #5  
Old   
Linda Liu[MSFT]
 
Posts: n/a

Default RE: MP3 component? - 01-03-2008 , 01:04 AM



Hi Jakob,

Thank you for your reply!

I searched the Internet and found the following 3rd party tool that can
convert your MP3s to a different bitrate. It seems good although it is not
free. The following is the link introducing this tool:

http://www.zittware.com/Products/CDM...ate_conversion
.html

In addition, you may search the Internet with the keyword "mp3 compressor"
and you will get may candidates for that.

Sincerely,
Linda Liu
Microsoft Online Community Support


Reply With Quote
  #6  
Old   
Jakob Lithner
 
Posts: n/a

Default RE: MP3 component? - 01-03-2008 , 06:34 AM



I have also found a couple of stand alone utilities that does the job.
It seems to be a popular area

The intention was to somehow include them in my own software to get full
control and batch enable the processing, but I guess I will have to stick to
manual handling for a while.

Thanks for your effort!

Reply With Quote
  #7  
Old   
Jeff Johnson
 
Posts: n/a

Default Re: MP3 component? - 01-03-2008 , 04:52 PM



"Jakob Lithner" <jaklithn (AT) noemail (DOT) noemail> wrote


Quote:
I would like to manipulate MP3 files that I have recorded.
My main need is to decrease file size by decreasing bit rate.
I have found several freeware programs that offers this but not in a
flexible way where I am allowed to set the bit rate to any value I want.
My idea then was to create a small piece of software myself.

Is there any free MP3 component or audio lib that is easy to include in
.Net?
Have you looked into BASS? http://www.un4seen.com/




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.