自動應答API memo

2021-06-07 12:00:25 字數 1179 閱讀 1452

android關閉麥克風api:

public void 

setmicrophonemute

(boolean on)

sets the microphone mute on or off.

parameters

onset true to mute the microphone; false to turn mute off

mute

1.靜音 2.的沉默的 3.弱音器 4.啞音 5.減弱 的聲音 

mute

1.靜音 2.啞音 m

android**錄音api:

public void 

setaudiosource(int audio_source)

since: 

api level 1

sets the audio source to be used for recording. if this method is not called, the output file will not contain an audio track. the source needs to be specified before setting recording-parameters or encoders. call this only before setoutputformat().

parameters

audio_source

the audio source to use

intvoice_callvoice call uplink + downlink audio source

throws

illegalstateexception

if it is called after setoutputformat()

see also

該方式可能僅支援最新的android版本,老版本不支援。2023年網上一直在討論錄音問題,都在抱怨android不能直接錄音,而是只能從mic讀取音訊,實現的錄音方式很弱。該方式的api為:

recorder = new mediarecorder();

recorder.setaudiosource(audiosource.mic);//聲音採集**(話筒)

todo

expect自動應答

expect指令碼 1.expect簡介 expect是乙個用來處理互動的命令。借助expect,我們可以將互動過程寫在乙個指令碼上,使之自動化完成。expect 自動應答 基於tcl tool command language 語言演變而來 expect中最關鍵的四個命令是 send 用於向程序傳...

expect自動應答的工具

eof 輸入重定向 這種適用於出現的問題個數已知 expect是建立在tcl基礎上的乙個工具,它用來自動化完成一些需要互動的任務。系統中要先安裝expect 和 tcl expect 的四個命令 直譯器為 usr bin expect 例子 bin bash read p what s your n...

利用Modem自動應答實現遠端串列埠通訊

隨著一些智慧型化儀表及控制設定在生產和生活中的普遍應用,使得控制和測試的準確度有了進一步的提高。而這些儀表或控制系統通常還提供另一種功能 數字通訊,通過數字通訊介面可以使之與計算機或其它設定實現資料共享,從而實現更高層次的資料分析及綜合控制。資料請求端 資料請求端的modem引數通常使用出廠配置即可...