Code Monkey home page Code Monkey logo

audiostream's Introduction

AudioStream

Record and stream audio from Android device's mic to receiver.

一个简单的声音实时传输应用(MinSdkVersion:21,TargetSdkVersion:24) (需要搭配 PC 接收端使用)。

模块功能划分

  • app

Activity、Fragment、XML 布局文件以及 UI 相关的交互逻辑代码。

  • database

Javabean 以及对应的 Helper 类等,处理数据库的增删改查。

  • network

    • 处理网络以及声音实时传输相关的逻辑;
    • 使用两个 Socket 连接 PC 接收端SocketHelper 负责向 PC 发送指令,如播放、暂停歌曲; RecordSocketHelper 负责调用 AudioRecord 通过手机麦克风录制声音,缓存后传输到 PC 。

相关技术

第三方依赖

  • Gson
  • Fresco
  • Drawee
  • Butterknife
  • Fancybuttons
  • SwipeToLoadLayout
  • Materialloadingprogressbar

LICENSE

  • MIT

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.