ameerazam08 commited on
Commit
65d6d34
1 Parent(s): 14e4e0b

speech page

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +9 -1
src/app/about-event.tsx CHANGED
@@ -4,7 +4,7 @@ import { Typography } from "@material-tailwind/react";
4
  import AboutCard from "@/components/about-card";
5
 
6
  import React from 'react';
7
-
8
  // {
9
  // title: "Title",
10
  // description: "",
@@ -16,6 +16,14 @@ import React from 'react';
16
 
17
  const EVENT_INFO = [
18
 
 
 
 
 
 
 
 
 
19
  {
20
  title: "NaturalSpeech 3: Zero-Shot Speech Synthesis \
21
  with Factorized Codec and Diffusion Models",
 
4
  import AboutCard from "@/components/about-card";
5
 
6
  import React from 'react';
7
+ https://speechresearch.github.io/
8
  // {
9
  // title: "Title",
10
  // description: "",
 
16
 
17
  const EVENT_INFO = [
18
 
19
+ {
20
+ title: "Speech Research",
21
+ description: "This page lists some speech related research at Microsoft Research Asia, conducted by the team led by Xu Tan. The research topics cover text to speech, singing voice synthesis, music generation, automatic speech recognition, etc. Some research are open-sourced via NeuralSpeech and Muzic.",
22
+ subTitle: "Speech/Audio/Voice Clone",
23
+ imageName : "speechresearch.png",
24
+ paper_links :"https://speechresearch.github.io/"
25
+ },
26
+
27
  {
28
  title: "NaturalSpeech 3: Zero-Shot Speech Synthesis \
29
  with Factorized Codec and Diffusion Models",