All Projects → xjh093 → JHSoundWaveView

xjh093 / JHSoundWaveView

Licence: MIT license
音波图,声波图

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to JHSoundWaveView

Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (+1922.73%)
Mutual labels:  sound, wave
spafe
🔉 spafe: Simplified Python Audio Features Extraction
Stars: ✭ 310 (+1309.09%)
Mutual labels:  voice, sound
ARD-simulator
3D sound propagation simulator using adaptive rectangular decomposition method.
Stars: ✭ 21 (-4.55%)
Mutual labels:  sound, wave
Wavefile
A Ruby gem for reading and writing sound files in Wave format (*.wav)
Stars: ✭ 193 (+777.27%)
Mutual labels:  sound, wave
SwiftyWave
Siri Waves View in Swift
Stars: ✭ 66 (+200%)
Mutual labels:  voice, wave
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (+263.64%)
Mutual labels:  voice, sound
figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 362 (+1545.45%)
Mutual labels:  voice, sound
DDSoundWave
根据语音绘制波浪动画
Stars: ✭ 16 (-27.27%)
Mutual labels:  sound, wave
Sound-based-bird-species-detection
Sound-based Bird Classification - using AI, acoustics and ornithology to classify birds in the environment, an environmental awareness project (Web Application, Flask, Python)
Stars: ✭ 56 (+154.55%)
Mutual labels:  sound
SignDetect
This application is developed to help speechless people interact with others with ease. It detects voice and converts the input speech into a sign language based video.
Stars: ✭ 21 (-4.55%)
Mutual labels:  voice
spc-player
SNES music player in your browser with original hardware and Arduino.
Stars: ✭ 37 (+68.18%)
Mutual labels:  sound
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+1754.55%)
Mutual labels:  voice
RecordWaveView
a beatiful wave animation for recording ,support android Mp3 record
Stars: ✭ 62 (+181.82%)
Mutual labels:  wave
karen
open-source voice assistant
Stars: ✭ 19 (-13.64%)
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 (+54.55%)
Mutual labels:  voice
useful-twilio-functions
A set of useful Twilio Functions.
Stars: ✭ 53 (+140.91%)
Mutual labels:  voice
carillon
Hackintosh startup boot "Chime" sound via LaunchDaemon
Stars: ✭ 37 (+68.18%)
Mutual labels:  sound
mumble-discord-bridge
A simple voice bridge between Mumble and Discord.
Stars: ✭ 123 (+459.09%)
Mutual labels:  voice
cursorless-vscode
Don't let the cursor slow you down
Stars: ✭ 536 (+2336.36%)
Mutual labels:  voice
Asus-E200HA-Linux-Post-Install-Script
A Linux Post install script for The Asus E200HA, X206HA and other Intel Cherry Trail Devices
Stars: ✭ 71 (+222.73%)
Mutual labels:  sound

JHSoundWaveView

sound wave view

  • 音波图,声波图

What

image

image


Usage

JHSoundWaveConfig *config = [[JHSoundWaveConfig alloc] init];
config.count = 26;
JHSoundWaveView *view = [[JHSoundWaveView alloc] initWithFrame:CGRectMake(100, 100, 10, 20) config:config];
[self.view addSubview:view];

Log

2019-08-30

  • add method:
    • startAnimation;
    • stopAnimation;

2019-04-22

  • add 'radius'.

2018-11-22

  • upload.

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].