FastWord 0.4.1 — don't start music from silence
Fix
The v0.3.0 auto-pause feature used a togglePlayPause command. If your music was already paused when you started dictating, the toggle would start playback — exactly the opposite of what you wanted. The matching toggle on recording end then paused it again, leaving the system in the wrong state.
Now:
- Explicit
play/pausecommands viaMRMediaRemoteSendCommandinstead of toggle. - Before pausing, ask
MRMediaRemoteGetNowPlayingApplicationIsPlayingwhether anything is actually playing. If yes, send pause and remember. If no, leave the system alone. - On recording end, send
playonly if we actually paused something.
Dictating during silence no longer hijacks the now-playing session.