버전
menu

경고: 보호된 일부 정보는 표시되지 않습니다.
특정 플랫폼에 대한 라이센스가 있는 사용자인 경우 로그인하세요.

ReadSpeaker speechEngine

The ReadSpeaker speechEngine plug-in provides text-to-speech support for your Wwise projects. This plug-in uses a proprietary text-to-speech engine optimized for performance and memory footprint, which ensures smooth integration and efficient resource usage. It processes text and generates audio on the device in real time to support dynamic dialogue, narration, reading of GUI elements, and so on.

The ReadSpeaker speechEngine plug-in provides the following features and benefits:

  • Enhances accessibility in your games by providing narration of on-screen UI elements.

  • Prototypes voice acting during early stages of development.

  • Supports speech-enabled in-game chat messages in multiplayer games and more.

  • Reads AI-generated text and dialog aloud with effectively zero latency.

  • Makes localization easy with the many included languages, each recorded by native speaking voice actors.

Voices are recorded and processed only by ReadSpeaker, using full-disclosure contracts with the voice actors.

Installation

Install the speechEngine plug-in through the Audiokinetic Launcher. See Installing Plug-ins for more information.

After installing the plug-in, add it to your project as a child in the Containers hierarchy. You can also add it as a sound source, or link the speechEngine objects to events, game syncs, and so on, as you would with any other object.

RTPC

RTPCs are supported for the Speed, Pitch, Pause, and Comma Pause voice parameters. Due to limitations in the DSP model, changes are not observable in real time but can be adjusted between calls.

Dependencies

If your application links statically to the speechEngine plug-in, it must also link to the libvtapi library that is distributed with the plug-in. For example, for the Windows 64-bit vc170 platform, it is located at SDK\x64_vc170\Release\lib\libvtapi.lib

To load the plug-in during runtime, the dependent DLLs listed below must be on a path that the system's DLL load operation can locate:

  • * vt_[lang].dll

Sending text during runtime

To send text to the plug-in from the game runtime, you can use the AK::SoundEngine::SendPluginCustomGameData function.

Use the parameters for Company and Plug-in IDs to locate the plug-in in runtime:

in_uCompanyID = 312
in_uPluginID = 1
[참고]참고

The text must use UTF-8 character encoding.

For a complete example in C++, refer to DemoSpeechEngine.cpp as part of the IntegrationDemo project.

한계

Only one speechEngine voice can be played at one time.


이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요