/tg/ Station 13 - Modules - TypesVar Details

tts220

Vars

debug_mode_enabledIs debug mode enabled or not. Information about sanitized_messages_cache_hit and sanitized_messages_cache_miss is printed to debug logs each SS fire
gender_tableMapping of BYOND gender to TTS gender
sanitized_messages_cacheList of all messages that were sanitized as: meesage md5 hash => message
sanitized_messages_cache_hitAmount of message duplicates that were sanitized current SS fire. Debug purpose only
sanitized_messages_cache_missAmount of unique messages that were sanitized current SS fire. Debug purpose only
sanitized_messages_cachingWhether or not caching of sanitized messages is performed
tts_acronym_replacementsReplacement map for acronyms for proper TTS spelling. Not private because replacetext can use only global procs
tts_effects_queueFfmpeg queue. Is an assoc list. Each entry is a filename mapped to the list of sound processing requests which require it.
tts_error_rawLast errored requests' contents
tts_errorsAssoc list of request error codes
tts_job_replacementsReplacement map for jobs for proper TTS spelling
tts_local_channels_by_ownerList of currently existing binding of atom and sound channel: atom => sound_channel.
tts_providersList of all available TTS providers
tts_queueGeneral request queue
tts_request_failedAmount of errored requests to providers
tts_request_succeededAmount of successfull requests to providers
tts_requests_queueLazy list of request that need to performed to TTS provider API
tts_reusedAmount of cache hits
tts_rpsRequests per Second (RPS), only real API requests
tts_rrpsReused Requests per Second (RRPS), only reused requests
tts_seedsList of all available TTS seeds
tts_seeds_by_genderList of all tts seeds mapped by TTS gender: tts gender => list of seeds
tts_seeds_namesList of all available TTS seed names
tts_seeds_names_by_donator_levelsList of all available TTS seed names, mapped by donator level for faster access
tts_trpsTotal Requests per Second (TRPS), all TTS request, even reused
tts_wantedAll time tts uses

Var Details

debug_mode_enabled

Is debug mode enabled or not. Information about sanitized_messages_cache_hit and sanitized_messages_cache_miss is printed to debug logs each SS fire

gender_table

Mapping of BYOND gender to TTS gender

sanitized_messages_cache

List of all messages that were sanitized as: meesage md5 hash => message

sanitized_messages_cache_hit

Amount of message duplicates that were sanitized current SS fire. Debug purpose only

sanitized_messages_cache_miss

Amount of unique messages that were sanitized current SS fire. Debug purpose only

sanitized_messages_caching

Whether or not caching of sanitized messages is performed

tts_acronym_replacements

Replacement map for acronyms for proper TTS spelling. Not private because replacetext can use only global procs

tts_effects_queue

Ffmpeg queue. Is an assoc list. Each entry is a filename mapped to the list of sound processing requests which require it.

tts_error_raw

Last errored requests' contents

tts_errors

Assoc list of request error codes

tts_job_replacements

Replacement map for jobs for proper TTS spelling

tts_local_channels_by_owner

List of currently existing binding of atom and sound channel: atom => sound_channel.

tts_providers

List of all available TTS providers

tts_queue

General request queue

tts_request_failed

Amount of errored requests to providers

tts_request_succeeded

Amount of successfull requests to providers

tts_requests_queue

Lazy list of request that need to performed to TTS provider API

tts_reused

Amount of cache hits

tts_rps

Requests per Second (RPS), only real API requests

tts_rrps

Reused Requests per Second (RRPS), only reused requests

tts_seeds

List of all available TTS seeds

tts_seeds_by_gender

List of all tts seeds mapped by TTS gender: tts gender => list of seeds

tts_seeds_names

List of all available TTS seed names

tts_seeds_names_by_donator_levels

List of all available TTS seed names, mapped by donator level for faster access

tts_trps

Total Requests per Second (TRPS), all TTS request, even reused

tts_wanted

All time tts uses