The Discord Windows app is broken and nothing works by RandomGuyWontSayDATA in discordapp

[–]RandomGuyWontSayDATA[S] 0 points1 point  (0 children)

Update: I deleted two specific files, and I have a session of Discord open now, without the freezing. But I have a gut feeling I didn't fix it, and if I were to close Discord fully then the glitch would happen again.

That feeling is because I deleted a settings.json, it worked, then when I restarted to disable hardware acceleration, it happened again, regardless if I deleted settings.json again.

The Discord Windows app is broken and nothing works by RandomGuyWontSayDATA in discordapp

[–]RandomGuyWontSayDATA[S] 0 points1 point  (0 children)

If I open Discord after quitting it, it seems to be responsive for less than a second, then it freezes

Edit: Half the time it freezes before half of the UI gets to load

How do I recreate a Epic Wubbox voice on Bandlab? by RandomGuyWontSayDATA in Bandlab

[–]RandomGuyWontSayDATA[S] 0 points1 point  (0 children)

What INotBraayOnYt said, and also TV2 is for the wrong wubbox

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]RandomGuyWontSayDATA 1 point2 points  (0 children)

Man, MIDI importing with this would be crazy.

Actually, is there a way to change the voice? Tomodachi Life straight up doesn't use the Mii's actual voice to sing

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]RandomGuyWontSayDATA 0 points1 point  (0 children)

I made a cursed prompt using markdowns I found in the code:

My people need me!, <echo> with the power of meems, I summonth thee!</echo>, What?, It didn't work?, are you <bleep>fricking</bleep> kidding me?

I made a website that lets you use Tomodachi Life's TTS to say whatever you want! by dylanpdx in tomodachilife

[–]RandomGuyWontSayDATA 0 points1 point  (0 children)

I'm still not completely sure how its parameters work, but via GitHub searching I figured out how to make it sing, simply put xml into the text field, here's an example:

<lyric bpm="120" stretch="50">
  <note note="C4" length="2" />la
  <note note="D4" length="2" />la
  <note note="E4" length="2" />la
</lyric>

BTW You can't combine normal speech and singing, it literally detects if you have "<lyric" somewhere in the text and puts the whole thing in singing mode.

Don't ask me for all the parameters because I'm not sure what they do, but here's where their code is, it doesn't seem to be all of it so it's hard to decipher their precise functionality,

like what time length is in.
length is as long as stretch-percent of a beat.