Skip to content

ezhangle/xftts_fluttify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

讯飞 TTS语音合成 Flutter插件

pub package

Fluttify系列插件

名称 描述 仓库
高德地图 高德地图地图组件, 提供地图控件 pub package
高德定位 高德地图定位组件, 提供独立的定位功能 pub package
高德搜索 高德地图搜索组件, 提供poi搜索等功能 pub package
高德猎鹰 高德地图猎鹰组件, 提供实时定位采集功能 pub package
百度地图 百度地图, 包含了地图控件, 定位以及搜索poi等功能 pub package
百度人脸识别 百度人脸识别, 提供活体检测等功能 pub package
网易直播 网易直播推流组件 pub package
网易云信 网易云信 IM组件 pub package
腾讯直播 腾讯直播, 包含推流组件和播放组件 pub package
腾讯IM 腾讯IM组件 pub package
腾讯地图 腾讯地图组件 pub package
讯飞语音合成 腾讯语言合成组件, 提供文字转语言功能 pub package
极光统计 极光统计组件, 提供异常上报等功能 pub package
阿里云RTC 阿里云实时音视频 pub package
环信 环信IM pub package
未完待续... 如有其它需求, 请联系qq 382146139 fluttify

依赖:

dependencies:
  flutter:
    sdk: flutter
  xftts_fluttify: ^x.x.x

配置

iOS

Info.plist配置:

<key>NSMicrophoneUsageDescription</key>
<string>需要麦克风权限</string>
<key>NSLocationUsageDescription</key>
<string>需要定位权限</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>需要定位权限</string>
<key>NSContactsUsageDescription</key>
<string>需要联系人权限</string>

导入:

import 'package:xftts_fluttify/xftts_fluttify.dart';

使用:

参考wiki.

社区

QQ群

LICENSE

Copyright 2020 yohom

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

讯飞 语音合成 Flutter插件

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 49.0%
  • Dart 38.9%
  • Objective-C 12.0%
  • Other 0.1%