All Projects → Vension → V Visualizerview

Vension / V Visualizerview

👉音频随音谱率动跳动动画效果

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to V Visualizerview

Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (+3336.36%)
Mutual labels:  audio
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+33154.55%)
Mutual labels:  audio
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+3981.82%)
Mutual labels:  audio
Garbro
Visual Novels resource browser
Stars: ✭ 764 (+3372.73%)
Mutual labels:  audio
Lasp
Low-latency Audio Signal Processing plugin for Unity
Stars: ✭ 816 (+3609.09%)
Mutual labels:  audio
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-72.73%)
Mutual labels:  audio
Rpi Jukebox Rfid
A Raspberry Pi jukebox, playing local music, podcasts and web radio, streams and spotify triggered by RFID cards and/or web app. All plug and play via USB. GPIO scripts available.
Stars: ✭ 737 (+3250%)
Mutual labels:  audio
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+4018.18%)
Mutual labels:  audio
Foo uie dsp switcher
A dropdown combobox for changing DSP presets quickly. For foobar2000 0.9+
Stars: ✭ 5 (-77.27%)
Mutual labels:  audio
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+3909.09%)
Mutual labels:  audio
Oto
♪ A low-level library to play sound on multiple platforms ♪
Stars: ✭ 789 (+3486.36%)
Mutual labels:  audio
Astrofox
Astrofox is a motion graphics program that lets you turn audio into amazing videos.
Stars: ✭ 802 (+3545.45%)
Mutual labels:  audio
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+3700%)
Mutual labels:  audio
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+3372.73%)
Mutual labels:  audio
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+4004.55%)
Mutual labels:  audio
React Native Audio Streaming
iOS & Android react native module to play an audio stream, with background support and media controls
Stars: ✭ 753 (+3322.73%)
Mutual labels:  audio
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-72.73%)
Mutual labels:  audio
Pyo
Python DSP module
Stars: ✭ 904 (+4009.09%)
Mutual labels:  audio
Euterpe
Real-time Audio-to-audio Karaoke Generation System for Monaural Music
Stars: ✭ 19 (-13.64%)
Mutual labels:  audio
Sndcpy
Android audio forwarding (scrcpy, but for audio)
Stars: ✭ 886 (+3927.27%)
Mutual labels:  audio

V-VisualizerView -音频随音谱率动跳动动画效果

  • support androidX and Kotlin

License Arsenal JCenter MinSdk Author

效果预览

DownloadDownload

 implementation 'kv.vension:visualizerview_kotlin:_latestVersion'

Usage

  • 具体使用查看demo示例

attrs

Attribute 属性 Description 描述
kv_hasShadow 是否有倒影,默认false
kv_shadowNum 倒影音频块数,默认5
kv_shadowColor 倒影颜色,默认Color.GRAY
kv_visualColor 音频块颜色,默认Color.RED
kv_isGradient 音频块颜色是否渐变,默认false
kv_colorStart 渐变开始颜色,默认"#A47586"
kv_colorCenter 渐变中间颜色,默认"#C36084"
kv_colorEnd 渐变结束颜色,默认"#F14380"

update

  • V_1.0.0: <初始化版本>
  • V_1.0.1: <降低minSDK到16+>

License

 Copyright 2019, Vension

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