少点错误 2024年12月26日
Streamlining my voice note process
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

本文作者分享了如何通过智能手表优化语音笔记流程,以解决传统手机录音方式的痛点。作者详细介绍了使用智能手表作为主要输入设备,通过双击手表按钮快速启动录音,并自动上传云端转录至知识管理系统的流程。此方案解决了睡前或不方便使用手机时记录想法的难题,并减少了操作步骤。文章还深入探讨了如何利用Android宏(AutoWear)实现一键录音,并分享了配置过程中的技术细节,以及一些仍需改进的地方。

⌚️ 智能手表作为主要输入设备:通过双击手表按钮快速启动录音,解决了手机录音的不便,特别是在睡前或运动等不方便使用手机的场景。

☁️ 自动上传与转录:录音自动上传至云端,并转录成文字,方便知识管理和回顾,无需手动整理。

⚙️ Android宏(AutoWear)配置:利用AutoWear实现一键录音,详细介绍了配置步骤,包括安装、授权、设置动作等,无需依赖Tasker等复杂工具。

⏱️ 仍需改进之处:目前录音启动有1.5-3秒延迟,停止录音仍需手动操作,以及开启辅助功能后有点击声音等问题,这些是未来优化的方向。

Published on December 26, 2024 6:04 AM GMT

Why voice notes?

On a functional level it's the fastest & the most convenient input method when you're not in front of the proper keyboard. Which even for me constitutes a big chunk of my life ?.

Taking a voice note allows me to quickly close an open loop of a stray though or a new idea and go on with my life - now mentally unburdened

Another important aspect is that taking voice notes evokes a certain experience of "fluency" for me.

It's worth noting that I'm specifically talking about taking a voice note vs doing voice typing/dictation in this context.

Voice notes allow me to better harness the fruits of diffuse thinking mode (shower thoughts)


I've recently made a few updates to my voice notes flow, removing various sources of friction and streamlining the experience. I figured I'd share a few details about that so other people can replicate it.

New Flow

Two issues with the older iteration of the process motivated this bout of improvements

These issues suggested a shape of the solution - I needed a dedicated device that would allow me to start recording with minimal friction, and won't be a distraction in a way the phone could be.

Originally this made me look for dedicated voice recorders with ability to automatically sync recordings online

Eventually I've settled down on the smartwatch as the form factor

One thing I was not certain about with regard to smartwatch form factor is whether I'd be able to get the friction to starting the recording low enough. As mobile devices tend to be unnecessarily constrained in how much users can customize them.

Amazon return policies and an inkling that the baseline experience is not too bad led me to give it a shot.

It took some work, but I was able to get to a place where it takes just one action (double-click) to start the recording, which I'm pretty happy with.

The rest of the post describes technical details on how to get there, as I dearly wish someone would have written this guide before.

How to get Android Wear watch to start voice recording in one click

Tools

Galaxy Watch 6

This is the watch I have. Motivation for this specific model is that it's the latest android watch model I could get for cheap ?. And 80% of my intended use is just voice notes ?‍♂️

Another motivation was that I've read online that Samsung watches built-in voice recorder is pretty good

Easy Voice Recorder

The voice recording app I use, there are several reasonable options but this is my current preferred one.

Automatic sync of recordings to your phone is probably the key feature you want here if you're considering other alternatives.

Baseline experience (double-press the button + tap the screen)

This is the setup you can get to without going into the weeds (which is not terrible, but not ideal). The way to do it is to

Going beyond baseline experience - Android Macros (AutoWear)

To further streamline the experience we need to dive into the world of Android Macros - specifically, we'd be using AutoWear

Autowear is a very confusing app to use, and mostly not designed to be used on it's own (the idea that you'd use it with Tasker, Macrodroid or similar)

But it allows you to do things not possible at baseline, in particular we'd be using it's ability to click elements on the screen to automatically start a recording.

Steps

Install AutoWear on both phone and watch

Start the AutoWear trial on the phone

Enable one of the Launcher Apps to serve as a command trigger

Enable accessibility access for AutoWear on the watch to make "input" commands work *

AutoWear on the phone

In watch settings - remap the double press of home key to launch the "Command" app

Things I'm still not happy with in the new flow

It takes 1.5-3 sec for recording to start after you press the button

Stopping the recording

When you grant accessibility access to any app, the watch starts making a click sound when screen locks and you can't turn this off ?

Misc tips

By default, the watch will hide the last app and show you the home screen, after 20s of screen turning off.

If Input action stops working


References

Appendix

Easy Voice Recorder (EVR) vs Samsung Voice Recorder (SVR)

Native Samsung Voice Recorder also very nice, and is what I originally used, but Easy Voice recorder has a slightly better UX for my purposes.

Specifically when recording stops - SVR navigates to "recording list" app screen. Which I never really want because I don't want to listen to my recordings on the watch, and especially not after I just made one.

When the app is in that state - the flow can't be triggered again, until you navigate "back" to main screen.

So stopping the recording is actually 2 actions - tap the stop button and swipe back, which is a bit annoying. In part because I'd neglect to swipe back immediately a lot of the time, and then would have to do it next time I trigger the flow & that would ruin the fluency of starting it in just one action.

EVR, on the other hand, gets into the state to start a new recording almost immediately (after a brief confirmation screen).

EVR also has native cloud upload capabilities, which can be convenient for setting up further notes processing similar to what I do in Voice notes inbox process

SVR has native transcription capabilities, but they are not as good as using Whisper or similar (which is what I do)

Finally, EVR is developed by a real human that I can talk to ?

Which gave me hope that maybe I can request changes/tweaks to further optimize this flow.

That has been a mixed success so far - the support replied to my messages, but it's unclear to which degree is the app in active development, so I don't have a strong expectation for changes I requested making it through in the near future.



Discuss

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

智能手表 语音笔记 AutoWear 效率工具 知识管理
相关文章