Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #117 from watson-developer-cloud/feat/v3-text
Browse files Browse the repository at this point in the history
feat(V3 Text): Update header and input text for v3 voices
  • Loading branch information
jeff-arn authored Jul 3, 2019
2 parents c7a8187 + 73bec73 commit db6c1e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions views/demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ export default class Demo extends Component {
<p className="base--p normalfont">
{TEXT_DESCRIPTION}
</p>
<p className="base--p normalfont">
Try the V3 voices below to experience
our latest neural voices, and read all about it in&nbsp;
<a target="_blank" rel="noopener noreferrer" href="https://medium.com/ibm-watson/ibm-watson-text-to-speech-neural-voices-added-to-service-e562106ff9c7">this blog.</a>
</p>
<div className="voice-input">
<select
name="voice"
Expand Down
2 changes: 1 addition & 1 deletion views/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { Header, Jumbotron } from 'watson-react-components';

// eslint-disable-next-line
const DESCRIPTION = 'The Text to Speech service understands text and natural language to generate synthesized audio output complete with appropriate cadence and intonation. It is available in 13 voices across 7 languages. Select voices now offer Expressive Synthesis and Voice Transformation features.';
const DESCRIPTION = 'The Text to Speech service understands text and natural language to generate synthesized audio output complete with appropriate cadence and intonation. It is available in 27 voices (13 neural and 14 standard) across 7 languages. Select voices now offer Expressive Synthesis and Voice Transformation features.';
const GDPR_INFO = 'This system is for demonstration purposes only and is not intended to process Personal Data. No Personal Data is to be entered into this system as it may not have the necessary controls in place to meet the requirements of the General Data Protection Regulation (EU) 2016/679';
const TERMS_OF_USE_URL = 'https://watson-developer-cloud.github.io/terms?name=Text-to-Speech%20Demo';

Expand Down

0 comments on commit db6c1e3

Please sign in to comment.