Is there a way to limit the grammar to numbers only in either dictation mode or in constructing a custom grammar XML file? Obviously I can't enter all the numbers into the XML, but there has to be an easy way.
相关问题
- Can we recover audio from MFCC coefficients?
- How to parse nested function calls using Pyparsing
- Speech recognition not working well
- Web speech API grammar
- Is there a BNF with arguments for non-terminal sym
相关文章
- How to embed Google Speech to Text API in Python p
- Why does the C++ compiler give errors after lines
- Error Domain=kAFAssistantErrorDomain Code=209 “(nu
- portaudio.h: No such file or directory
- How to simultaneously read audio samples while rec
- Android: Arabic speech recognition - offline
- UWP speech recognition failure requires restart wi
- How to Auto stop speech recognition if user stop s
I know you asked this a long time ago, but I have a solution in case you still need it. Here is the file I came up with. This requires the user to speak single digits only, such as one five seven (not one fifty-seven, which will not work). You can play around with this to suit your needs: