WaveformView-iOS

所属分类:音频处理
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2020-06-25 13:23:54
上 传 者sh-1993
说明:  在Swift for iOS中再现Siri波形效果,
(Reproduces the Siri waveform effect in Swift for iOS,)

文件列表:
Example-iOS/ (0, 2020-06-25)
Example-iOS/Example-iOS.xcodeproj/ (0, 2020-06-25)
Example-iOS/Example-iOS.xcodeproj/project.pbxproj (13321, 2020-06-25)
Example-iOS/Example-iOS.xcodeproj/project.xcworkspace/ (0, 2020-06-25)
Example-iOS/Example-iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata (156, 2020-06-25)
Example-iOS/Example-iOS/ (0, 2020-06-25)
Example-iOS/Example-iOS/AppDelegate.swift (437, 2020-06-25)
Example-iOS/Example-iOS/Assets.xcassets/ (0, 2020-06-25)
Example-iOS/Example-iOS/Assets.xcassets/AppIcon.appiconset/ (0, 2020-06-25)
Example-iOS/Example-iOS/Assets.xcassets/AppIcon.appiconset/Contents.json (1591, 2020-06-25)
Example-iOS/Example-iOS/Base.lproj/ (0, 2020-06-25)
Example-iOS/Example-iOS/Base.lproj/LaunchScreen.storyboard (1740, 2020-06-25)
Example-iOS/Example-iOS/Base.lproj/Main.storyboard (3001, 2020-06-25)
Example-iOS/Example-iOS/Info.plist (1521, 2020-06-25)
Example-iOS/Example-iOS/ViewController.swift (1618, 2020-06-25)
LICENSE (1085, 2020-06-25)
Package.swift (407, 2020-06-25)
WaveformView.xcworkspace/ (0, 2020-06-25)
WaveformView.xcworkspace/contents.xcworkspacedata (257, 2020-06-25)
WaveformView.xcworkspace/xcshareddata/ (0, 2020-06-25)
WaveformView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (238, 2020-06-25)
WaveformView/ (0, 2020-06-25)
WaveformView/WaveformView.xcodeproj/ (0, 2020-06-25)
WaveformView/WaveformView.xcodeproj/project.pbxproj (11395, 2020-06-25)
WaveformView/WaveformView.xcodeproj/project.xcworkspace/ (0, 2020-06-25)
WaveformView/WaveformView.xcodeproj/project.xcworkspace/contents.xcworkspacedata (157, 2020-06-25)
WaveformView/WaveformView.xcodeproj/xcshareddata/ (0, 2020-06-25)
WaveformView/WaveformView.xcodeproj/xcshareddata/xcschemes/ (0, 2020-06-25)
WaveformView/WaveformView.xcodeproj/xcshareddata/xcschemes/WaveformView.xcscheme (2789, 2020-06-25)
WaveformView/WaveformView/ (0, 2020-06-25)
WaveformView/WaveformView/Info.plist (770, 2020-06-25)
WaveformView/WaveformView/WaveformView.h (520, 2020-06-25)
WaveformView/WaveformView/WaveformView.swift (2954, 2020-06-25)

# WaveformView iOS A UIView subclass, in Swift, that reproduces the waveform effect seen in Siri on iOS 7 and 8. Originally a Swift and iOS port of [SISinusWaveView](https://github.com/raffael/SISinusWaveView) that also removed the requirement of `EZAudio`. There is also a [WaveformView for macOS](https://github.com/jyunderwood/WaveformView-macOS) that shares most of the same code. This project includes a simple demo application but it's also used in the example application [Talkboy for iOS](https://github.com/jyunderwood/Talkboy-iOS). ![Talkboy Demo](https://raw.githubusercontent.com/jyunderwood/Talkboy-iOS/master/talkboy-demo.gif) ## Install via Carthage [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. You can install Carthage with [Homebrew](http://brew.sh/) using the following command: ## Install via Swift Package Manager Open Xcode and Select from menu to `File > Swift Packages > Add Package Depende`. ```bash $ brew update $ brew install carthage ``` To integrate WaveformView into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl github "jyunderwood/WaveformView-iOS" ~> 2.0 ``` Then follow the [iOS building instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos) in the Carthage README. ## Change Log - __2.0.4__ - Swift 4 compatibility - __2.0.3__ - Remove 10.0 as the deployment target - __2.0.2__ - Framework scheme is now shared for Carthage support - __2.0.1__ - Remove unneeded get of current context within the wave loop - __2.0__ - Updated for Swift 3.0 - Now a proper iOS framework - Includes a simplified example application - Renamed from SiriWaveformView to WaveformView - __1.2__ - Updated for Swift 2.2 - __1.0__ - Initial release

近期下载者

相关文件


收藏者