From b8e20ab510694effeb385c515cb5ac46f4f8ecdf Mon Sep 17 00:00:00 2001 From: suvodip ghosh Date: Fri, 6 Jun 2025 08:34:20 +0000 Subject: [PATCH] add text to audio --- src/components/ContactForm.jsx | 2 +- src/pages/web-tools/text-to-audio.astro | 276 ++++++++++++++++++++++++ 2 files changed, 277 insertions(+), 1 deletion(-) create mode 100644 src/pages/web-tools/text-to-audio.astro diff --git a/src/components/ContactForm.jsx b/src/components/ContactForm.jsx index b3963d3..4c9d926 100644 --- a/src/components/ContactForm.jsx +++ b/src/components/ContactForm.jsx @@ -59,7 +59,7 @@ export function ContactForm() { }; return ( -
+
{/* Name and Email */}
diff --git a/src/pages/web-tools/text-to-audio.astro b/src/pages/web-tools/text-to-audio.astro new file mode 100644 index 0000000..ddd7453 --- /dev/null +++ b/src/pages/web-tools/text-to-audio.astro @@ -0,0 +1,276 @@ +--- +import Layout from "../../layouts/Layout.astro" +--- + +
+
+
+ +
+

VoiceCraft Pro

+

Convert text to natural sounding speech

+
+ + +
+ +
+ + +
+ + +
+
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+ + +
+
+ + + + +
+ + +
+
+ + +
+
+
+
+
+ + + \ No newline at end of file