Audio recording from a audio player
Hi All
I had a problem to follow requirement.
Record raw audio data from an audio player(just like buildin audio play playing a mp3 song) and then transfer it by network.
I investigate the SDK, and I think may be DevSound may work it out, but I dont sure, and I dont know how to configure it to work it out.
Do you guys had some suggestion on it, please feel free to tell me.
Thank you in advance.
Re: Audio recording from a audio player
have you tried CMdaAudioInputStream already.
Re: Audio recording from a audio player
[QUOTE=symbianyucca;399692]have you tried CMdaAudioInputStream already.[/QUOTE]
I think CMdaAudioInputStream can work for MIC, and I already try it with a Nokia Sample, and I find out it seems just works for MIC, but not for other audio devices, so the problem is how to access other audio device.
I also check CMMFDevSound sample and I found in SDK, it can be configure at InitializeL() to specify a TUid aHWDev(The CMMFHwDevice implementation identifier), but I dont really know how to use it, can any body give help on it.
Best Regards
Re: Audio recording from a audio player
In fact, my problem is how to capture current playing sound or tone or telephone line, and I think there should have some solution for it.
Re: Audio recording from a audio player
Hi,
No, you can't capture the current playing sound in general. There are ways to record telephone conversations but for music playback, any low level interface that allowed you to record the played audio would completely defeat DRM!
Sorcery
Re: Audio recording from a audio player
[QUOTE=Sorcery-ltd;400075]Hi,
No, you can't capture the current playing sound in general. There are ways to record telephone conversations but for music playback, any low level interface that allowed you to record the played audio would completely defeat DRM!
Sorcery[/QUOTE]
Thanks for your helpful information, I understand it right now.
However, I think it is able to have a hands-free solution that, we do not use BT A2DP, just CTelephony to capture telephone line, than through Wifi or USB connection, we can transfer sound data to other devices and feed back with answer voice.
This function is defined for in Car usage. If there are some help information about it, please feel free to tell.
Re: Audio recording from a audio player
Hi,
A2DP is designed for stereo music. You'd want a bluetooth headset or carkit profile for voice calls.
Yes, I think it would be possible to capture the downlink audio and make an alternative kind of car kit. It sounds like a really bad idea for a project though - the bluetooth option works great and is readily available + getting cheaper all the time.
Sorcery