Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将音频数据转换为 NSString。
我有音频数据,它不是公牛。但是当我将音频转换为 NSString 时,转换字符串为空。我正在使用以下代码.....
NSString *audioStr = [[NSString alloc] initWithData:audioData encoding:NSUTF8StringEncoding];
我哪里错了,我不明白。请帮助我任何一个。
如果你正在寻找'Speech to Text'认可,你可以尝试
'Speech to Text'
此外,如果您只想听写到 UITextField 或 UITextView,您可以使用语音转文本的内置选项。