是自呼可能采用Android [英] Is self-call possible using Android

查看:109
本文介绍了是自呼可能采用Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发一个Android应用程序,我需要有一个IVR系统类型。此人应该从应用程序的调用,有些问题会被问到与人必须回答这些问题。这些答案应该保存的地方。是自己的呼叫可能吗?

如果没有,有没有一种方法来播放和录制在同一时间。我会送一个长响通知用户,当他回应的通知,我想打一个mp3文件以及记录哪些用户在说什么。我该怎么办呢?


解决方案

  

是一个独立的呼叫可能吗?


没有,对不起。


  

我要玩一个mp3文件以及记录哪些用户在说什么。我该怎么做?


使用的MediaPlayer MediaRecorder ,presumably。或 AudioTrack AudioRecord

I am developing an android application where I need to have an IVR type system. The person should get a call from the application and some questions will be asked and the person has to answer those questions. These answers should be saved somewhere. Is a self call possible?

If not, is there a way to play and record at the same time. I will send a long ring notification to the user and when he responds to the notification, I want to play an mp3 file as well record what user is saying. How can I do that?

解决方案

Is a self call possible?

No, sorry.

I want to play an mp3 file as well record what user is saying. How can I do that?

Use MediaPlayer and MediaRecorder, presumably. Or AudioTrack and AudioRecord.

这篇关于是自呼可能采用Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆