MCPcopy Create free account

hub / github.com/ItusiAI/Open-VoiceCanvas / functions

Functions337 in github.com/ItusiAI/Open-VoiceCanvas

↓ 1 callersFunctiongetClonePackages
()
app/page.tsx:176
↓ 1 callersFunctiongetClonePackages
()
app/pricing/page.tsx:236
↓ 1 callersFunctiongetDefaultVoiceForCharacter
(character: string)
app/story/page.tsx:897
↓ 1 callersFunctiongetDescription
()
components/InsufficientCreditsDialog.tsx:45
↓ 1 callersFunctiongetLocale
(lang: string)
app/design/page.tsx:264
↓ 1 callersFunctiongetPlanDesc
(type: string)
app/page.tsx:98
↓ 1 callersFunctiongetPlanDesc
(type: string)
app/pricing/page.tsx:482
↓ 1 callersFunctiongetPlanName
(type: string)
app/page.tsx:88
↓ 1 callersFunctiongetPlanName
(type: string)
app/pricing/page.tsx:473
↓ 1 callersFunctiongetPlanPrice
(type: string)
app/page.tsx:108
↓ 1 callersFunctiongetPlanPrice
(type: string)
app/pricing/page.tsx:491
↓ 1 callersFunctiongetStripe
()
app/page.tsx:233
↓ 1 callersFunctiongetTitle
()
components/InsufficientCreditsDialog.tsx:39
↓ 1 callersFunctionhandleClonePackagePurchase
(packageId: string)
app/pricing/page.tsx:384
↓ 1 callersFunctionhandlePause
()
app/story/page.tsx:1020
↓ 1 callersFunctionhandleTextChange
(value: string)
app/cloning/page.tsx:199
↓ 1 callersFunctionhandleTextChange
(value: string)
app/design/page.tsx:224
↓ 1 callersFunctionhandleTextChange
(value: string)
app/app/page.tsx:352
↓ 1 callersFunctionhasSingleVoice
(language: string, service?: SpeechService)
lib/polly-service.ts:749
↓ 1 callersFunctioninitVoices
()
app/app/page.tsx:314
↓ 1 callersFunctionisSubscriptionPlan
(planType: string)
app/api/create-checkout-session/route.ts:28
↓ 1 callersFunctionmain
()
scripts/migrate-clone-tables.ts:119
↓ 1 callersFunctionmergeAudioBuffers
(audioBuffers: ArrayBuffer[])
app/story/page.tsx:1123
↓ 1 callersFunctionmergeAudioFromUrls
(audioUrls: string[])
app/podcast/page.tsx:1027
↓ 1 callersFunctionperformMigration
()
scripts/migrate-clone-tables.ts:59
↓ 1 callersFunctionplayAudio
(index: number)
app/podcast/page.tsx:1106
↓ 1 callersFunctionplaySegment
(index: number)
app/story/page.tsx:974
↓ 1 callersFunctionprismaClientSingleton
()
lib/prisma.ts:3
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:74
↓ 1 callersFunctionreducer
(state: State, action: Action)
hooks/use-toast.ts:74
↓ 1 callersFunctionregenerateSegmentAudio
(segmentId: string)
app/story/page.tsx:1326
↓ 1 callersFunctionrenderChildren
()
components/require-auth.tsx:25
↓ 1 callersFunctionresetPassword
( token: string, newPassword: string )
lib/password-reset.ts:186
↓ 1 callersFunctionsendPasswordResetEmail
(email: string, resetUrl: string, name?: string)
lib/email.ts:148
↓ 1 callersFunctionsendPasswordResetEmailFallback
(email: string, resetUrl: string, name?: string)
lib/email.ts:219
↓ 1 callersFunctionstartEditingSegment
(segmentId: string)
app/story/page.tsx:1053
↓ 1 callersFunctionsynthesizeWithOpenai
( text: string, language: string, voiceId: string, speed: number )
lib/polly-service.ts:493
↓ 1 callersFunctiontestDiscordNotifications
()
scripts/test-discord.ts:7
↓ 1 callersFunctiontranslateFeature
(key: string)
app/page.tsx:157
↓ 1 callersFunctiontranslateFeature
(feature: string)
app/pricing/page.tsx:539
↓ 1 callersFunctiontriggerConfetti
()
app/profile/page.tsx:59
↓ 1 callersFunctionupdateCharacterEmotion
(characterName: string, emotion: string)
app/story/page.tsx:1284
↓ 1 callersFunctionupdateCharacterGender
(characterName: string, newGender: 'male' | 'female')
app/story/page.tsx:1269
↓ 1 callersFunctionupdateCharacterName
(oldName: string, newName: string)
app/story/page.tsx:1228
↓ 1 callersFunctionupdateCharacterVoice
(characterName: string, voiceId: string)
app/story/page.tsx:928
↓ 1 callersFunctionupdateSegmentCharacter
(segmentId: string, newCharacterName: string)
app/story/page.tsx:1042
↓ 1 callersFunctionupdateSegmentEmotion
(segmentId: string, emotion: string)
app/story/page.tsx:1306
↓ 1 callersFunctionupdateSegmentText
(segmentId: string, newText: string)
app/story/page.tsx:1031
↓ 1 callersFunctionupdateSegmentsWithVoices
(segments: StorySegment[], charactersWithVoices: StoryCharacter[])
app/story/page.tsx:854
↓ 1 callersFunctionupdateTables
()
scripts/update-tables.ts:14
↓ 1 callersFunctionuploadFile
(file: Buffer, fileName: string, purpose: 'voice_clone' | 'prompt_audio')
app/api/voice/clone/route.ts:46
↓ 1 callersFunctionuseSpeech
()
hooks/use-speech.ts:19
↓ 1 callersFunctionvalidateBackup
(timestamp: string)
scripts/migrate-clone-tables.ts:33
↓ 1 callersFunctionverifyEmailToken
(token: string)
lib/verification.ts:88
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionAppLayout
({ children, }: { children: React.ReactNode; })
app/cloning/layout.tsx:56
FunctionAppLayout
({ children, }: { children: React.ReactNode; })
app/app/layout.tsx:56
FunctionAppTitleUpdater
()
app/app/title-updater.tsx:6
FunctionAudioVisualizer
({ audioContext, audioSource, onPause, onResume, isPlaying }: AudioVisualizerProps)
components/audio-visualizer.tsx:15
FunctionAuthDialog
({ isOpen, onClose }: AuthDialogProps)
components/auth-dialog.tsx:20
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<'span'>)
components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<'li'>)
components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
components/ui/calendar.tsx:12
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
components/ui/chart.tsx:70
FunctionCloning
()
app/cloning/page.tsx:95
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
components/ui/command.tsx:28
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/command.tsx:129
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/context-menu.tsx:168
FunctionCookiePolicy
()
app/cookies/page.tsx:10
FunctionDELETE
(request: Request)
app/api/voice/cloned-voices/route.ts:121
FunctionDELETE
(request: Request)
app/api/voice/designed-voices/route.ts:119
FunctionDesignLayout
({ children, }: { children: React.ReactNode; })
app/design/layout.tsx:56
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionFooter
()
components/footer.tsx:9
FunctionForgotPasswordForm
()
app/components/forgot-password-form.tsx:13
FunctionForgotPasswordPage
()
app/forgot-password/page.tsx:3
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:31
FunctionGET
(request: Request)
app/api/auth/verify-email/route.ts:4
FunctionGET
()
app/api/auth/refresh-session/route.ts:8
FunctionGET
()
app/api/user/plan/route.ts:6
FunctionGET
()
app/api/user/session/route.ts:6
FunctionGET
(request: Request)
app/api/test-email/route.ts:4
FunctionGET
()
app/api/voice/cloned-voices/route.ts:9
FunctionGET
()
app/api/voice/designed-voices/route.ts:9
FunctionGoogleAnalytics
()
components/google-analytics.tsx:7
FunctionHome
()
app/app/page.tsx:259
FunctionInsufficientCreditsDialog
({ open, onOpenChange, type }: InsufficientCreditsDialogProps)
components/InsufficientCreditsDialog.tsx:24
FunctionLandingPage
()
app/page.tsx:257
FunctionLanguageProvider
({ children }: { children: ReactNode })
lib/i18n/language-context.tsx:48
FunctionLoginPage
()
app/auth/login/page.tsx:7
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/menubar.tsx:203
FunctionNavBar
()
components/nav-bar.tsx:54
FunctionPOST
(req: Request)
app/api/auth/reset-password/route.ts:11
← previousnext →101–200 of 337, ranked by callers