Coder Social home page Coder Social logo

waveline's Introduction

前言

项目中又语音录入文字的功能,需要一个动画效果。所以需要时间一个随音频大小而改变的波浪。是基于A memory-friendly recording wave animation一款性能内存友好的录音波浪动画的基础上进行修改完成的。感谢这位大神,原理讲解请看这里

看一下效果图:

GIF.gif

使用方式:

Step 1. Add it in your root build.gradle at the end of repositories:
    allprojects { 
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
Step 2. Add the dependency
	dependencies {
	        implementation 'com.github.lzy2626:WaveLine:1.0'
	}
Step 3.xml
    <com.lzy.waveline.WaveLineView
        android:id="@+id/waveLineView"
        android:layout_width="match_parent"
        android:layout_height="200dp"
        app:wlvBackgroundColor="@android:color/white" />
Step 4.activity
  waveLineView = (WaveLineView) findViewById(R.id.waveLineView);
  waveLineView.startAnim();

//根据声音大小进行设置
 waveLineView.setVolume((int) db);

waveline's People

Stargazers

Friday avatar tan huohui avatar  avatar Su Yimin avatar  avatar Yuuki avatar  avatar YangLe avatar UaoanLao avatar  avatar 7puchi avatar liuyahui avatar

Watchers

liuzhanyue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.