<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>User Guide on ApplauseLab</title><link>https://applauselab.ai/docs/yap/user-guide/</link><description>Recent content in User Guide on ApplauseLab</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://applauselab.ai/docs/yap/user-guide/index.xml" rel="self" type="application/rss+xml"/><item><title>Recording</title><link>https://applauselab.ai/docs/yap/user-guide/recording/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applauselab.ai/docs/yap/user-guide/recording/</guid><description>&lt;h2 id="starting-a-recording"&gt;Starting a Recording&lt;/h2&gt;
&lt;p&gt;There are two ways to start recording:&lt;/p&gt;
&lt;h3 id="using-the-global-hotkey"&gt;Using the Global Hotkey&lt;/h3&gt;
&lt;p&gt;Press your configured hotkey (default: &lt;strong&gt;Right Option ⌥&lt;/strong&gt;) from any application. You&amp;rsquo;ll see:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A visual overlay indicating recording is active&lt;/li&gt;
&lt;li&gt;An audio cue (if enabled)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="using-the-app-interface"&gt;Using the App Interface&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open the Yap window&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Start Recording&lt;/strong&gt; button&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="stopping-a-recording"&gt;Stopping a Recording&lt;/h2&gt;
&lt;p&gt;Press the hotkey again or click &lt;strong&gt;Stop&lt;/strong&gt; in the overlay. The recording will be:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Saved temporarily&lt;/li&gt;
&lt;li&gt;Sent for transcription&lt;/li&gt;
&lt;li&gt;Auto-pasted to your active application (if enabled)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="canceling-a-recording"&gt;Canceling a Recording&lt;/h2&gt;
&lt;p&gt;If you want to discard a recording without transcribing:&lt;/p&gt;</description></item><item><title>Transcription</title><link>https://applauselab.ai/docs/yap/user-guide/transcription/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applauselab.ai/docs/yap/user-guide/transcription/</guid><description>&lt;p&gt;Yap supports two transcription providers: &lt;strong&gt;Local&lt;/strong&gt; (using whisper.cpp) and &lt;strong&gt;Cloud&lt;/strong&gt; (using OpenAI&amp;rsquo;s Whisper API).&lt;/p&gt;
&lt;h2 id="local-transcription"&gt;Local Transcription&lt;/h2&gt;
&lt;p&gt;Local transcription processes audio entirely on your device using &lt;a href="https://github.com/ggerganov/whisper.cpp"&gt;whisper.cpp&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id="advantages"&gt;Advantages&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Private&lt;/strong&gt; — Audio never leaves your device&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Offline&lt;/strong&gt; — Works without internet connection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Free&lt;/strong&gt; — No API costs or subscriptions&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="disadvantages"&gt;Disadvantages&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Slower&lt;/strong&gt; — Processing depends on your hardware&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Resource usage&lt;/strong&gt; — Uses CPU/RAM during transcription&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Less accurate&lt;/strong&gt; — May struggle with accents or specialized vocabulary&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="requirements"&gt;Requirements&lt;/h3&gt;
&lt;p&gt;You need &lt;code&gt;whisper-cpp&lt;/code&gt; installed on your system:&lt;/p&gt;</description></item><item><title>Whisper Models</title><link>https://applauselab.ai/docs/yap/user-guide/models/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applauselab.ai/docs/yap/user-guide/models/</guid><description>&lt;p&gt;When using local transcription, you need to download a Whisper model. This guide helps you choose the right one.&lt;/p&gt;
&lt;h2 id="available-models"&gt;Available Models&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Model&lt;/th&gt;
 &lt;th&gt;Size&lt;/th&gt;
 &lt;th&gt;Speed&lt;/th&gt;
 &lt;th&gt;Accuracy&lt;/th&gt;
 &lt;th&gt;Best For&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;tiny&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~75 MB&lt;/td&gt;
 &lt;td&gt;Fastest&lt;/td&gt;
 &lt;td&gt;Basic&lt;/td&gt;
 &lt;td&gt;Quick tests, low-power devices&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;tiny.en&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~75 MB&lt;/td&gt;
 &lt;td&gt;Fastest&lt;/td&gt;
 &lt;td&gt;Basic&lt;/td&gt;
 &lt;td&gt;English-only, slightly better&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;base&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~150 MB&lt;/td&gt;
 &lt;td&gt;Fast&lt;/td&gt;
 &lt;td&gt;Good&lt;/td&gt;
 &lt;td&gt;General multilingual use&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;base.en&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~150 MB&lt;/td&gt;
 &lt;td&gt;Fast&lt;/td&gt;
 &lt;td&gt;Good&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Recommended for English&lt;/strong&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;small&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~500 MB&lt;/td&gt;
 &lt;td&gt;Medium&lt;/td&gt;
 &lt;td&gt;Better&lt;/td&gt;
 &lt;td&gt;When accuracy matters&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;small.en&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~500 MB&lt;/td&gt;
 &lt;td&gt;Medium&lt;/td&gt;
 &lt;td&gt;Better&lt;/td&gt;
 &lt;td&gt;Professional English dictation&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;medium&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~1.5 GB&lt;/td&gt;
 &lt;td&gt;Slow&lt;/td&gt;
 &lt;td&gt;High&lt;/td&gt;
 &lt;td&gt;Technical/medical content&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;medium.en&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~1.5 GB&lt;/td&gt;
 &lt;td&gt;Slow&lt;/td&gt;
 &lt;td&gt;High&lt;/td&gt;
 &lt;td&gt;High-stakes English content&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;large-v3&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;~3 GB&lt;/td&gt;
 &lt;td&gt;Slowest&lt;/td&gt;
 &lt;td&gt;Highest&lt;/td&gt;
 &lt;td&gt;Maximum accuracy needed&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="english-vs-multilingual"&gt;English vs Multilingual&lt;/h2&gt;
&lt;p&gt;Models ending in &lt;code&gt;.en&lt;/code&gt; are English-only. They&amp;rsquo;re:&lt;/p&gt;</description></item><item><title>History</title><link>https://applauselab.ai/docs/yap/user-guide/history/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applauselab.ai/docs/yap/user-guide/history/</guid><description>&lt;p&gt;Yap keeps a history of your transcriptions so you can review, copy, and replay past recordings.&lt;/p&gt;
&lt;h2 id="viewing-history"&gt;Viewing History&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Click the &lt;strong&gt;History&lt;/strong&gt; tab in Yap&lt;/li&gt;
&lt;li&gt;Browse your past transcriptions&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Each history item shows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Transcribed text&lt;/strong&gt; — The result of your dictation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Timestamp&lt;/strong&gt; — When the recording was made&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Duration&lt;/strong&gt; — Length of the recording&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="actions"&gt;Actions&lt;/h2&gt;
&lt;h3 id="copy-text"&gt;Copy Text&lt;/h3&gt;
&lt;p&gt;Click the &lt;strong&gt;Copy&lt;/strong&gt; button to copy the transcribed text to your clipboard. Useful when auto-paste didn&amp;rsquo;t work as expected or you need the text again.&lt;/p&gt;</description></item><item><title>Settings</title><link>https://applauselab.ai/docs/yap/user-guide/settings/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applauselab.ai/docs/yap/user-guide/settings/</guid><description>&lt;p&gt;Access Settings by clicking the &lt;strong&gt;Settings&lt;/strong&gt; tab in Yap.&lt;/p&gt;
&lt;h2 id="transcription-provider"&gt;Transcription Provider&lt;/h2&gt;
&lt;p&gt;Choose between local and cloud transcription:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Local&lt;/strong&gt; — Uses whisper.cpp on your device&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cloud (OpenAI)&lt;/strong&gt; — Uses OpenAI&amp;rsquo;s Whisper API&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href="https://applauselab.ai/docs/yap/user-guide/transcription/"&gt;Transcription&lt;/a&gt; for details on each provider.&lt;/p&gt;
&lt;h2 id="model-selection-local-only"&gt;Model Selection (Local Only)&lt;/h2&gt;
&lt;p&gt;When using local transcription:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Browse available models&lt;/li&gt;
&lt;li&gt;Click to download models you need&lt;/li&gt;
&lt;li&gt;Click a downloaded model to select it as active&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The active model shows a green checkmark.&lt;/p&gt;</description></item><item><title>Keyboard Shortcuts</title><link>https://applauselab.ai/docs/yap/user-guide/keyboard-shortcuts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applauselab.ai/docs/yap/user-guide/keyboard-shortcuts/</guid><description>&lt;h2 id="global-hotkeys"&gt;Global Hotkeys&lt;/h2&gt;
&lt;p&gt;These work from any application:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;th&gt;Default Shortcut&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Start/Stop Recording&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;Right ⌥&lt;/kbd&gt;&lt;/td&gt;
 &lt;td&gt;Configurable in Settings&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Cancel Recording&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;Esc&lt;/kbd&gt;&lt;/td&gt;
 &lt;td&gt;During active recording&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="alternative-hotkey-options"&gt;Alternative Hotkey Options&lt;/h2&gt;
&lt;p&gt;Configure in Settings → Recording Hotkey:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Option&lt;/th&gt;
 &lt;th&gt;Key Combination&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Right Option&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;⌥&lt;/kbd&gt; (right side)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Left Option&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;⌥&lt;/kbd&gt; (left side)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Fn&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;fn&lt;/kbd&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Double-tap Right Option&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;⌥&lt;/kbd&gt; &lt;kbd&gt;⌥&lt;/kbd&gt; (quick double-tap)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="recording-overlay"&gt;Recording Overlay&lt;/h2&gt;
&lt;p&gt;When the recording overlay is visible:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;th&gt;Shortcut&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Stop &amp;amp; Transcribe&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;Return&lt;/kbd&gt; or hotkey&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Cancel Recording&lt;/td&gt;
 &lt;td&gt;&lt;kbd&gt;Esc&lt;/kbd&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="application-window"&gt;Application Window&lt;/h2&gt;
&lt;p&gt;When Yap window is focused:&lt;/p&gt;</description></item></channel></rss>