How to use Androids' speech to text with audio sample file

前端 未结 1 1446
[愿得一人]
[愿得一人] 2020-12-11 04:08

I was able to run an example project which uses Android speech to text using this code:

   private void startVoiceRecognitionActivity()
    {
        Intent          


        
相关标签:
1条回答
  • 2020-12-11 04:17

    Currently Android only supports RecognizerIntent

    Have a look at all these questions...

    Speech recognition for recorded audio files in .3gp or wav format

    Speech to Text from own sound file

    Saving audio input of Android Stock speech recognition engine

    Voice recognition on android with recorded sound clip?

    0 讨论(0)
提交回复
热议问题