私のAndroid携帯電話からレコードサウンド、は画面に触れなくても非常に素早くです。 (例:路上で面白い状況、面白い音などを記録する)
ポケットの中に手を描く "?(すなわちスクリーンを使わずに)
より一般的には、3秒または4秒のボタンの1つを押すことで、ポケットに手を入れてアプリを起動することができますか?
私のAndroid携帯電話からレコードサウンド、は画面に触れなくても非常に素早くです。 (例:路上で面白い状況、面白い音などを記録する)
ポケットの中に手を描く "?(すなわちスクリーンを使わずに)
より一般的には、3秒または4秒のボタンの1つを押すことで、ポケットに手を入れてアプリを起動することができますか?
Sometimes I would like to record sound from my Android phone, very quickly, without having to touch the screen. (Example: record funny situations in the street, funny sounds, etc. )
Can we launch sound recording "with hands in the pocket"? (i.e. without using the screen)
More generally, is it possible to launch an app with hands in the pocket, by pressing one of the buttons during 3 or 4 seconds for example?
アプリで使用できる唯一のハードウェアボタン(他のアプリを起動するか録音を開始するために)は、デバイス上の「カメラ」ボタンとヘッドセットの「メディア」ボタンです。サポートするサウンドレコーディングアプリは、メディアボタンとオーディオレコードブロック
The only hardware buttons that can be used by apps (to launch other apps or start a recording) are the xe2x80x9ccameraxe2x80x9d button on the device and the xe2x80x9cmediaxe2x80x9d button(s) on the headset. Youxe2x80x99ll need a sound recording app that support it, or use an automation app like Automate with its Media button and Audio record blocks.
4年後、私は macrodroid !
で解決策を見つけました電源ボタン(まだ私のポケットの中に手を持つ)で4回押すことで録音を開始して録音を停止します!)
トリガ:電源ボタン(4回)
ローカル変数:rec
アクション:
<事前> <コード> If rec = False Record Microphone (Until Cancelled) Vibrate (short buzz) Set Variable rec = True Else Record Microphone (Cancel Recording) Vibrate (long buzz) Set Variable rec = False End IfFour years later I found a solution with MacroDroid!
I start recording and stop recording by just pressing 4 times on the Power button (with hands still in my pocket!)
Trigger: Power Button Toggle (4 times)
Local variable: rec
Action:
If rec = False Record Microphone (Until Cancelled) Vibrate (short buzz) Set Variable rec = True Else Record Microphone (Cancel Recording) Vibrate (long buzz) Set Variable rec = False End If
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有