audioformat

How to specify the right AudioFormat for capturing audio from the microphone?

I'm using the JMF Framework to capture audio data from the microphone. I try to find the audio device for the mic through this code: AudioFormat audioFormat = new AudioFormat("linear", 44100, 16, 2); Vector<CaptureDeviceInfo> deviceList = CaptureDeviceManager.getDeviceList(audioFormat); The problem is that I don't really kno...

live audio streaming format

Hello, What are the possible formats of Live audio streaming in iPhone? Thank you, ...

audio frameworks in iPhone

Hello, I would like to know the follwing information about iPhone audio system Heirarchy of the audio framework in iPhone OS. i know that there are 3 main audio frameworks in iPhone OS.i.e AVFoundation Framework CoreAudio Framework OpenAL Framework what are the audio formats supported in each of the above framework?I mean wil...

iPhone CAF audio file format

Hello, Can i store iPhone's recorded audio sound into CAF format? ...

convert apple recording formats to WAV format

Hello, How to convert Apple recording formats to WAV format ? As said in Audio Queue Service Programming Guide, the apple recording formats are Apple Lossless iLBC IMA/ ADPCM u-Law and a-Law So if i record an audio in any of these formats, how to convert it into WAV format? Thank you. ...

which audio recording format in iPhone?

Hello, Which audio recording format shall i consider in iPhone audio recording, since next step is to convert the audio recording format to WAV . Hence please guide me for which audio recording format in iPhone has libraries to convert into WAV format? Thank You. ...

convert WAV to ALAC

Hello, Can we convert from WAV format to apple's ALAC audio recording format ? ...

live streaming in iPhone

Hello, 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 play the audio chunk data, does ALAC format support? Thank You. ...