PWM Servo Ramping icon PWM Servo Ramping Smoothly ramps PWM servos on EZB D0-D23 via Vx-to-Dx mapping for natural, gradual motion without snapping. Try it →
Asked
How to get decimal value as speech recognition

How To Get Decimal Value As Speech Recognition

On a different note what would you recommend to do for speech recognition for expected phases that is not an integer. Is it possible to change 1-10 by 1  to  by .1  or .01 which would give it a tenfold/hundredfold increase in resolution. Wouldn't it be also possible to just have speech recognition just take your number reply and put that into a variable. Once it is a variable number just manipulate it as needed to make it a distance. Go (78.68 inches) left -12589 ticks.


ARC Pro

Upgrade to ARC Pro

Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.

#1  

*Note: We have moved your question into a new thread because it was unrelated to the previous thread.

You can use the Blockly block "Wait for speech range" and divide the response by 10 or 100, depending on the number of decimal places you require.

User-inserted image

#3   — Edited

There's always a way, just have to understand how the computer processes it Thanks