Questions tagged [wma]

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)

108 questions
0
votes
1 answer

FFmpeg can't find AV_CODEC_ID_WMAV2

I want decode the wma type file use the FFmpeg, compiled it with options --enable-decoder=wmav1 --enable-decoder=wmav2, --enable-encoder=wmav1, --enable-encoder=wmav2 --enable-demuxer=xwma and the source code i use it like this: …
chaoqi
  • 7
  • 4
0
votes
1 answer

Can we use .wma sound files in andengine?

I am trying to use one sound file with wma extension. But when I try to play it, it doesn't play. Do andengine support .wma extension files? Sound sound = SoundFactory.createSoundFromAsset(activity.getSoundManager(), activity,…
Rakesh Yadav
  • 1,966
  • 2
  • 21
  • 35
0
votes
1 answer

How to send Cell Broadcast message in Java ME development environment?

I have been trying to develop a Java ME application using WTK 2.5.2 (Java Wireless Toolkit) and Nokia SDK 3. The application would broadcast a CBS (Cell Broadcast Service) message using the WMA (Wireless Messaging API). Documentations says that the…
Dagvadorj
  • 298
  • 4
  • 14
0
votes
1 answer

Play .wma from memory stream using NAudio

I'm working on a C# app in Visual Studio 2013 that needs to play audio files in .wav, .mp3 and .wma formats. the .wav and mp3 files play with no problem. .wma files, however, seem to require extra handling and I'm at a loss to find a solution. Here…
manicdrummer
  • 161
  • 3
  • 14
0
votes
1 answer

C# - Modify WMA extended properties programatically (possibly with NAudio)

I need to programmatically modify the Title property of a couple hundred WMA files that I have. I've been banging my head against the wall trying to handle this for a little while now. There are a few libraries that claim to be able to handle…
Matt
  • 35
  • 1
  • 3
0
votes
1 answer

Compress wav file to wma on Windows Phone 8

I am looking to encode a wav file in wma (or mp3, ogg, etc) on Windows Phone. I have not found any resources online. Any ideas on how I can archive this? I am trying to record a voice from the microphone and upload it from the phone. That's why I…
poiuytrez
  • 21,330
  • 35
  • 113
  • 172
0
votes
2 answers

wma audio stream to mp3 stream using NAudio c#

My task is to convert wma audio stream to mp3 stream using NAudio and Lame. The below code is working fine with file name but I want it to be done with memory stream. I search in NAudio there is no method for reading wma audio stream. Is it possible…
sainath sagar
  • 499
  • 2
  • 10
  • 28
0
votes
3 answers

finding length of wma in java

I am a bit confused about all of the various sound apis available in java. All I need is something to determine the length of a wma file. (Edit - I mean audio length in minutes, not bytes.) I don't need to play it or convert it or anything else. I…
clum
  • 479
  • 4
  • 21
0
votes
1 answer

How some media players play wma on Android

I was writing code for a media player and learned that Android doesn't support wma/wmv format but how come there are some players on the Play Store which can actually play wma. I downloaded one and checked on my phone and it worked. I am really…
Abhilash M
  • 39
  • 8
0
votes
1 answer

How can I receive incoming sms in JavaME?

I'm developing an application in javaME and I'm trying to receive incoming sms but there is a way to catch them that is working only with ports and there must be two applications but I want to send sms in a phone without using javame application to…
mertaydin
  • 2,184
  • 5
  • 19
  • 26
0
votes
1 answer

how to send sms from pc to mobile in J2ME

I have a Java me midlet which can send group message repeatedly, it worked well on my WMA console. How could I deploy it so that it can be tested on a real device? Moreover, what should I do to let it send sms from PC to mobile?
Chen Li
  • 31
  • 1
0
votes
1 answer

How to predeliver WMA DRM licenses?

I'm trying to install WMA DRM licenses files silently so that users would not have to play each song and acknowledge for each license. I figured out that I need to do something like this : HRESULT res =…
Emmanuel Caradec
  • 2,302
  • 1
  • 19
  • 38
0
votes
1 answer

Why my media can't play with AVFoundation?

NSString *soundFileURL=[[NSBundle mainBundle]pathForResource:@"noise" ofType:@"wma"]; self.noise=[[AVAudioPlayer alloc]initWithContentsOfURL:[NSURL fileURLWithPath:soundFileURL] error:nil]; [self.noise play]; then the main.m have mistake. When I…
user1603173
  • 7
  • 1
  • 3
0
votes
1 answer

Saving WMA in NAudio

I'm trying to convert a WAV file into a WMA file using NAudio. I've managed to get it partly working but the last few seconds of the sound effect is cut off. WaveFileReader wr = new WaveFileReader(@"C:\mywav.wav"); WmaWriter ww = new WmaWriter(new…
TryNCode
  • 421
  • 2
  • 5
  • 18
-2
votes
1 answer

is reading .wma sound files in R possible?

Is the there a way to read .WMA sound files in R or the copyright restrictions do not allow this? The final aim is to convert it to another format (MP3/WAV)
have fun
  • 381
  • 5
  • 17