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
1
vote
0 answers
Get error on creating MessageConnection on specific port?
I have java-j2me-midp2 application. In this app there is a part which listen to SMS-Inbox and do operation in app base on these sms.
For this section we use MessageConnection, we create it with below code:
try {
msgConnection =…

Rev
- 2,269
- 8
- 45
- 75
1
vote
1 answer
converting a .wma to .flac using PHP? possible?
I have a linux server, I am looking to convert a .wma file to .flac file 16k
Is there a way I can do this using a PHP Script to control the server?
I was thinking .wma to .wav then .flac would be easier, but not sure how...
Any help is greately…

J. Podolski
- 201
- 6
- 16
1
vote
1 answer
Getting Media file attributes in Windows 8 c#
Is there a generic way to get the media attributes like artist information etc in Windows 8? Or at least in classic .net C# open source code? I am looking right now for Audio file attributes.

srs
- 516
- 1
- 4
- 20
0
votes
1 answer
Warning: Failed to initialize WMA message routing support
I am using Eclipse for Java ME development. I am getting this warning:
Warning: Failed to initialize WMA message routing support
Is there any problem with WKT? I am using WKT2.5.2.

Rana Anees
- 307
- 2
- 13
0
votes
1 answer
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 trying to create a new instance of WMEncBasicEdit…

Alexander Taraymovich
- 427
- 2
- 6
- 18
0
votes
1 answer
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 are any alternatives for WMA capturing for…

Alexander Taraymovich
- 427
- 2
- 6
- 18
0
votes
1 answer
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.

yakatz
- 2,142
- 1
- 18
- 47
0
votes
1 answer
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 stringWithFormat:@"%@/%@",
[[NSBundle mainBundle]…

cyclingIsBetter
- 17,447
- 50
- 156
- 241
0
votes
1 answer
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
http://100.50.000.000/abcd_ws/?user=[USERNAME]&password=[PASSWORD]&from=[SENDER_ID]&to=[SINGLE_RECIPIENT]&message=[MESSAGE_TO_BE_SENT]
this is the method below that…

nnanna
- 287
- 4
- 12
0
votes
0 answers
How to save a recording of a Skype bot conversation
I have a flask server which is used as an endpoint for the Skype bot. When I send a request to record a conversation with a user, I get a string of bytes in response. The problem is that when I try to write this string to a file, the file gets…

Ruadhr
- 1
0
votes
0 answers
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 parts of code from the SDK itself to get…

NoOne
- 3,851
- 1
- 40
- 47
0
votes
0 answers
How do i save a BlockAlignReductionStream as Wma NAudio
I have a file recorded as wav and use that file to send through my effect-chain process (works perfectly, the mixer plays the sound with the effect(s) added). my effect-chain process returns a Block_Align_Reduction_Stream object. this object is then…

Xskode Media
- 1
- 1
0
votes
1 answer
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 where to start and how to go about tackling each of…

guoxj2
- 9
- 1
0
votes
1 answer
Tradingview pine script coding
everyone,
I want to code WMA below Panel like rsi, upper range 100, lower range 0. samelike rsi.
How can i add it to WMA coding?
//@version=5
indicator(title="Moving Average Weighted3", shorttitle="WMA", overlay=true, timeframe="",…

ranagi65
- 1
0
votes
2 answers
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 a way to validate if an sms message is…

czetsuya
- 4,773
- 13
- 53
- 99