Skip to content

Commit a6d2f29

Browse files
authored
Merge pull request #12 from WebmasterCamp/dev
feat: speech-to-text
2 parents 17e568a + 9977a7b commit a6d2f29

File tree

7 files changed

+441
-12
lines changed

7 files changed

+441
-12
lines changed

public/assets/RPH_LOGO.png

274 KB
Loading

public/demoPhee.MP3

364 KB
Binary file not shown.

src/app/favicon.ico

249 KB
Binary file not shown.

src/app/layout.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ const siteUrl = process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000';
1818
export const metadata: Metadata = {
1919
metadataBase: new URL(siteUrl),
2020
title: {
21-
default: "Raphael - YWC20 Hackathon",
21+
default: "ผีใกล้ฉัน.ไทย - YWC20 Hackathon",
2222
template: `%s | Raphael`,
2323
},
24-
description: "Raphael - YWC20 Hackathon",
25-
keywords: ["Raphael", "YWC20", "Hackathon", "Thailand", "Business", "Technology"],
26-
authors: [{ name: "Raphael Team" }],
24+
description: "ผีใกล้ฉัน.ไทย - YWC20 Hackathon",
25+
keywords: ["ผีใกล้ฉัน.ไทย", "YWC20", "Hackathon", "Thailand", "Business", "Technology"],
26+
authors: [{ name: "Rapheal Team" }],
2727
openGraph: {
28-
title: "Raphael",
29-
description: "Raphael - YWC20 Hackathon",
28+
title: "ผีใกล้ฉัน.ไทย",
29+
description: "ผีใกล้ฉัน.ไทย - YWC20 Hackathon",
3030
url: siteUrl,
31-
siteName: "Raphael",
31+
siteName: "ผีใกล้ฉัน.ไทย",
3232
images: [
3333
{
3434
url: `${siteUrl}/opengraph/og-preview.png`,
3535
width: 1200,
3636
height: 630,
37-
alt: "Raphael Banner",
37+
alt: "ผีใกล้ฉัน.ไทย Banner",
3838
},
3939
],
4040
locale: "en_US",

src/app/speech-to-text/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ export default function SpeechToTextPage() {
270270
timerRef.current = null
271271
}
272272
setRecordingState('completed')
273+
router.push('/speech-to-text/result')
273274
}
274275
}, 1000) // Slightly slower for more realistic chunk generation
275276
}, [recordingState])

0 commit comments

Comments
 (0)