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
538 views
How to play multiple mp3/wma files at once?
I have the need to play multiple soundeffects at once in my WP7 app.
I currently have it working with wav files that takes around 5 megabyte, instead of 500kb when coded in wma/mp3.
Current part of ...
3
votes
2answers
1k views
Convert a wma to wav programatically with Windows Media Encoder
Has anyone converted a WMA to a WAV using Windows Media Encoder? If so, do you have a short code snippet of how you did it? All samples I've seen have been for WAV to WMA, not the other way around.
1
vote
0answers
100 views
Convert Webcam Recorder Audio Into WMA
I m working on recording audio from web cam.
So far i have successfully written the code for recording and saving audio to silverlights cache. My problem is i am not getting any way to convert that ...
1
vote
2answers
327 views
finding mime type of wma files using java
I am using apache tika for detecting the mime type of audio and video files. For some reason tika reports the mime type of the wma file (Windows Media Audio format owned by Microsoft) as ...
1
vote
2answers
108 views
Is it possible to progressive play DRMed tracks
Is it possible to legally progressive play Windows Media DRM tracks as they are downloaded from a HTTP link?
I've managed to do this without DRM but someone here told me it wasn't possible with DRM. ...
0
votes
1answer
36 views
COM object fail, class not registered error, WMEncBasicEdit
I have to cut WMA file from start position to end position. I'm trying to use WMEncoder. I've installed Windows Media Encoder SDK 9 and added a reference to WMEncoder lib for my project. But when I'm ...
0
votes
1answer
39 views
WMAudio Encoder DMO filter cuts the sound
I'm trying to use WMAudio Encoder DMO filter to record captured sound from the microphone, but it cuts about 1-2 seconds of recording in the end of sound. Does anybody faced this problem? Maybe there ...
0
votes
1answer
78 views
IOS: stop audio when I return in a view
When I exit from a view I start a jingle and when i return in this view I want to stop this jingle (wma)
when I exit in IbAction I have this code:
NSString *path = [NSString ...