-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
4 lines (4 loc) · 3.38 KB
/
index.html
1
2
3
4
<!DOCTYPE html><html lang=en><head><script async src="https://www.googletagmanager.com/gtag/js?id=UA-23296419-23"></script><script>window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23296419-23');</script><title>Vocoder - Free text-to-speech online app.</title><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1"><meta name=keywords content="text-to-speech, speech, read, voice synthesis, speech synthesis, speech synthesizer, utterance, speechsyntesisutterance"><meta name=description content="Probably one of the best text-to-speech online apps in the world (if your browser supports it). Just type your text in the box below and press the 'read it!' button. Many languages available with volume, pitch and rate adjustment. Enjoy!"><meta name=author content="Monocasual Laboratories"><meta property=og:title content="Vocoder - Free text-to-speech online app."><meta property=og:type content=website><meta property=og:url content="https://monocasual.github.io/vocoder/"><meta property=og:image content=https://monocasual.github.io/vocoder/images/vocoder-banner.png><meta property=og:site_name content="Vocoder - Free text-to-speech online app."><meta property=og:description content="Probably one of the best text-to-speech online apps in the world (if your browser supports it). Just type your text in the box below and press the 'read it!' button. Many languages available with volume, pitch and rate adjustment. Enjoy!"><meta property=fb:app_id content=2347413498817850><script src=https://code.jquery.com/jquery-3.2.1.min.js type=text/javascript defer></script><script src=scripts.js type=text/javascript defer></script><link href=main.css rel=stylesheet><body><div class=voc-base><div class=voc-base__title><h1><img src=images/vocoder-logo.svg alt=Vocoder></h1><h2>Probably one of the best text-to-speech online apps in the world <sup>(if your browser supports it)</sup>.</h2></div><div class=voc-base__alerts><div class=voc-base__alerts__no-speech><p>Sorry pal, your browser doesn't support speech synthesis.</p></div><div class=voc-base__alerts__no-voices><p>Sorry pal, your browser supports speech synthesis but voices are missing.</p></div></div><div class=voc-base__form><div><textarea class=voc-base__form__textarea>Type your text here and press the "read it!" button below.</textarea></div><div class=voc-base__form__status> </div><div class=voc-base__form__tools><div><label for=voices>Voice</label><select name=voices></select></div><div><label for=volume>Volume</label><input type=range name=volume min=0 max=1 value=1 step=any></div><div><label for=pitch>Pitch</label><input type=range name=pitch min=0 max=2 value=1 step=any></div><div><label for=rate>Rate</label><input type=range name=rate min=0.1 max=3 value=1 step=any></div><div class=voc-base__form__tools__buttons><button name=speak>Read it!</button> <button name=pause disabled>Pause</button> <button name=cancel disabled>Cancel</button></div></div></div><div class=voc-base__social-shares><div class=voc-base__social-shares__facebook>Share on Facebook<div class=voc-base__social-shares__facebook__count></div></div><div class=voc-base__social-shares__twitter>Tweet this<div class=voc-base__social-shares__twitter__count></div></div></div><div class=voc-base__footer>© 2018 — <a href="https://www.monocasual.com/">Monocasual Laboratories</a></div></div>