MCPcopy Create free account

hub / github.com/Gyyyn/OpenWebTTS / functions

Functions180 in github.com/Gyyyn/OpenWebTTS

↓ 1 callersFunctionhandleLogin
()
static/js/index.js:1974
↓ 1 callersFunctionhandleSaveBook
()
static/js/index.js:2042
↓ 1 callersFunctionhandleTextBookUpdate
()
static/js/index.js:816
↓ 1 callersFunctionhighlightChunk
(chunkObject)
static/js/index.js:622
↓ 1 callersFunctionhighlightHTML
(chunkObject)
static/js/index.js:1337
↓ 1 callersFunctionhighlightPdfChunk
(chunkObject)
static/js/index.js:1234
↓ 1 callersFunctionisLikelyFooterText
(str)
static/js/helpers.js:258
↓ 1 callersFunctionisSimilar
(stringA, stringB, minPercentage)
static/js/helpers.js:148
↓ 1 callersFunctionkitten_process_audio
(voice, lang, text, output)
functions/kitten.py:7
↓ 1 callersFunctionkokoro_process_audio
(voice, lang, text, output)
functions/kokoro.py:7
↓ 1 callersFunctionlazy_import_chatterbox
()
functions/routes.py:50
↓ 1 callersFunctionlazy_import_kitten
()
functions/routes.py:46
↓ 1 callersFunctionlazy_import_kokoro
()
functions/routes.py:42
↓ 1 callersFunctionlazy_import_piper
()
functions/routes.py:30
↓ 1 callersFunctionlevenshteinDistance
* A helper function to calculate the Levenshtein distance between two strings. * This is the number of edits needed to change one string into the
static/js/helpers.js:179
↓ 1 callersFunctionloadBookContent
(book)
static/js/index.js:744
↓ 1 callersFunctionparseTextContent
(text)
static/js/helpers.js:419
↓ 1 callersFunctionpiper_process_audio
(voice, lang, text, output)
functions/piper.py:5
↓ 1 callersFunctionpollOcrResult
(taskId, bookId = null)
static/js/index.js:1496
↓ 1 callersFunctionrenameBook
(bookId)
static/js/index.js:598
↓ 1 callersFunctionrenderBookContent
(book)
static/js/index.js:666
↓ 1 callersFunctionrenderUserPdfs
(currentUser)
static/js/library.js:71
↓ 1 callersMethodsave_pdf_to_user_folder
(self, username: str, filename: str, pdf_content: bytes)
functions/users.py:23
↓ 1 callersFunctionsave_voice_sample
Saves an audio file to the Coqui models directory.
functions/coqui.py:7
↓ 1 callersFunctionsplitTextIntoChunks
(text, chunkSize)
static/js/helpers.js:68
↓ 1 callersFunctionstopRecording
(appState)
static/js/helpers.js:612
↓ 1 callersFunctiontranscribeAudio
(appState, audioBlob)
static/js/helpers.js:528
↓ 1 callersFunctiontranscribeAudioFile
(audioFile)
static/js/index.js:1724
↓ 1 callersFunctionunhighlightChunk
(chunkObject)
static/js/index.js:656
↓ 1 callersFunctionupdateCurrentPage
(appState)
static/js/UI.js:202
↓ 1 callersFunctionupdateTextChunkReader
(appState)
static/js/UI.js:213
Method__init__
(self, users_dir)
functions/users.py:8
Function_generate_and_update_podcast_audio
(username: str, podcast_id: str, request: SynthesizeRequest, output_path: str, audio_url: str)
functions/routes.py:744
Function_perform_ocr
Background task to perform OCR and save the result.
functions/routes.py:405
Functionadd_book_route
(username: str, book: BookData)
functions/routes.py:642
FunctioncheckPhraseSimilarity
(initialString, comparisonString, minPercentage)
static/js/helpers.js:218
Functionclear_cache
()
functions/routes.py:513
FunctioncreateSleepTimer
(duration, callback)
static/js/helpers.js:500
Functioncreate_user_route
(user: UserCreate)
functions/routes.py:620
Functiondelete_book_route
(username: str, book_id: str)
functions/routes.py:707
Functiondelete_podcast_route
(username: str, podcast_id: str)
functions/routes.py:728
Functiondetect_lang
(request: DetectLangRequest)
functions/routes.py:612
FunctiondownloadKokoroVoice
()
static/js/config.js:114
FunctiondownloadPiperVoice
()
static/js/config.js:62
Functiondownload_kokoro_voice
(voice: KokoroVoice)
functions/routes.py:334
Functiondownload_piper_voice
(voice: PiperVoice)
functions/routes.py:310
Functionedit_book_route
(username: str, book_id: str, book_update: BookUpdate)
functions/routes.py:735
FunctionfindRepeatedFooters
(multiPageItems, pageHeight = 842)
static/js/helpers.js:334
Functiongenerate_podcast_route
(username: str, podcast: PodcastGenerate, background_tasks: BackgroundTasks)
functions/routes.py:753
Functiongenerate_speech
(request: SpeechRequest, background_tasks: BackgroundTasks, api_key: Optional[str] = Header(None))
functions/openai_api.py:101
FunctiongetPodcastById
(params)
static/js/podcast.js:65
Functionget_books_route
(username: str)
functions/routes.py:637
Functionget_cache_size
()
functions/routes.py:556
Functionget_noise_files
Get all noise audio files from /static/audio/noise
functions/routes.py:793
Functionget_ocr_result
(task_id: str)
functions/routes.py:461
Functionget_piper_voices_from_hf
()
functions/routes.py:301
Functionget_podcasts_route
(username: str)
functions/routes.py:702
Functionget_user_pdf
(username: str, filename: str)
functions/routes.py:688
Functionget_user_pdfs_route
(username: str)
functions/routes.py:649
FunctiongoToNextAudioChunk
()
static/js/index.js:1012
FunctiongoToPreviousAudioChunk
()
static/js/index.js:1048
FunctionhandleCreateAccount
()
static/js/index.js:2016
FunctionhandleLogout
()
static/js/index.js:2005
Functionlist_openai_voices
()
functions/openai_api.py:93
Functionlist_voices
(engine: str, api_key: Optional[str] = None)
functions/routes.py:370
Functionlogin_route
(user: UserLogin)
functions/routes.py:627
Functionread_config
(request: Request)
functions/routes.py:293
Functionread_docx
(file: UploadFile = File(...))
functions/routes.py:499
Functionread_epub
(file: UploadFile = File(...))
functions/routes.py:477
Functionread_pdf
(file: UploadFile = File(...), background_tasks: BackgroundTasks = None)
functions/routes.py:424
Functionread_root
(request: Request)
functions/routes.py:287
Functionread_website
(request: ReadWebsiteRequest)
functions/routes.py:597
FunctionreadableUnixTime
(timestamp)
static/js/helpers.js:13
Functionset_device
(str)
config.py:24
FunctionshowNotification
(message, type = 'info')
static/js/config.js:335
Functionspeech_to_text
(file: UploadFile = File(...))
functions/routes.py:522
Functionstartup_event
()
functions/openai_api.py:89
Functionsynthesize_speech
(request: SynthesizeRequest, background_tasks: BackgroundTasks)
functions/routes.py:388
Functionupload_pdf_route
(username: str, file: UploadFile = File(...), content: str = Form(...))
functions/routes.py:654
Functionvoice_cloning
(file: UploadFile = File(...))
functions/routes.py:350
← previous101–180 of 180, ranked by callers