Tagged Questions

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)

learn more… | top users | synonyms

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
2answers
27 views

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 ...
3
votes
1answer
540 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
585 views

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 ...
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.
3
votes
1answer
480 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
1answer
74 views

SMS Receiving Port in J2ME Mobile Application

Can you please explain following doubts? When my j2me application is listening for sms on specific port, will it run as a server or client? Because if the two application run on same port, who will ...
2
votes
1answer
46 views

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 ...
2
votes
3answers
55 views

J2ME do cellphones have an auto-disable feature for non-compatible Packages?

I'd like to know if, for instance, I develop an App with both WMA Packages (1.1 and 2.0) and then deploy it to an older phone model with only WMA 1.1 support, will the Phone disable the 2.0 Package? ...
2
votes
1answer
367 views

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 ...
2
votes
2answers
678 views

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 ...
2
votes
1answer
907 views

Is there any free g729 or g711 converter?

I need converter to convert G729 or G711 files to wav,wma,mp3 or any other format witch can play for example Windows Media Player.
2
votes
2answers
737 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 ...
2
votes
1answer
2k views

Decode WMA with FFMpeg to PCM

I want to decode a WMA stream to 16 Bit PCM. Now i have a Question concerning FFMpeg- what is the output format of .. len = avcodec_decode_audio2(c, (int16_t *)outbuf, &outbuf_used, inbuf_ptr, ...
2
votes
1answer
2k views

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 ...
1
vote
2answers
71 views

send sms j2me appear promt message

When I am sending sms via j2me application, before message sent it appears question for can I use internet to sent message. Is it possible to exit this question to not appear?
1
vote
1answer
105 views

how to receive sms in netbeans mobile application

I'm developing a mobile application in net-beans that will send and receive SMS, I'm done with sending text but I don't know how to receive SMS in Net-beans mobile application, please help me
1
vote
2answers
169 views

Receive sms on specific port j2me

I am developing j2me app. I need to receive sms on specific port. Which is the best port to define for receiving sms? Thanks for advice
1
vote
1answer
92 views

SMS sent from j2me not recieved by non-java phones like android and gsm modem

I need to send a pattern like "username,password,0,1,1,1,0,1,0" using sms from j2me app to a gsm modem that is not in my control. It is used to reserve foods. If anyone send a sms to provided number ...
1
vote
1answer
120 views

How to play wma file in iphone?

I want to build a radio app in iPhone for which wma streaming is necessary. So if u have any idea please help me. thanks in advance
1
vote
2answers
56 views

How to do digitize signature my sms

I'm sorry for my mistake grammar and e.t.c in my question ,because English is not my first language!! But my question: I want digital signature sms and send it to another ,this means that digital ...
1
vote
2answers
74 views

how to play wma mp3 files

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 ...
1
vote
2answers
188 views

Receiving SMS Messages using WMA in Java ME

I am trying to develop a sms sending and receiving test application in J2ME using the WMA API. I have separate threads for sending and receiving. The Sending thread's run method - public void run() ...
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
1answer
291 views

J2ME WMA send SMS for device without MIDlet installed

I'm using the WMADemo from the J2ME samples to send and receive SMS. If I send one SMS from the SMSSend MIDlet for one device that doesn't have SMSReceive MIDlet installed the message goes to the ...
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
1answer
386 views

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 ...
1
vote
2answers
370 views

Is it possible to decode an MMS+WMA2 stream using audio units on the iPhone?

I am not sure whether audio units can work as codecs in a streaming audio scenario on the iPhone. I've read in various places that it can be done, but I haven't seen any examples or proper ...
1
vote
2answers
277 views

Silverlight - Determine if a wma is protected by DRM

Is there a way to determine if a wma file is DRM'd? I'd like to be able to do this in a trusted, out of browser Silverlight 4 application so pinvoke isn't an option. I supposed I could just try to ...
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. ...
1
vote
1answer
771 views

Is there a universal application ID for sending MMS in J2ME?

I'm having problems with this. The thing is that when I send an MMS with J2ME to another devices with JSR 205 (two tested: SonyEriccson w610i and Nokia 5300), a receiving icon flashes, but the ...
0
votes
0answers
31 views

notifyIncomingMessage() only called twice

I am working on a SMS application. It is sending SMS but is only receiving first two SMS. While debugging I found out that the function notifyIncomingMessage() is only called for first two SMS. What ...
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
0answers
23 views

Write WMA tags in PHP

I use GetID3 to read and write tags on MP3 files. That library can read, but not write WMA metadata. Any suggestions for a library, extension or other relatively straightforward way edit WMA metadata. ...
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 ...
0
votes
1answer
49 views

How to I encode a url in my midlet

I am creating a midlet that sends bulk sms web service having a url of this format ...
0
votes
0answers
73 views

receiving sms j2me

I am using j2me technology. I send sms and then I want to receive sms on port "0", not to go in inbox. I can receive on port "5000" but sender can not make changes, and I must receive on default port. ...
0
votes
0answers
32 views

Cocoa: Windows Media Audio, Perian and AudioQueueServices

I'm extending an app of mine to add Windows Media Audio streaming support. I've seen applications that can read Windows Media files if Perian is installed. I've done some research and I haven't found ...
0
votes
0answers
61 views

Windows Media Encoder SDK - Figuring out when conversion is done in native C++

I use the Windows Media Encoder SDK to convert WAV files in the WMA format. It works pretty nice BUT I have a huge problem finding out when the process is done... The funny thign is that I have used ...
0
votes
0answers
98 views

How to restore the file type association in iOS

Some of you may have tried an App named Phone Drive, it took over the file type like mp3, pdf etc. But what if I want to restore the association to the default app? For example, previously when I ...
0
votes
2answers
82 views

Is there a way to check if an sms message is successfully sent programmatically in j2me

I have a simple j2me application that send sms to a certain cell no and then erase a certain record once it succeed. But sometimes it fails due to several reasons like network, battery, etc. Is there ...
0
votes
0answers
75 views

Free softwares to convert WMA to MP3 [closed]

I'm looking for a good software that can convert WMA to MP3 (PC and MAC). Please help. Thanks.
0
votes
1answer
668 views

Playing a WMA in my android app

Simple question: I'm using MediaPlayer to play mp3 files (they play just fine), but also i need support for WMA files. I know some devices support it, but not all of them, but i want some way where ...
0
votes
2answers
95 views

Detect if mobile device supports J2ME WMA

Is it possible to detect if the mobile device supports J2ME WMA?
0
votes
0answers
31 views

detect audio feed wmv/wma stream

I am trying to find an application or code to monitor an audio stream for silence or black video frames and send an email alert when no audio is detected or
0
votes
1answer
199 views

SMS goes to the inbox when the mobile is disconnected

I'm using J2ME WMA to send/receive SMS into a specific port, wich in my case is port 50000. When one of the mobile devices is not running the application the message goes to the inbox, which by ...
0
votes
1answer
85 views

J2ME WMA Delivery Report

What's the best way to implement delivery report in J2ME WMA? Thanks.
0
votes
2answers
278 views

J2ME SDK 3.0 WMA Console in NetBeans

Does anyone knows if NetBeans 6.9.1 has the WMA console of J2ME 3.0 SDK? Thanks.
0
votes
1answer
417 views

Problem using J2ME WMA to send/receive SMS

I'm using WMADemo of the JavaME SDK 3.0 and it's working fine in simulator. When I install the application in a mobile device it doesn't work. I tried both port 0 (default SMS) and 50000 (listener) ...

1 2