MCPcopy Create free account

hub / github.com/altic-dev/FluidVoice / functions

Functions2,803 in github.com/altic-dev/FluidVoice

↓ 2 callersMethodupdatePromptMenuVisibility
()
Sources/Fluid/Views/NotchContentViews.swift:591
↓ 2 callersMethodupdatePromptModeShortcut
(_ newShortcut: HotkeyShortcut)
Sources/Fluid/Services/GlobalHotkeyManager.swift:575
↓ 2 callersMethodupdateRecognizerIfNeeded
()
Sources/Fluid/Services/AppleSpeechProvider.swift:117
↓ 2 callersMethodupdateRewriteModeShortcut
(_ newShortcut: HotkeyShortcut)
Sources/Fluid/Services/GlobalHotkeyManager.swift:544
↓ 2 callersMethodupsert
(dictionaryEntryID: UUID, label: String, modelKey: String, enrollments: [PronunciationEnrollmentCapture])
Sources/Fluid/Services/PronunciationDictionaryStore.swift:69
↓ 2 callersMethodupsertAppPromptBinding
(for mode: PromptMode, appBundleID: String, appName: String, promptID: String?)
Sources/Fluid/Persistence/SettingsStore.swift:775
↓ 2 callersMethodvalidate
(_ document: AppBackupDocument)
Sources/Fluid/Persistence/BackupService.swift:208
↓ 2 callersMethodvalidateArtifacts
(at directory: URL)
Sources/Fluid/Services/ExternalCoreMLModelRegistry.swift:102
↓ 2 callersMethodvalidateArtifactsOrThrow
(at directory: URL)
Sources/Fluid/Services/ExternalCoreMLModelRegistry.swift:157
↓ 2 callersMethodvalidateDownloadedFile
Validates a freshly-downloaded artifact before it is persisted as a model file. A network proxy / secure web gateway can return an HTML (or XML) bloc
Sources/Fluid/Networking/ModelDownloader.swift:413
↓ 2 callersMethodvalidatesInstalledArtifacts
(at directory: URL)
Sources/Fluid/Services/ExternalCoreMLModelRegistry.swift:106
↓ 2 callersMethodverifiedPromptProviders
()
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1916
↓ 2 callersMethodverifyPrivateAIConnection
(_ model: PrivateAIRegisteredModel)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:1057
↓ 2 callersMethodverifyPrivateAIProvider
(model: PrivateAIRegisteredModel)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:364
↓ 2 callersMethodversionString
(for appURL: URL)
Sources/Fluid/Services/SimpleUpdater.swift:639
↓ 2 callersMethodwaitForPendingAudioRouteRecoveryBeforeStart
Recording startup must let an already-scheduled route rebuild finish. Cancelling it here can preserve the stale prepared generation that the route eve
Sources/Fluid/Services/ASRService.swift:3125
↓ 2 callersMethodwithFallbackExpectedBytes
(_ byteCount: Int64?)
Sources/Fluid/Services/PrivateAIProvider.swift:50
↓ 2 callersMethodwithProviderSettingsRestored
(run: () -> Void)
Tests/FluidDictationIntegrationTests/DictationE2ETests.swift:2301
↓ 2 callersMethodwordCount
Count words in a string (handles multiple spaces, newlines)
Sources/Fluid/Persistence/TranscriptionHistoryStore.swift:421
↓ 2 callersMethodwords
(in phrase: String)
Sources/Fluid/Services/ASRService+SpokenPunctuationFormatting.swift:201
↓ 1 callersMethodabandonMicrophonePreviewRequestIfOwned
(_ operationGeneration: UInt64)
Sources/Fluid/Services/ASRService.swift:1635
↓ 1 callersMethodacceptRewrite
()
Sources/Fluid/Services/RewriteModeService.swift:162
↓ 1 callersMethodacceptedFrameRange
(frameCount: Int, sampleRate: Double, packetHostTime: UInt64, startHostTime: UInt64, stopHostTime: UInt64?)
Sources/Fluid/Services/ASRService.swift:5068
↓ 1 callersMethodactionRow
(title: String, icon: String, rowID: String, enabled: Bool, action: @escaping () -> Void)
Sources/Fluid/Views/BottomOverlayView.swift:1732
↓ 1 callersMethodactivatePrivateAI
(scrollProxy: ScrollViewProxy)
Sources/Fluid/UI/OnboardingAIEnhancementStepView.swift:1211
↓ 1 callersMethodactivateSpeechModel
(_ model: SettingsStore.SpeechModel)
Sources/Fluid/UI/AISettings/VoiceEngineSettingsViewModel.swift:124
↓ 1 callersMethodactivateSystemSettings
()
Sources/Fluid/ContentView.swift:4127
↓ 1 callersMethodactiveSession
()
Sources/Fluid/Services/WhisperProvider.swift:113
↓ 1 callersMethodactivityTooltip
(for item: (date: Date, words: Int))
Sources/Fluid/UI/StatsView.swift:403
↓ 1 callersMethodadaptive
(accent: Color, colorScheme: ColorScheme)
Sources/Fluid/Theme/AppTheme.swift:275
↓ 1 callersMethodaddAppPromptBindingFromFilePicker
(for mode: SettingsStore.PromptMode)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1796
↓ 1 callersMethodaddListenerLocked
(objectID: AudioObjectID, selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope, name: String
Sources/Fluid/Services/DirectCoreAudioInput.swift:1265
↓ 1 callersMethodaddManualReplacementIfValid
()
Sources/Fluid/UI/CustomDictionaryView.swift:1602
↓ 1 callersMethodaddNewModel
()
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:557
↓ 1 callersMethodaddReplacementEntry
(_ entry: SettingsStore.CustomDictionaryEntry)
Sources/Fluid/UI/CustomDictionaryView.swift:1588
↓ 1 callersMethodaddResponsesExtraParameter
(name: String, value: Any, to body: inout [String: Any])
Sources/Fluid/Services/LLMClient.swift:395
↓ 1 callersMethodaddTrainedReplacement
()
Sources/Fluid/UI/CustomDictionaryView.swift:1952
↓ 1 callersMethodaddTrainingVariant
(from transcript: String)
Sources/Fluid/UI/CustomDictionaryView.swift:1882
↓ 1 callersMethodaddTrainingVariant
(from transcript: String)
Sources/Fluid/Services/AutomaticDictionaryTrainingSession.swift:301
↓ 1 callersMethodaddWord
()
Sources/Fluid/UI/SettingsView.swift:2724
↓ 1 callersMethodaiConfigurationSectionButton
(_ section: AIEnhancementConfigurationSection)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:129
↓ 1 callersMethodaiSetupSummaryItem
(icon: String, text: String)
Sources/Fluid/UI/AISettingsView+AIConfiguration.swift:238
↓ 1 callersMethodallExistingTriggers
Returns all existing trigger words for duplicate detection
Sources/Fluid/UI/CustomDictionaryView.swift:2239
↓ 1 callersMethodallProfiles
()
Sources/Fluid/Services/PronunciationDictionaryStore.swift:52
↓ 1 callersMethodanimateShortcutKeyToggle
(to isListening: Bool)
Sources/Fluid/UI/OnboardingTryoutStepView.swift:399
↓ 1 callersMethodappBindingTargetMenuTitle
(_ target: AIEnhancementSettingsViewModel.AppBindingTarget)
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:1606
↓ 1 callersMethodappBindingTargets
(for mode: SettingsStore.PromptMode)
Sources/Fluid/UI/AISettings/AIEnhancementSettingsViewModel.swift:1725
↓ 1 callersMethodappIconView
(bundleID: String)
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:1439
↓ 1 callersMethodappPromptBindingRow
(binding: SettingsStore.AppPromptBinding, mode: SettingsStore.PromptMode, modeProfiles: [SettingsStore.Dictati
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:1342
↓ 1 callersMethodappPromptBindingsSection
(mode: SettingsStore.PromptMode, isEmphasized: Bool, isEnabled: Bool)
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:1274
↓ 1 callersMethodappendInt16LE
(_ value: Int16, to data: inout Data)
Sources/Fluid/Persistence/DictationAudioHistoryStore.swift:352
↓ 1 callersMethodappendRunMetadata
()
Sources/Fluid/Services/FileLogger.swift:109
↓ 1 callersMethodappendUInt16LE
(_ value: UInt16, to data: inout Data)
Sources/Fluid/Persistence/DictationAudioHistoryStore.swift:342
↓ 1 callersMethodappendUInt32LE
(_ value: UInt32, to data: inout Data)
Sources/Fluid/Persistence/DictationAudioHistoryStore.swift:347
↓ 1 callersMethodappendingPath
(_ path: String, to baseURL: String)
Sources/Fluid/Services/LLMClient.swift:274
↓ 1 callersMethodappleScriptEscaped
(_ value: String)
Sources/Fluid/Persistence/SettingsStore+LaunchAtStartup.swift:172
↓ 1 callersMethodappleSpeechAnalyzerLocaleIdentifier
(for languageID: String)
Sources/Fluid/Persistence/VoiceEngineLanguageCatalog.swift:189
↓ 1 callersMethodappleSpeechLegacyLocaleIdentifier
(for languageID: String)
Sources/Fluid/Persistence/VoiceEngineLanguageCatalog.swift:193
↓ 1 callersMethodapply
(_ route: VoiceEngineLanguageRoute, to settings: SettingsStore)
Sources/Fluid/Persistence/VoiceEngineLanguageCatalog.swift:115
↓ 1 callersMethodapply
(_ text: String, prefix: String, rules dictionaryRules: [SettingsStore.PunctuationDictionaryRule], appName: St
Sources/Fluid/Services/ASRService+SpokenPunctuationFormatting.swift:106
↓ 1 callersMethodapplyAnalyticsConsentChange
(_ enabled: Bool)
Sources/Fluid/UI/SettingsView.swift:1769
↓ 1 callersMethodapplyAudioHistoryBudget
()
Sources/Fluid/UI/SettingsView.swift:1627
↓ 1 callersMethodapplyDeviceAvailability
(isAlive: Bool, deviceID: AudioObjectID)
Sources/Fluid/Services/ASRService.swift:3781
↓ 1 callersMethodapplyHistoryTextOutput
(_ text: String, saveToHistory: Bool)
Sources/Fluid/ContentView.swift:2739
↓ 1 callersMethodapplyLaunchAtStartupErrorMessage
(_ message: String?)
Sources/Fluid/Persistence/SettingsStore.swift:2366
↓ 1 callersMethodapplyLaunchAtStartupStatus
(enabled: Bool, statusMessage: String, errorMessage: String?)
Sources/Fluid/Persistence/SettingsStore.swift:2359
↓ 1 callersMethodapplyMentionFormatting
(_ text: String, appName: String?, bundleID: String?, windowTitle: String?)
Sources/Fluid/Services/ASRService+DictationLiteralFormatting.swift:190
↓ 1 callersMethodapplyPrimaryDictationShortcut
(_ shortcut: HotkeyShortcut, edit: PrimaryDictationShortcutEdit)
Sources/Fluid/ContentView.swift:1102
↓ 1 callersMethodapplyPromptEditorConfigurationDraft
(mode: PromptEditorMode)
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:486
↓ 1 callersMethodapplyPronunciationMatches
(result: ASRResult, features: EncoderFeatureSequence, profiles: [PronunciationDictionaryProfile])
Sources/Fluid/Services/FluidAudioProvider.swift:342
↓ 1 callersMethodapplyRecordedShortcut
(_ shortcut: HotkeyShortcut, to target: ShortcutRecordingTarget)
Sources/Fluid/ContentView.swift:1064
↓ 1 callersMethodapplyShortcutStateChanges
(to view: Content)
Sources/Fluid/ContentView.swift:434
↓ 1 callersMethodapplySlashCommandFormatting
(_ text: String)
Sources/Fluid/Services/ASRService+DictationLiteralFormatting.swift:170
↓ 1 callersMethodapplySmoothingAndThreshold
(_ newLevel: CGFloat)
Sources/Fluid/Services/ASRService.swift:5202
↓ 1 callersMethodapplyTerminalLiteralAutocompleteSpacing
(_ text: String, appName: String?, bundleID: String?, windowTitle: String?)
Sources/Fluid/Services/ASRService+DictationLiteralFormatting.swift:236
↓ 1 callersMethodartifactsAreComplete
(root: URL, items: [ModelItem])
Sources/Fluid/Networking/ModelDownloader.swift:324
↓ 1 callersMethodattachAudio
(_ audio: DictationAudioMetadata, to entryID: UUID)
Sources/Fluid/Persistence/TranscriptionHistoryStore.swift:304
↓ 1 callersMethodaudioFileName
(entryID: UUID, timestamp: Date)
Sources/Fluid/Persistence/DictationAudioHistoryStore.swift:289
↓ 1 callersMethodaudioHistoryControls
()
Sources/Fluid/UI/SettingsView.swift:1852
↓ 1 callersMethodaudioHistoryUsageFraction
()
Sources/Fluid/UI/SettingsView.swift:1928
↓ 1 callersMethodaudioMetadataText
(for entry: TranscriptionHistoryEntry)
Sources/Fluid/UI/TranscriptionHistoryView.swift:579
↓ 1 callersMethodautoDisablePromptTestIfNeeded
()
Sources/Fluid/UI/AISettingsView+AdvancedSettings.swift:1954
↓ 1 callersMethodavailableMemoryGB
()
Sources/Fluid/Services/WhisperProvider.swift:269
↓ 1 callersMethodavailableSelectedProviderID
(for rawValue: String?)
Sources/Fluid/Persistence/SettingsStore.swift:3854
↓ 1 callersMethodbackgroundColor
(isHighlighted: Bool)
Sources/Fluid/Theme/Components/OnboardingComponents.swift:363
↓ 1 callersMethodbackupUtilityRow
()
Sources/Fluid/UI/SettingsView.swift:1817
↓ 1 callersMethodbarsView
(using height: @escaping (Int) -> CGFloat)
Sources/Fluid/Views/NotchContentViews.swift:1080
↓ 1 callersMethodbarsView
(using height: @escaping (Int) -> CGFloat)
Sources/Fluid/Views/NotchContentViews.swift:1783
↓ 1 callersMethodbeginDictationRecording
(for slot: SettingsStore.DictationShortcutSlot, mode: ActiveRecordingMode)
Sources/Fluid/ContentView.swift:3749
↓ 1 callersMethodbeginObservingInsertion
(_ insertedText: String, targetPID: pid_t?)
Sources/Fluid/Services/AutomaticDictionaryCorrectionTracker.swift:422
↓ 1 callersMethodbeginPendingReleaseStop
(for type: HotkeyHoldModeType)
Sources/Fluid/Services/GlobalHotkeyManager.swift:362
↓ 1 callersMethodbeginReleaseTransition
(duration: TimeInterval)
Sources/Fluid/Views/BottomOverlayView.swift:281
↓ 1 callersMethodbeginSession
()
Sources/Fluid/Services/DictionaryTrainingEndpointDetector.swift:29
↓ 1 callersMethodbeginUpgrade
(settings: SettingsStore, defaults: UserDefaults)
Sources/Fluid/Services/PrivateAIIntegrationService.swift:73
↓ 1 callersMethodbench
(_ message: String)
Sources/Fluid/Services/TypingService.swift:382
↓ 1 callersMethodbindPreferredInputDeviceIfNeeded
In independent mode, attempt to bind AVAudioEngine's input to the user's preferred input device. In sync-with-system mode, we intentionally do nothing
Sources/Fluid/Services/ASRService.swift:2621
↓ 1 callersMethodbindPreferredOutputDeviceIfNeeded
In independent mode, attempt to bind AVAudioEngine's output to the user's preferred output device. In sync-with-system mode, we intentionally do nothi
Sources/Fluid/Services/ASRService.swift:2654
↓ 1 callersMethodbootMainWindowHiddenIfPresent
Realize the main window invisibly so ContentView's startup runs, then order it out. Used for login-item launches when "Show window when launched at lo
Sources/Fluid/AppDelegate.swift:254
↓ 1 callersMethodbootstrapOnboardingState
(isTrueFirstOpen: Bool)
Sources/Fluid/Persistence/SettingsStore.swift:2593
↓ 1 callersMethodboundedLimit
(from request: Request, default defaultValue: Int, maximum: Int)
Sources/Fluid/Services/LocalAPI/LocalAPIModels.swift:89
← previousnext →901–1,000 of 2,803, ranked by callers