3月のセールが始まりました!3月21日まで一部の商品が 50% オフで購入できます。

Microphone Voice Recognization

On multiple platforms you can recognize the voice from microphone without any thirdparty dependencies.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.1
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

If you want a plugin that does speech recognition Across Platforms, this is for you. The main function is to read the voice data of the Microphone, and then you can get the size of its volume. Of course, you can also further develop the sound wave information based on this. I implemented the same functionality on different platforms. The voice recognition function is implemented on the Windows platform, Android platform, IOS platform, and PS4 platform. IOS platform development is written in object-c language, and PS4 platform development uses Sony's development API. You can use this plug-in to implement some interactive functions controlled by sound, which can be used anywhere you want. My sample project map shows the use of sound to control the strength of the wind. Remember to set Voice Parameter in Configuration file.

テクニカルノート

Features: (Please include a full, comprehensive list of the features of the product)

  •  MicrophoneVoiceRecognizationRuntimeActorTool [with Blueprint interface]
  •  MicrophoneVoiceRecognizationRuntimeAndroidCapturer
  •  MicrophoneVoiceRecognizationRuntimeAndroidSubsystem [with Blueprint interface]
  • MicrophoneVoiceRecognizationRuntimeIOSCapturer
  • MicrophoneVoiceRecognizationRuntimeIOSSubsystem [with Blueprint interface]
  • MicrophoneVoiceRecognizationRuntimePS4Capturer
  • MicrophoneVoiceRecognizationRuntimePS4Handler
  • MicrophoneVoiceRecognizationRuntimePS4Subsystem [with Blueprint interface]
  • MicrophoneVoiceRecognizationRuntimeMacroCollection for Common macros
  • A level to test the availability of the actors
  • Can be used on multiple platforms
  • It's very easy to realize with several blueprint functions

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  • MicrophoneVoiceRecognizationRuntime [Runtime]

Number of Blueprints: 2

Number of C++ Classes: 9

Network Replicated: No

Supported Development Platforms: Windows 64bit / MacOS / Linux

Supported Target Build Platforms: Windows 64bit / MacOS / Linux / IOS / Android / PS4

Documentation: https://docs.google.com/document/d/1UUJ2GE8Y2S367jyP-47OACxcaGshtDLnaxo-kYasfnQ/edit?usp=sharing

Exhibition: https://vimeo.com/747970527

Example Project: All includes example maps should work on any standard project

Important/Additional Notes: Nothing right now