有时我想 regrys声音从我的Android手机,非常快速,无需触摸屏幕。 (示例:在街道上录制有趣的情况,有趣的声音等)
我们可以发出声音录制"用手在口袋里" ?(即,不使用屏幕)
更一般地,通过在3或4秒内按下一个按钮,可以在口袋中发出一个应用程序,例如?
有时我想 regrys声音从我的Android手机,非常快速,无需触摸屏幕。 (示例:在街道上录制有趣的情况,有趣的声音等)
我们可以发出声音录制"用手在口袋里" ?(即,不使用屏幕)
更一般地,通过在3或4秒内按下一个按钮,可以在口袋中发出一个应用程序,例如?
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.
四年后,我找到了一个解决方案 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 If
Four 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 it.wenda123.org All Rights Reserved. 问答之家 版权所有