Toggle navigation
Toggle navigation
This project
Loading...
Sign in
민병수
/
Voicoding
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
천현우
2021-06-02 21:42:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d3e00d9b7ef853cfc06188a4b2202464bb8812d
6d3e00d9
1 parent
58facd4c
html demo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
index.html
index.html
0 → 100644
View file @
6d3e00d
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Speech to text test
</title>
<link
rel=
"shortcut icon"
href=
"#"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://bootswatch.com/4/cerulean/bootstrap.min.css"
>
</head>
<body
style=
"padding:50px;"
>
<h1>
Speech to text test
</h1>
<div
id=
"controls"
>
<button
id=
"recordButton"
>
Record
</button>
<button
id=
"transcribeButton"
disabled
>
Get transcription
</button>
</div>
<div
id=
"output"
></div>
<script
src=
"https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"
></script>
<script
src=
"client.js"
></script>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment