I have encountered a strange behavior in Silverlight application and couldn\'t be able to resolve it after trying many hours.
I m using the following code for play a sound file in j2me try { String ctype_1 = \"audio/x-wav\";// #LINE 1
I have been trying to figure out how to do this for most of the day, but I haven\'t been able to find much help. We have this multimedia app that 开发者_运维百科allows users to view pictures, videos,
I want to playback audio file from byte code. I already have byte code for audio file. But when I playback with System.Media.SoundPlayer, I got error as \"{Sound API only supports playing PCM wave fil
Can we c开发者_如何学Convert from WAV format to apple\'s ALAC audio recording format ?See the ConvertFile sample project: http://developer.apple.com/mac/library/samplecode/ConvertFile/Introduction/Int
How to co开发者_如何转开发nvert Apple recording formats to WAV format ? As said in Audio Queue Service Programming Guide, the apple recording formats are
Will the ALAC format support live streaming in iPhone ? the ALAC audio recording format is streamed to Server machine? so will i be able to p开发者_开发问答lay the audio chunk data, does ALAC format s
Can i store iPhone\'s recorded a开发者_开发知识库udio sound into CAF format?Yes. Use AVAudioRecorder with the following settings :
I\'m using the 开发者_C百科JMF Framework to capture audio data from the microphone. I try to find the audio device for the mic through this code: