Tagged Questions

6
votes
5answers
4k views

Convert WAV to WMA using .NET

What is the best solution for converting WAV files to WMA (and vice versa) in C#? I have actually implemented this once already using the Windows Media Encoder SDK, but having to distribute Windows ...
3
votes
1answer
490 views

Best .Net library to edit WMA tags?

I have found a few libraries to edit MP3 tags (UltraID3Lib is great) but none that will edit tags for WMA files. Can anyone recommend a .net library for editing WMA tags / metadata ? Thanks MATT
2
votes
2answers
757 views

How to detect the usage rights (DRM) of a file

Suppose you have a .wma / .wmv file and you want to detect: is it DRM protected ? (then hopefully) details of the DRM protection (like when does the license expire etc.)? Is there a C# / C++ api ...