-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (128 loc) · 6.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VOCALICO</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=BioRhyme:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="manifest" href="manifest.json">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Weather PWA">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<meta name="description" content="A simple Voice to Speech, Speech to Voice app">
<meta name="theme-color" content="#ffffff" />
</head>
<body style="font-family: 'BioRhyme', serif;">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#" style="font-family: 'Monoton', cursive; font-size: 35px;">VOCALICO</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://sameer-jha.github.io">Meet the Creator</a>
</li>
</ul>
<span class="navbar-text">
<button type="button" class="btn btn-secondary installer">Install WebApp</button>
</span><br>
<span class="navbar-text">
<a class="nav-link" href="https://github.com/Sameer-Jha">Made with 💛</a>
</span>
</div>
</nav>
</header>
<div class="incompatible-warn alert alert-dark" role="alert" style="display: none;">
Sorry but your browser doesn't <a href="https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#Browser_compatibility" class="alert-link">support voice input & recognition</a>. You can still use Text to Voice.
</div>
<section id="converters">
<br>
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-dark" type="button" data-toggle="collapse" data-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
Voice to Text
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne"
data-parent="#accordionExample">
<div class="card-body">
<div class="card card-body">
<h2>Voice to Text <sup><span class="badge badge-secondary" data-toggle="tooltip" data-placement="top" title="ONLY Latest Chrome fully supported" >Beta</span></sup></h2>
<br>
<div class="content jumbotron"></div>
<button type="button" class="talk btn btn-outline-dark">Talk</button>
<hr><br>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-dark collapsed" type="button" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Text to Voice
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
<div class="card card-body">
<h2>Text to Voice</h2>
<br>
<form action="">
<div class="form-group">
<textarea class="form-control" id="text2speech-data" rows="3"
placeholder="Input Text for Voice Output"></textarea>
</div>
<br>
<label for="customRange3">pitch</label>
<input type="range" class="custom-range" min="0" max="2" step="0.2" id="pitch">
<br>
<label for="customRange3">speed</label>
<input type="range" class="custom-range" min="0" max="2" step="0.2" id="speed">
<br><br>
<button type="button" class="say btn btn-outline-dark btn-block"
onclick="reader()">Speak</button>
</form>
<hr><br>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer font-small py-3 bg-dark text-white-50 fixed-bottom">
<!-- Copyright -->
<div class="footer-copyright text-center">© 2020 Copyright:
<a href="https://sameer-jha.github.io"> Sameer-Jha</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="./app.js"></script>
<script src="install.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
</body>
</html>