Giter Site home page Giter Site logo

voicesdk-unreal-samples's People

Contributors

ianslatterymeta avatar wangpingsx avatar yolanother avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

voicesdk-unreal-samples's Issues

Clicking buttons don't do anything - AVoiceExperience::IsRequestInProgress() returns true

Hi. I followed steps from tutorial and when I reached typing "make the cube red" inside PIE in UE4.27 and press send nothing happens.
I did little debugging and button press is not being proceed any further than first branch because IsRequestInProgress returns true. Here is what I peaked in VisualStudio with quick watch on HttpRequest inside WitResuestSubsystem.cpp at lines 278-281

bool UWitRequestSubsystem::IsRequestInProgress() const
{
	return HttpRequest != nullptr;
}

peekCapture

Any idea what might be wrong?

EDIT#1 After further investigation I noticed that this request in progess is sent by this
obraz
So I unpinned that node and now when I type make the cube red and click send buttona are greyed out forever and I still don't get any response.

EDIT#2 Ok so i made sample wit.ai app with shapes and color. Here are my tokens
Server JKMCZGWMJ5TGQD2SMRCPEEBYHF5S3GED
Client WUE2SSEJNZHGWQ6Q7HJJ42Q4AYVMXI7U
I noticed that utterance from wit.ai gives me this http request
curl ^
-H "Authorization: Bearer JKMCZGWMJ5TGQD2SMRCPEEBYHF5S3GED" ^
"https://api.wit.ai/message?v=20230131&q=make%20the%20cube%20red"

and here is screen from my vs request debugging that uses different bearer for authorization.
obraz

Crashes on UE5.3 and missing assets on UE5.2

the sample project crashes when i send "make the cube red" or try to ask it anything or click speak or have it do anything
image
here's the crash report
CrashContext.zip

on UE5.2 there are missing assets.
-BP_ComposerSingleExperience
-BP_TtsSpeaker
-ComposerSingleDemo
-NewTTSVoicesDemoWorld

How can I change language?

How can I change language to another (e.g Polish)?
When I changed language in settings on wit.ai to Polish or any other language i get error from Speak node:
"LogWit: Warning: OnSynthesizeRequestError: Sound wave creation failed - Creating a sound wave from the response failed"
Only English working for me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.