mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -04:00
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:
parent
b110b85eb5
commit
7cb889c852
5 changed files with 717 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue