기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Unity SDK

Vivox Unity SDK

Vivox
​
​
Vivox Unity SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
    • Set up your project
    • Create voice and text channels
    • Messaging
    • Player management
    • Device management
    • Audio management
    • Mobile development
    • Text-to-speech
      • Text-to-speech voice options
      • Text-to-speech destinations
      • Inject a text-to-speech message
      • Queue a text-to-speech message
      • Cancel a text-to-speech message
    • Speech-to-text
    • Real-time recording
    • Server-side-recording
    • Troubleshooting
  • Tutorials
  • Reference
  1. Vivox Unity SDK 기술 자료
  2. Vivox Unity 개발자 가이드
  3. 스피치 투 텍스트 오디오 트랜스크립션

텍스트 투 스피치 음성 옵션

Select voice options for text-to-speech output.
읽는 시간 1분
최근 업데이트: 8달 전

TTS(텍스트 투 스피치) 메시지를 삽입하거나 텍스트를 로컬에서 읽기 전에 스피치 합성에 사용할 음성을 고를 수 있습니다. 이 옵션은 사용자별로 언제든지 설정할 수 있습니다.
남성과 여성 목소리를 사용할 수 있습니다. 아래 스크립트로 사용할 수 있는 모든 음성을 나열할 수 있습니다.
foreach (string voiceName in VivoxService.Instance.TextToSpeechAvailableVoices){ Console.WriteLine($"Available Voice: Name=[{voiceName}]");}// Available Voice: Name=[en_US male]// Available Voice: Name=[en_US female]Console.WriteLine($"Current Voice: {VivoxService.Instance.TextToSpeechCurrentVoice()}");// Current Voice: en_US female
합성할 스피치를 호출하는 TTS 메서드를 호출하면 시스템은 해당 사용자가 현재 음성으로 설정한 ITTSVoice를 사용합니다. 선택된 음성이 없으면 시스템은 Vivox SDK 기본값을 사용합니다.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고