feat(plugins): VCNarratorCustom: FurudoSpeak

* Added two plugins

ported a modified version of VCNarrator that uses the tiktok voice, and created a plugin named FurudoSpeak. A modification of the shakespearean plugin but uses openai as its base and implements more flexibility on the character speech patterns. It requires an api keys to use though.

* modified:   src/equicordplugins/vcNarratorCustom/index.tsx
	modified:   src/utils/constants.ts

* added plugins to the readme and changed furudospeak to .dev

* Fix Readme placement

* Remove Unused code

* readd ,

* Fix Pt.1

* Fix Pt.2

* Fix Pt. 3

* Update index.tsx

---------

Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
Sam 2024-12-06 11:58:51 -05:00 committed by GitHub
parent b110b85eb5
commit 7cb889c852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 717 additions and 0 deletions

View file

@ -952,6 +952,14 @@ export const EquicordDevs = Object.freeze({
name: "zyqunix",
id: 1201415921802170388n
},
examplegit: {
name: "example.user",
id: 175411535357673473n,
},
Loukios: {
name: "Loukios",
id: 211461918127292416n
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly