currently I'm developing Android app which using WebRTC native. I want to know if there is a way to record only my voice to file during the call? There is RecordedAudioToFileController.java but it will record my voice and caller voice also. I need to record my voice during the call only. Thank you.
I got it, we need to change the audio source in WebRTCAudioRecord from Voice communication to Mic.
Related
I have this project, that I need to record the sound played on my android devices. I know how to use ADB to do screen recording, but it has no audio with it.
I searched for answers and I suppose there is something called "tinycap" and "teesink" which is used for audio recording?
I am using windows platform, I don't know how to perform tinycap or teesink.
https://source.android.com/devices/audio/debugging
Can somebody tell me how to record audio on my android devices directly without using thrid-party apps?
I am making an android application in which I have to answer the call and then I want to play pre-recorded audio so that the person calling will hear this.
Is there any API or any library which can I use for this?
Can we do it through text-to-speech ?
Thank you
It is not possible to play audio during call in Android device.
Note: You can play back the audio data only to the standard output
device. Currently, that is the mobile device speaker or a Bluetooth
headset. You cannot play sound files in the conversation audio during
a call.
Link to android documentation
https://developer.android.com/guide/topics/media/mediaplayer
For more information
How to play an audio file on a voice call in android
Is there a way to achieve inter-app audio in android.
Directly transmits audio streams from one device to another device using wifi-direct.
Are there any native (NDK) API's which support virtual mic kind of in android, i.e an api which stores(record) audio and any third party android app can playback the recorded audio.
Thanks in advance for any help.
I am looking to develop an app, that can make an audio call using sip and then user A (the caller) plays a media file from his android phone and user b (the receiver) can also hear the audio and video in realtime, how i can accomplish this? can we transfer media sounds through sip or voip without using mic? that is a sound of media playing on device's media player, any guidance or links to study will be helpful.thanks!
I am looking to develop an app, that can make an audio call using sip
Yes, Android's SIP package has that facility built-in for you.
user A (the caller) plays a media file from his android phone and user
b (the receiver) can also hear the audio and video in realtime, how i
can accomplish this?
As for streaming the video, you need RTSP instead of SIP. Have a look at Video streaming using RTSP: Android
Further Reading:
Upload live android webcam video to RTP/RTSP Server
Creating RTP Packets from Android Camera to Send
Library:
https://github.com/fyhertz/libstreaming
Hi i want to record sound that is currently played in android handset, actually i want to get access to audio played by speaker or headphones.
Is there any way to do it?
Not via the Android SDK, sorry.