IP_13_Playing_Cards/test_examples/VoiceToSpeech/index.html

12 lines
242 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Audio zu Text</title>
</head>
<body>
<input type="file" accept="audio/*" id="audioFileInput">
<div id="transcriptionResult"></div>
<script src="jav.js"></script>
</body>
</html>