I would like to convert audio data into NSString.
I have audio data and it is not bull. But when i convert audio into NSString that converting string is null. I am using following code…..
NSString *audioStr = [[NSString alloc] initWithData:audioData encoding:NSUTF8StringEncoding];
Where i am wrong i don’t understand. Please help me any one.
If you are looking for
'Speech to Text'recognition, you can tryAlso, if you just want to dictate to UITextField or UITextView, you can use the built-in option for speech-to-text.