뉴스캐스터 목소리 - Amazon Polly

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

뉴스캐스터 목소리

사람의 말투는 상황에 따라 달라집니다. 가령 편안한 대화는 TV나 라디오 뉴스와 전혀 다르게 들립니다. 표준 음성이 만들어지는 방식으로 인해 다른 스타일을 만들어 낼 수 없습니다. 하지만 신경 음성에서는 이것이 가능합니다. 특정 스타일을 훈련하고 변형하며 이 스타일에서 비롯되는 스피치의 일부분을 강조합니다.

Amazon Polly는 기본 신경 음성 외에도 신경 시스템을 사용하여 TV 또는 라디오 뉴스 진행자 말투의 음성을 생성하는 뉴스 진행자 스피치 스타일을 제공합니다. 뉴스 진행자 말투의 경우 미국 영어(en-US)는 Matthew 및 Joanna 음성으로 제공되고 미국 스페인어(es-US)는 Lupe 음성으로, 영국 영어(en-GB)는 Amy 음성으로 제공됩니다.

뉴스 진행자 스타일을 사용하려면 먼저 신경 엔진을 선택한 다음 입력 텍스트에서 다음 단계에 설명된 구문을 사용합니다.

참고
  • 신경 말투를 사용하려면 신경 음성을 지원하는 AWS 리전 중 하나를 사용해야 합니다. 이 옵션은 모든 리전에서 사용할 수 없습니다. 자세한 내용은 기능 및 리전 호환성을(를) 참조하세요.

뉴스 진행자 말투를 적용하려면(콘솔)
  1. https://console.aws.amazon.com/polly/에서 Amazon Polly 콘솔을 엽니다.

  2. 뉴럴 보이스가 지원되는 AWS 지역을 사용하고 있는지 확인하세요.

  3. 텍스트 투 스피치 페이지에서 엔진에 대해 신경을 선택합니다.

  4. 사용하려는 언어 및 음성을 선택합니다. 뉴스 진행자 음성의 경우 미국 영어(en-US)는 Matthew 및 Joanna 음성으로만 제공되고 미국 스페인어(es-US)는 Lupe 음성으로, 영국 영어(en-GB)는 Amy 음성으로만 제공됩니다.

  5. SSML을 활성화합니다.

  6. Newscaster 스타일의 SSML 구문을 사용하여 text-to-speech 요청에 입력 텍스트를 추가하세요.

    <amazon:domain name="news">text</amazon:domain>

    예를 들어 다음과 같이 뉴스 진행자 태그를 사용할 수 있습니다.

    <speak> <amazon:domain name="news"> From the Tuesday, April 16th, 1912 edition of The Guardian newspaper: The maiden voyage of the White Star liner Titanic, the largest ship ever launched ended in disaster. The Titanic started her trip from Southampton for New York on Wednesday. Late on Sunday night she struck an iceberg off the Grand Banks of Newfoundland. By wireless telegraphy she sent out signals of distress, and several liners were near enough to catch and respond to the call. </amazon:domain> </speak>
  7. 듣기를 선택합니다.

뉴스 진행자 말투를 적용하려면(CLI)
  1. API 요청에 엔진 파라미터와 neural 값을 포함합니다.

    --engine neural
  2. 뉴스 진행자 말투 SSML 구문을 사용하여 API 요청에 입력 텍스트를 추가합니다.

    <amazon:domain name="news">text</amazon:domain>

    예를 들어 다음과 같이 뉴스 진행자 태그를 사용할 수 있습니다.

    <speak> <amazon:domain name="news"> From the Tuesday, April 16th, 1912 edition of The Guardian newspaper: The maiden voyage of the White Star liner Titanic, the largest ship ever launched ended in disaster. The Titanic started her trip from Southampton for New York on Wednesday. Late on Sunday night she struck an iceberg off the Grand Banks of Newfoundland. By wireless telegraphy she sent out signals of distress, and several liners were near enough to catch and respond to the call. </amazon:domain> </speak>

SSML에 대한 자세한 내용은 지원되는 SSML 태그을(를) 참조하세요.