Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we are working in a project in which we encountered a problem regarding how to compress audio file in VB.net 2005..? any one know about it..?plz reply :)
Posted

I use the SharpZipLib from IC#Code and it works very well:

http://www.icsharpcode.net/OpenSource/SharpZipLib/[^]

I highly recommend it. Simple, compact and gives you a bunch of options.
 
Share this answer
 
If you mean how to compress a wav in to an mp3 or similar, there is no support built in to C# for this. You need to buy a library to do mp3 compression, but you can use Microsoft libraries to compress to WMA, I believe.

Yes[^], there's an article on Code Project how to do it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900