Skip to content

Commit

Permalink
Add min&max properties for voice speed&pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezloo committed Apr 10, 2017
1 parent 6ff04d9 commit b35b130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "YouTube live chat text2speech",
"description": "This extension reads every message on YouTube live chat.",
"version": "0.7.0.2",
"version": "0.7.0.3",
"author": "lopezloo",
"homepage_url": "https://github.com/lopezloo/yt-live-text2speech",

Expand Down
4 changes: 2 additions & 2 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<p>Voice: <select id="voice"></select></p>
<p>Emojis: <input id="emojis" type="checkbox"></p>
<p>Speed: <input id="rate" type="number" step="0.01"></p>
<p>Pitch: <input id="pitch" type="number" step="0.01"></p>
<p>Speed: <input id="rate" type="number" step="0.01" min="0.1" max="10"></p>
<p>Pitch: <input id="pitch" type="number" step="0.01" min="0" max="2"></p>
<p id="status"></p>

<script src="options.js"></script>
Expand Down

0 comments on commit b35b130

Please sign in to comment.