hilen / TSVoiceConverter

A Swift VoiceConverter between AMR format and WAV format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSVoiceConverter

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CocoaPods

TSVoiceConverter is available through CocoaPods. To install it, simply add the following line to your Podfile:

Swift 3:

pod "TSVoiceConverter", '0.1.5'

Swift 4:

pod "TSVoiceConverter", '0.1.6'

Swift 5:

pod "TSVoiceConverter", '0.1.8'

SwiftPM

If your project uses SwiftPM, just add the following as adding a dependencies clause to your Package.swift:

dependencies: [
  .package(url: "https://github.com/hilen/TSVoiceConverter.git", .upToNextMajor(from: "0.1.8"))
]

Compile

Here is the opencore-amr source file, download the source code, run Compile/build.sh

License

TSVoiceConverter is available under the MIT license. See the LICENSE file for more info.

About

A Swift VoiceConverter between AMR format and WAV format

License:MIT License


Languages

Language:Objective-C++ 40.6%Language:Swift 25.8%Language:C 18.8%Language:Shell 7.5%Language:C++ 3.5%Language:Ruby 2.8%Language:Objective-C 1.0%