All Projects → octree → SwiftyWave

octree / SwiftyWave

Licence: WTFPL license
Siri Waves View in Swift

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to SwiftyWave

Uuwaveview
[iOS]带有波形效果的UI控件,可自定义波形线条的数量、颜色、振幅、传播速度等各种参数。
Stars: ✭ 18 (-72.73%)
Mutual labels:  view, wave
JHSoundWaveView
音波图,声波图
Stars: ✭ 22 (-66.67%)
Mutual labels:  voice, wave
picovoice
The end-to-end platform for building voice products at scale
Stars: ✭ 316 (+378.79%)
Mutual labels:  voice
shtm
No description or website provided.
Stars: ✭ 21 (-68.18%)
Mutual labels:  view
cursive-tabs
Tabs for gyscos/cursive views 🖥️
Stars: ✭ 21 (-68.18%)
Mutual labels:  view
Android-Wave-Recorder
A powerful and efficient library to record WAVE form audio files (WAV) in Android
Stars: ✭ 137 (+107.58%)
Mutual labels:  wave
drag-to-close
Android library that provides a view group which allows to finish an activity by dragging a view.
Stars: ✭ 69 (+4.55%)
Mutual labels:  view
view-admin-as
View the WordPress admin as a different role, switch between users, temporarily change your capabilities, set default screen settings for roles, manage your roles and capabilities.
Stars: ✭ 44 (-33.33%)
Mutual labels:  view
UniSpySDK
Updated and Cleaned GameSpy SDK
Stars: ✭ 31 (-53.03%)
Mutual labels:  voice
ShadowDrawable
为View 和 ViewGroup 添加阴影效果--Android,Add shadow for single view or viewgroup layout.
Stars: ✭ 22 (-66.67%)
Mutual labels:  view
Simple-Voice-Recorder
An easy way of recording any discussion or sounds without ads or internet access
Stars: ✭ 278 (+321.21%)
Mutual labels:  voice
kyoto
Golang SSR-first Frontend Library
Stars: ✭ 543 (+722.73%)
Mutual labels:  view
crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-66.67%)
Mutual labels:  view
mattermost-plugin-voice
Mattermost plugin for voice messaging. 🎤 🔉
Stars: ✭ 64 (-3.03%)
Mutual labels:  voice
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (-48.48%)
Mutual labels:  voice
brasiltts
Brasil TTS é um conjunto de sintetizadores de voz, em português do Brasil, que lê telas para portadores de deficiência visual. Transforma texto em áudio, permitindo que pessoas cegas ou com baixa visão tenham acesso ao conteúdo exibido na tela. Embora o principal público-alvo de sistemas de conversão texto-fala – como o Brasil TTS – seja formado…
Stars: ✭ 34 (-48.48%)
Mutual labels:  voice
lessampler
lessampler is a Singing Voice Synthesizer
Stars: ✭ 59 (-10.61%)
Mutual labels:  voice
Unity-Raymarched-Clouds-Simple-Wave
Unity project showcasing clouds volume rendering with raymarching, and a simple coloured wave.
Stars: ✭ 17 (-74.24%)
Mutual labels:  wave
IndicatorView
IndicatorView Library For Android
Stars: ✭ 41 (-37.88%)
Mutual labels:  view
disgo
A modular Golang Discord API Wrapper
Stars: ✭ 113 (+71.21%)
Mutual labels:  voice

Sound Waves View in Swift

CocoaPods Compatible Carthage Compatible Platform

Capture.GIF

Requirements

  • iOS 9.0+
  • Xcode 10.0+
  • Swift 4.2+

Installation

CocoaPods

pod 'SwiftyWave', '~> 1.1.0'

Carthage

github "Octree/SwiftyWave" ~> 1.1.0

Usage

let waveView = SwiftyWaveView(frame: CGRect(x: 0, y: 0, width: 200, height: 100))
view.addSubview(waveView)
waveView.start()

Code

let waveView = SwiftyWaveView(frame: CGRect(x: 0, y: 0, width: 100, height: 50))
self.view.addSubview(waveView)
waveView.start()

Storyboard

License

SwiftyWave is released under the WTFPL license. (Do What the Fuck You Want to Public License)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].