Code Monkey home page Code Monkey logo

audiostreaming's Introduction

Audio Streaming library for Qt 5

Cross platform audio streaming library for local networks and VOIP for both local networks and internet.

Features:

  • Fully multi threaded, with asynchronous APIs.
  • Audio can be compressed using Opus codec.
  • Audio can be buffered to reduce the occurrence of buffer under run in the client side.
  • Can work on Broadcast Client\Server, Walkie Talkie and WebClient modes.
  • WebClient can be used together with WebServer for internet.
  • Smart buffer available.

Needed:

  • Qt 5.x
  • C++11 compiler.
  • OpenSsl 1.1.1 for encryption.

You can choose to compress audio with Opus codec or not. If choose to compress you'll need to compile Opus to your targets. To compile Opus for Android see the opus-android README.

If you want to static link OpenSsl,(independently if generating a shared or static library) just compile OpenSsl to fit your needs.

If not compressing audio and not directly dealing with OpenSsl the only requirement is Qt5 and a C++11 compiler.

Compilation Info:

QMake:

To compile the library you need to choose if you want to compress audio using Opus codec or not, and if you want to static link OpenSsl or not.

If you want to use Opus edit AudioStreamingLibSettings.pri setting OPUS_ENABLED = TRUE, with the appropriated version of Opus compiled, set the include folder of Opus, and the Opus libraries location in AudioStreamingLibSettings.pri. If you don't want to use Opus leave OPUS_ENABLED blank or with any other value than TRUE.

The same applies to OpenSsl, if you want to static link OpenSsl set OPENSSL_ENABLED = TRUE.(Please not that even if OpenSsl won't be statically linked it may be available through dynamic linking at run time.) With the appropriated version of OpenSsl compiled, set the include folder and the libraries location of OpenSsl in AudioStreamingLibSettings.pri.

With the appropriate settings set (using Opus or not, static linking OpenSsl or not) build the buildlib.pro, if it's already built and you are changing settings remember to re-run qmake and rebuild.

Using the library:

QMake:

Using the library with QMake is easy, just add include(path/to/AudioStreamingLib.pri) to your project file.

Coding:

To get started coding add #include <AudioStreamingLibCore> to your header/source file.

This project comes with demos of usage, just build and test them.

For more information of how to use the APIs, please see the Wiki.

Using the server WebServer:

This repository also includes a small server for who wants a server managing the connections, on local networks or the internet!

It's just a Server that manages users with ID and password on a SQLite database thus do not require a SQL server. When one user connects to other, all traffic is routed through server.

Smart buffer:

The smart buffer is activated when the time to buffer is 0. It works on AudioOutput class and analyze audio input rate and hardware performance to determine the lowest latency to prevent dropouts.

Third party libraries:

Note: See 3rd-party-licenses for respective licenses.

Eigen

Opus

r8brain

OpenSsl

Kiss FFT

FFMPEG

LAME

audiostreaming's People

Contributors

antonypro avatar davidebeatrici 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.