bisssi
bisssi

Reputation: 63

Use the mediarecorder to enter the audio pronounced in a string

Somebody help me with an example of code that takes audio input through the media recorder, and translates it into a String.

Upvotes: 0

Views: 289

Answers (1)

Imran Rana
Imran Rana

Reputation: 11899

Here are two nice tutorial on audio recording using MediaRecorder:


Tutorial 1

Tutorial 2


But I think you are talking about Speech-to-Text or Voice Recognition, which converts Audio Speech to String. If so, Here are some nice tutorials:


Voice Recognition

Voice Recognition API Demo

Upvotes: 2

Related Questions