- Joined
- Nov 26, 2019
It is using your computers default TTSJust noticed a funny detail, when you play a TTS message in the chat, the TTS voice reads it with the appropriate accent for your geographical location.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It is using your computers default TTSJust noticed a funny detail, when you play a TTS message in the chat, the TTS voice reads it with the appropriate accent for your geographical location.
Always was the best, son.Jon turned from the worst house member into the best one in a single night/morning. God damn. If the others didn't like him before, they sure as fuck hate him now.
I want Jonathan to preach to a drag queen(potential) upcoming fishtoys
View attachment 5073127
prices are TBD (all set to 9999)
View attachment 5073129
I think they need more bouncy balls and maybe whistles.Josie pacing around the couch again.
Jon’s like Lebron he’s only reading the first page
View attachment 5072253

Or spergs can wait 20 minutes until they're done cooking to pay for TTS.They really need to do something about the kitchen TTS, can barely hear it.
It's $70$30 dollars for TTS is kind of insane, I'd have set it at $15
Even when they weren't cooking you could almost not here it. Was same with living room.Or spergs can wait 20 minutes until they're done cooking to pay for TTS.
You have to realize that these people are normalfag zoomers. They already got so butthurt last night that TTS had to be shut off. It's a filter.$30 dollars for TTS is kind of insane, I'd have set it at $15
-- USAGE: Set an A-B loop (default keybind is l) then press o to save
-- The file will be saved in your working directory or screenshot-directory if set
-- dump-cache doesn't seem to work for local files
local os = require("os")
local mp = require("mp")
local utils = require("mp.utils")
local webm_codecs_v = {"vp8", "vp9", "av1"}
local webm_codecs_a = {"opus", "vorbis"}
local mp4_codecs_v = {"h264", "h265", "av1"}
local mp4_codecs_a = {"opus", "aac", "flac", "mp3"}
local audio_only = {mp3 = ".mp3", flac = ".flac", aac = ".mp4"}
function contains(list, x)
for k, v in pairs(list) do
if v == x then return true end
end
return false
end
function get_format(vcodec, acodec)
if vcodec == nil then -- audio only
return audio_only[acodec] or ".ogg" -- vorbis, opus
elseif acodec == nil then -- video only
if contains(webm_codecs_v, vcodec) then return ".webm"
elseif contains(mp4_codecs_v, vcodec) then return ".mp4" end
elseif contains(webm_codecs_v, vcodec) and contains(webm_codecs_a, acodec) then
return ".webm"
elseif contains(mp4_codecs_v, vcodec) and contains(mp4_codecs_a, acodec) then
return ".mp4"
end
return ".mkv"
end
function handler()
if mp.get_property("ab-loop-a") == "no" or mp.get_property("ab-loop-b") == "no" then
mp.commandv("show-text", "Couldn't save clip: A-B loop not set")
else
local dir = mp.get_property("screenshot-directory", "")
local format = get_format(mp.get_property_native("video-format"), mp.get_property_native("audio-codec-name"))
local filename = mp.command_native({"expand-path", dir .. "clipsegment-" .. os.time() .. format})
if filename then
mp.commandv("show-text", "Saving to: " .. filename)
mp.commandv("print-text", "[clipsegment] Saving to: " .. filename)
if not mp.commandv("ab-loop-dump-cache", filename) then
mp.commandv("show-text", "Error while saving, check console")
end
end
end
end
mp.add_key_binding("o", "clip-segment", handler)
It will probably stay high. I wouldn't be suprised if they made 10k just in the short time it was on last night. $150 a pop$30 dollars for TTS is kind of insane, I'd have set it at $15
Very interesting that he doesn't tell us what the goal is... Oy vey.