MCPcopy Create free account

hub / github.com/code-with-antonio/resonance / functions

Functions417 in github.com/code-with-antonio/resonance

FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:130
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:8
FunctionSettingsDrawer
({ open, onOpenChange, children, }: SettingsDrawerProps)
src/features/text-to-speech/components/settings-drawer.tsx:22
FunctionSettingsPanel
()
src/features/text-to-speech/components/settings-panel.tsx:16
FunctionSettingsPanelHistory
()
src/features/text-to-speech/components/settings-panel-history.tsx:10
FunctionSettingsPanelSettings
()
src/features/text-to-speech/components/settings-panel-settings.tsx:13
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: React.ComponentProps<typ
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:121
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:98
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:88
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:108
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:13
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
src/components/ui/sidebar.tsx:155
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:372
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:347
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:386
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:418
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:441
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:397
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:336
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:322
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
src/components/ui/sidebar.tsx:308
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:455
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
src/components/ui/sidebar.tsx:549
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:581
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
src/components/ui/sidebar.tsx:499
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:466
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean })
src/components/ui/sidebar.tsx:603
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:641
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
src/components/ui/sidebar.tsx:670
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:656
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
src/components/ui/sidebar.tsx:57
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:283
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:358
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:257
FunctionSignInPage
()
src/app/sign-in/[[...sign-in]]/page.tsx:3
FunctionSignUpPage
()
src/app/sign-up/[[...sign-up]]/page.tsx:3
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeof Sli
src/components/ui/slider.tsx:8
FunctionSpinner
({ className, ...props }: React.ComponentProps<"svg">)
src/components/ui/spinner.tsx:5
FunctionSwitch
({ className, size = "default", ...props }: React.ComponentProps<typeof SwitchPrimitive.Root> & { size
src/components/ui/switch.tsx:8
FunctionTRPCReactProvider
( props: Readonly<{ children: React.ReactNode; }>, )
src/trpc/client.tsx:33
FunctionTTSVoicesProvider
({ children, value, }: { children: React.ReactNode; value: TTSVoicesContextValue; })
src/features/text-to-speech/contexts/tts-voices-context.tsx:19
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, orientation = "horizontal", ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:9
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:78
FunctionTabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & Varia
src/components/ui/tabs.tsx:43
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:59
FunctionTextInputPanel
()
src/features/text-to-speech/components/text-input-panel.tsx:22
FunctionTextInputPanel
()
src/features/dashboard/components/text-input-panel.tsx:15
FunctionTextToSpeechDetailPage
({ params, }: { params: Promise<{ generationId: string }>; })
src/app/(dashboard)/text-to-speech/[generationId]/page.tsx:4
FunctionTextToSpeechDetailView
({ generationId, }: { generationId: string; })
src/features/text-to-speech/views/text-to-speech-detail-view.tsx:16
FunctionTextToSpeechForm
({ children, defaultValues, }: { children: React.ReactNode; defaultValues?: TTSFormValues; })
src/features/text-to-speech/components/text-to-speech-form.tsx:37
FunctionTextToSpeechLayout
({ children, }: { children: React.ReactNode; })
src/features/text-to-speech/views/text-to-speech-layout.tsx:3
FunctionTextToSpeechPage
({ searchParams, }: { searchParams: Promise<{ text?: string; voiceId?: string }>; })
src/app/(dashboard)/text-to-speech/page.tsx:7
FunctionTextToSpeechView
({ initialValues, }: { initialValues?: Partial<TTSFormValues>; })
src/features/text-to-speech/views/text-to-speech-view.tsx:16
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:13
FunctionToggle
({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & Variant
src/components/ui/toggle.tsx:31
FunctionToggleGroup
({ className, variant, size, spacing = 0, children, ...props }: React.ComponentProps<typeof Toggle
src/components/ui/toggle-group.tsx:20
FunctionToggleGroupItem
({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
src/components/ui/toggle-group.tsx:51
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:33
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:27
FunctionUpgradeCard
()
src/features/billing/components/usage-container.tsx:16
FunctionUsageCard
({ estimatedCostCents }: { estimatedCostCents: number })
src/features/billing/components/usage-container.tsx:49
FunctionUsageContainer
()
src/features/billing/components/usage-container.tsx:100
FunctionVoiceAvatar
({ seed, name, className }: VoiceAvatarProps)
src/components/voice-avatar/voice-avatar.tsx:17
FunctionVoiceCard
({ voice }: VoiceCardProps)
src/features/voices/components/voice-card.tsx:54
FunctionVoiceCreateDialog
({ children, open, onOpenChange, }: VoiceCreateDialogProps)
src/features/voices/components/voice-create-dialog.tsx:34
FunctionVoiceCreateForm
({ scrollable, footer, onError, }: VoiceCreateFormProps)
src/features/voices/components/voice-create-form.tsx:256
FunctionVoicePreviewMobile
({ audioUrl, voice, text, }: { audioUrl: string; voice: VoicePreviewMobileVoice | null; text: stri
src/features/text-to-speech/components/voice-preview-mobile.tsx:15
FunctionVoicePreviewPanel
({ audioUrl, voice, text, }: { audioUrl: string; voice: VoicePreviewPanelVoice | null; text: strin
src/features/text-to-speech/components/voice-preview-panel.tsx:24
FunctionVoicePreviewPlaceholder
()
src/features/text-to-speech/components/voice-preview-placeholder.tsx:6
FunctionVoiceRecorder
({ file, onFileChange, isInvalid, }: { file: File | null; onFileChange: (file: File | null) => void;
src/features/voices/components/voice-recorder.tsx:23
FunctionVoiceSelector
()
src/features/text-to-speech/components/voice-selector.tsx:26
FunctionVoiceSelectorButton
()
src/features/text-to-speech/components/voice-selector-button.tsx:14
FunctionVoicesContent
()
src/features/voices/views/voices-view.tsx:11
FunctionVoicesLayout
({ children }: { children: React.ReactNode })
src/features/voices/views/voices-layout.tsx:3
FunctionVoicesList
({ title, voices }: VoicesListProps)
src/features/voices/components/voices-list.tsx:11
FunctionVoicesPage
({ searchParams, }: { searchParams: Promise<SearchParams>; })
src/app/(dashboard)/voices/page.tsx:11
FunctionVoicesToolbar
()
src/features/voices/components/voices-toolbar.tsx:15
FunctionVoicesView
()
src/features/voices/views/voices-view.tsx:29
FunctionWavyBackground
({ children, className, containerClassName, colors, waveWidth, backgroundFill, blur = 10, spee
src/components/ui/wavy-background.tsx:8
Methodgenerate
( self, prompt: str, audio_prompt_path: str, temperature: float = 0.8,
chatterbox_tts.py:147
Methodgenerate_speech
(request: TTSRequest)
chatterbox_tts.py:116
← previousnext →301–400 of 417, ranked by callers