This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
plugins
/
speech_lib
Seguir
0
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
更新讯飞语音库,修复IOS读取不到NSData的问题
i2edu
%!s(int64=5) %!d(string=hai) anos
pai
eec50cc2f5
achega
f222db27cb
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
ios/Classes/M4aToPcmHelper.m
+ 1
- 1
ios/Classes/M4aToPcmHelper.m
Ver ficheiro
@@ -102,7 +102,7 @@
break;
}
}
- return
nil
;
+ return
[NSData dataWithContentsOfURL:exportURL]
;
}
@end