GithubHelp home page GithubHelp logo

cit / app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from studio-link/app

0.0 0.0 0.0 11.58 MB

studio link - app - mirror repo only -> issues now https://gitlab.com/studio.link/app

Home Page: https://studio-link.de

License: MIT License

C 70.91% Makefile 0.64% JavaScript 18.03% HTML 1.84% Shell 0.10% Vue 0.27% SCSS 3.40% Handlebars 4.81%

app's Introduction

Studio Link

Build Status

About Studio Link

Studio Link is a SIP application to create high quality Audio over IP (AoIP) connections.

Usage

Please use the prebuilt binarys at https://doku.studio-link.de/standalone/installation-standalone.html

Supported Platforms

  • Windows 64Bit
  • macOS 64Bit
  • Linux 64Bit

Changelog

See CHANGELOG.md

Development

CI builds

https://download.studio.link/devel/

Build Requirements

  • OpenSSL
  • Libtool
  • LV2 (optional)
  • Header files for OpenSSL, ALSA, PulseAudio and JACK
  • xxd and nodejs/npm

Build Requirements on Ubuntu 16.04/18.04

The needed header files are in these packages: libssl-dev libasound2-dev libjack-jackd2-dev libtool build-essential autoconf automake libpulse0 libpulse-dev xxd

And current nodejs/npm (Node.js v10.x v11.x or v12.x):

https://github.com/nodesource/distributions/blob/master/README.md

Build on Linux

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="linux"; export BUILD_TARGET="linux"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="linux"; export BUILD_TARGET="linux"; dist/build.sh

Build on Linux with JACK support

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="linux"; export BUILD_TARGET="linuxjack"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="linux"; export BUILD_TARGET="linuxjack"; dist/build.sh

Build on macOS

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="macos"; export BUILD_TARGET="macos_x86_64"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="macos"; export BUILD_TARGET="macos_x86_64"; dist/build.sh

Build for Windows on Arch Linux (only)

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="mingw"; export BUILD_TARGET="windows64"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="mingw"; export BUILD_TARGET="windows64"; dist/build_windows.sh

License

The Studio Link Apps are open-sourced software licensed under the MIT license.

app's People

Contributors

cit avatar deti1 avatar lootsy avatar sreimers 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.