May refer to Windows Media Audio format. Also may refer to Java ME Wireless Messaging API - 1.0 (JSR 120) and 2.0 (JSR 205)
Questions tagged [wma]
108 questions
7
votes
5 answers
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 Media Encoder with my application is cumbersome to…

Mark Heath
- 48,273
- 29
- 137
- 194
5
votes
4 answers
Is there a WMA spi for javasound?
I poked around the internet a bit but had no luck. Does anyone know if one exists?

Nico
- 1,181
- 2
- 17
- 35
4
votes
2 answers
4
votes
1 answer
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 the code:
Stream stream =…

Peterdk
- 15,625
- 20
- 101
- 140
4
votes
3 answers
Receive text message using J2ME
I am trying to make a J2ME application to SEND and RECEIVE text messages. I'm done with the sending part of it but I am not able to receive any message..
Below is what I tried in order to receive text message;
try {
MessageConnection…

Sangeet Menon
- 9,555
- 8
- 40
- 58
4
votes
0 answers
Erron on file.Save() 'Size is less than zero'
I just created a little program which allows me to change the details of an audio file.
I want to change:
Title
AlbumArtist
Performers
Album
Picture
The taglib library allows me to change different kinds of audio files with the exact same…

Tim Schmidt
- 1,297
- 1
- 15
- 30
4
votes
2 answers
iPhone: streaming WMA, MP3 and AAC
I need to create a simple media player that can stream internet radio stations in WMA, MP3 and AAC formats as part of a bigger app.
I was wondering if someone could please give me some pointers on where to start and how to go about tackling each of…

dpigera
- 3,339
- 5
- 39
- 60
4
votes
1 answer
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.

Peter Walke
- 2,497
- 6
- 33
- 50
3
votes
1 answer
J2ME SMS receive not responding
When I try to receive sms in j2me this code just does nothing. When app is launched from startApp() a new thread is started which calls run() where it starts listening for a message. Please have a look.
import javax.microedition.io.Connector;
import…

ruben
- 1,745
- 5
- 25
- 47
3
votes
1 answer
How can I make my midlet send an SMS message to multiple recipients
I am currently working on a midlet for sending SMS messages. I made use of a textfield and specified the Input constraints as phone numbers (this constraints allow for automatic search for numbers in a phone for a Nokia platform). But the…

nnanna
- 287
- 4
- 12
3
votes
3 answers
iPhone Radio Streaming for WMA audio files
I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio application.
Can anyone tell me how to do this…

AppAspect
- 4,461
- 2
- 30
- 46
3
votes
1 answer
possible to stream wma sound files on iPhone/iPod touch?
i searched with keyword "wma" but couldn't find similar posts, so i start this post.
My goal is to download wma files from a known website and playback those files. These wma files are recorded radio programs, a sample link looks like:…

Chris Chen
- 5,307
- 4
- 45
- 49
3
votes
1 answer
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

Matt
- 652
- 1
- 7
- 18
3
votes
2 answers
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 for it? It seems that Windows Media Player can do it…

Bogdan Gavril MSFT
- 20,615
- 10
- 53
- 74
3
votes
1 answer
sms receive on Port 0 of mobile
I am configuring my J2ME app to get an event from the push registry on receipt of an SMS.
Would I be able to access the SMS message, before it reaches the inbox?
I have read that messages sent to port0 of the mobile go directly to native inbox and…

Kevin Boyd
- 12,121
- 28
- 86
- 128