GithubHelp home page GithubHelp logo

jensensung / euphony Goto Github PK

View Code? Open in Web Editor NEW

This project forked from euphony-io/euphony

0.0 2.0 0.0 770 KB

Euphony; Acoustic Data Telecommunication Library For Android

Java 45.59% Shell 12.17% Makefile 0.98% C 20.31% C++ 3.54% D 17.42%

euphony's Introduction

Euphony

Acoustic Data Telecommunication Library. This is for Android version.
Euphony provides a handiness library designed to communicate with other devices(android and web) using mic and recorder.

Official Facebook Page : [http://www.facebook.com/euphonyproject] (http://www.facebook.com/euphonyproject)

Euphony is very easy to use

in Transmitter

mContext = MainActivity.this;
EuTxManager mTxManager = new EuTxManager(mContext);
mTxManager.euInitTransmit("Hello, Euphony", 5); // To generate acoustic data "Hello, Euphony" for 5 times.
mTxManager.setSoftVolume(95.0); //To set software volume
mTxManager.process();

in Receiver

EuRxManager mRxManager = new EuRxManager();
mRxManager.Listen();  //Listening Start
mRxManager.Finish();  //Listening End
mRxManager.setAcousticSensor(new AcousticSensor() {
@override
    public void notify(String letters) {
        //when data is received
    }
});

Architecture

## Web version Web version is also available now. but only transmitter version. [Web version.] (http://euphony.develog.net/js/euphony.js)

Contributing

Changes are improvements are more than welcome! Feel Free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master.

License

Euphony is licensed under the [MIT license.] (https://github.com/designe/Euphony/blob/master/LICENSE.txt)

euphony's People

Contributors

designe avatar

Watchers

Jensen avatar James Cloos 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.