Git Product home page Git Product logo

Comments (9)

extracold1209 avatar extracold1209 commented on August 10, 2024

@enemali

Do you mean 'speak and say block' below picture?

image

or this?

image


these red blocks that mean 'float a speech bubble over the current object' like this

image

the block thread is created as below

image


and, green block is actually sounds.
default sound file is bark sound.

do you want to add your sound file?

from entryjs.

enemali avatar enemali commented on August 10, 2024

The red block is what i meant . In addition to the "speech bubble" , i will like it to speak it out . that is text to speech , i tried the extention but it did not work.
entry

from entryjs.

extracold1209 avatar extracold1209 commented on August 10, 2024

@enemali

hmm...
'Say block' do make object's speech bubble.
'Speech to text extension block' does speak the real sound that you write and it works when I tested.

as far as I understand, I think you want to combine the two functions into one block.
or.. you mean you want to just use speech to text block but it doesn't work your browser?

from entryjs.

enemali avatar enemali commented on August 10, 2024

i am using the speech block on the desktop ( offline ) version window10. could that be a problem ?
Do i need to use the online version to make the speech sound?

from entryjs.

extracold1209 avatar extracold1209 commented on August 10, 2024

@enemali

no, it doesn't matter. offline also can use speech block if you connected to network.

can you test online version?

if you can use that block on online version, it maybe offline code issue.
in that case, run offline version and put ctrl + shift + delete to open devtool.
and execute speech block, show me console page.

from entryjs.

enemali avatar enemali commented on August 10, 2024

Thanks for answering my questions, it works when my computer is connected to the internet , when the computer is offline , the speech block does not work. Can we have an offline speech block? because my students dont have internet in school

from entryjs.

extracold1209 avatar extracold1209 commented on August 10, 2024

@enemali

unfortunately, extension blocks are not available unless you are connected to the Internet for now. sorry
because all extension blocks work through external APIs.

the second best is, add a few sound files into entry workspace, play sound when a certain variable is entered.

from entryjs.

enemali avatar enemali commented on August 10, 2024

Thanks for your time i really appreciate.
Lastly do you know the part of the sourcecode that connects to the External speech APi?

from entryjs.

extracold1209 avatar extracold1209 commented on August 10, 2024

@enemali

https://github.com/entrylabs/entryjs/blob/develop/src/playground/blocks/block_ai_utilize_tts.js

This file is related to TTS.

API is to Entry's back-end server and actually server uses NAVER's API

from entryjs.

Related Issues (20)

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.