SwiftGoogleCloudTTS:基于SwiftNIO构建的Google Cloud Text-to-Speech客户端
SwiftGoogleCloudTTS 。 。 。以便您可以从本地工作站访问API。安装:package:要将其包括在包中,请将以下内容添加到Package.swift文件中。 let package = Package ( name : " Project " , dependencies : [ ... . package ( url : " https://github.com/barisatamer/SwiftGoogleCloudTTS.git " , from : " 0.0.5 " ), ], targets : [ . target ( name : " App " , dependencies : [ " SwiftGoogleCloudTTS " , ... ])
27.91KB
文件大小:
评论区