This website works better with JavaScript
Home
Explore
Help
Register
Sign In
plugins
/
speech_lib
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
更新讯飞语音库,修复IOS读取不到NSData的问题
i2edu
5 years ago
parent
eec50cc2f5
commit
f222db27cb
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
ios/Classes/M4aToPcmHelper.m
+ 1
- 1
ios/Classes/M4aToPcmHelper.m
View File
@@ -102,7 +102,7 @@
break;
break;
}
}
}
}
- return
nil
;
+ return
[NSData dataWithContentsOfURL:exportURL]
;
}
}
@end
@end