Skip to content

Commit

Permalink
make test a bit more interesting..
Browse files Browse the repository at this point in the history
  • Loading branch information
eeejay committed Mar 14, 2016
1 parent 3c6e101 commit da0f3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rates.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h1>Speech Rate Benchmark</h1>
<select class="form-control" id="voices" multiple></select>
<div id="col">
<input type="text" class="form-control" id="texttospeak" value="This is a test.">
<input type="text" class="form-control" id="texttospeak" value="Fried cheese with club sauce. Popcorn shrimp with club sauce. Chicken fingers with spicy club sauce.">
<button type="button" class="btn btn-success" id="startstop" disabled>
Start
</button>
Expand Down
2 changes: 1 addition & 1 deletion rates.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const RATES = ['1/10', '1/8' ,'1/4', '1/3', '1/2', '1', '2', '3', '4', '8', '10'];
const RATES = ['1/2.5', '1/2.25', '1/2' ,'1/1.75', '1/1.5', '1/1.25', '1', '1.25', '1.5', '1.75', '2', '2.25', '2.5'];

function popupateCell(cell, voice, text, normalDuration) {
if (voice.voiceURI.startsWith('Google') && parseFloat(cell.dataset.rate) > 2) {
Expand Down

0 comments on commit da0f3f8

Please sign in to comment.